Shop OBEX P1 Docs P2 Docs Learn Events
Quickstart board and raspberry pi — Parallax Forums

Quickstart board and raspberry pi

dr hydradr hydra Posts: 212
edited 2015-05-14 10:44 in Propeller 1
Can you plug the quickstart board directly into the raspberry pi usb port...does the RPI output enough power? can you communicate with uart between the boards? Does the RPI recognize the FTDI chip? What happens as the RPI boots..does the uart cause any communication issues? I know that is a lot of question...any help is much appreciated:)

Comments

  • Heater.Heater. Posts: 21,230
    edited 2015-05-13 08:02
    dr hydra,

    You should be able to talk to a QS over USB. Power requirements depend on how heavily the Prop pins are loaded. But just getting up and running should be fine. The new Pi 2 can supply a lot more power and generally has less power related issues.

    You can connect a Prop directly to the Raspi UART on it's GPIO header. prop-gcc, SimpleIDE and PropellerIDE are usable on the Pi and should be able to program a Prop over that UART. If not I have a prop-loader that can.

    FTDI based USB/serial adapters are no problem for the Pi.

    BY default the Pi sends boot messages over the GPIO header UART. That can be disabled in raspi-config.

    I think you should get along OK with a QS and Pi. If any problems turn up just ask here and I'm sure we can fix it.
  • Bill HenningBill Henning Posts: 6,445
    edited 2015-05-13 08:12
    If you run into any issues, edit /boot/config.txt and add a line "max_usb_current=1"

    Any USB based prop board (that does not draw more than ~500mA from USB) should work fine with a Pi.

    As Heater says, Propeller boards without a USB interface (ie older proto boards, boards from people on the forum) can work directly with a Pi, just wire Rx, Tx, and use GPIO#17 for /RST (pull it high) from the 26/40 pin header

    Also see:

    http://www.mikronauts.com/raspberry-pi/ezaspi/

    http://www.mikronauts.com/raspberry-pi/pi-rtc-dio/

    Both have 5 pin comm headers, the first four pins are magically identical to a PropPlug :) so all that is needed is a 4 pin cable to program Propellers.
  • DavidZemonDavidZemon Posts: 2,973
    edited 2015-05-13 10:20
    I have a quickstart plugged into a Rpi2 in my living room. works great.
  • dr hydradr hydra Posts: 212
    edited 2015-05-14 10:44
    Great info...thank you...
Sign In or Register to comment.