Raspberry Pi To Propeller Via SPI - Parallax Forums
Raspberry Pi To Propeller Via SPI - Parallax Forums
Search
Raspberry Pi to Propeller
Equip your Genius via SPI
Welcome to the Parallax
Discussion Forums, sign-up to Rsadeika Posts: 3,532
participate. 2013-10-16 07:27 edited 2013-10-26 11:08
Sign In Register
Microcontrollers 65.9K
Ray
Propeller 2 2.4K
Propeller 1 27.4K
Comments « 1 2 »
Ray
Ray,
...'My Common Ground' project...
Ray
Mark_T wrote: »
Sounds like an interesting coding
challenge to me to prove that gure
wrong
+1
Loopy,
As far as I know there is only one hardware UART
usable on the Raspi. It has Tx and Rx pins
available on the GPIO header. By default in the
"out of the box" con guration this is used as the
kernel console port displaying boot up
messages, and then when everything is up and
running there is a login shell available on that
port.
Loopy,
Heater. wrote: »
Having said that, I would still go for using
the UART to talk to the Prop.
jmg wrote: »
Higher speeds can mean less latency, and
for local links, there is no real bene t
from going really slow. (unless you are
using the baud-rate itself as the primary
means of setting the slave cadence).
And so on.
UART or SPI?
- 80Mhz P1
- 6 cycle minimum to wait for clock edge (high or
low)
- 4 cycles to get I/O bit into carry
- 4 cycles to shift it into byte bu er
- 6 cycles to wait for opposite clock edge
Mark_T wrote: »
Sounds like an interesting coding
challenge to me to prove that gure
wrong
bomber wrote: »
As mentioned above, SPI would probably
not be the best form of communication
with a propeller. I have been
experimenting around with python
interfacing to the propeller using
USB/rs232 style interfacing (see this post
here). I connected the propeller to my
computer(later to be the raspberry pi),
and used FullDuplexSerial to
receive/transmit info to the python code.
On the python side, I used the PySerial
library and some ingenuity.
Hello!
I am investigating a similar series of ideas. So
how did you install the PySerial library?
Ray
« 1 2 »