No, I use another for PayPal (the one I sent you email from earlier today) . I'll send you an invoice tomorrow... ooh just got grief from wifey for being on the computer on my last vacation day!
With this last addition, RoboPi is now supporting the following platforms:
- Raspberry Pi 2 Model B
- Raspberry Pi Model A
- Raspberry Pi Model A+
- Raspberry Pi Model B
- Raspberry Pi Model B+
- Banana Pi
- Banana Pro
- LeMaker Guitar with Base Board
- ODROID-C1
- ODROID-XU4 with Shifter Shied
- MIPS CI20
- stand alone operation (needs 5V, PropPlug)
RoboPi is bringing the Propeller to 11 platforms, introducing the Propeller to many new audiences
See post #1 for more information about RoboPi, or visit http://RoboPi.com
Hi, I've bought a RoboPi board.
I've some problem with it.
When I write this instruction:
RoboPi.RoboPiInit("/dev/ttyAMA0", 115200)
Nothing happens. I should have this message:
/dev/ttyAMA0 connected.
After this instruction my Python shell crash.
Why? Could you help me?
The Python shell will hang if it does not get a response from RoboPi
This usually means:
1) serial console is enabled (use raspi-config or manual procedure to disable) as Heater said
2) incorrect firmware on RoboPi (re-program firmware as per manual)
3) error in assembling RoboPi
If you are able to use propeller-load to load the firmware (and there are no error messages from propeller load), and Python still hangs then we know the Propeller and EEPROM are ok, and that the serial & i2c section are soldered correctly.
1) it may be a Python version issue
2) check the soldering of the crystal as RoboPiInit() would hang, even if the propeller was loaded
I used Raspbian wheezy and Jessie too. In Wheezy I've done all the configuration steps, and it seems all ok. In Jessie when I write the instruction (sudo joe /etc/inittab), it opens that file but nothing is write there. RoboPiInit doesn't return any status value
Thank you to all, I probably solved the problem. There were some problems with microcontroller, it gives me no clock signal and there were also some problems with the crystal as Bill said.
Dear Bill or Heater we have a new problem. We don't know how to control the gear motors with the Robopi board and the Python libraries. Can you help us and also an electric scheme to connect the motors to the board?
Comments
I was getting ready for my vacation... then on vacation... now I am back!
With WiFi, a 1400mAh pack will last ~1 hour.
Would you find it helpful if RoboPi had a plain text command mode in addition to the current binary protocol?
I was thinking it might be useful for providing immediate support to other sbc's.
reside in the Propeller to communicate with the RPi?
The firmware is on the product page at http://RoboPi.com
By the way do I send payment to mikronauts@gmail.com?
OOPS!
You might want to take a peek at the latest issue (#35) of The MagPi...
[imghttp://www.mikronauts.com/wp-content/upload/2015/06/piplatebot-359x300.jpg][/img]
There is a nice little red RoboPi + Raspberry Pi built by Robert Doerr on pages 24&25...
https://www.raspberrypi.org/magpi/issues/35/
(I did reply to Dave after my vacation...)
I like Roberts's robot as well - nice mod of that case.
RoboPi is now supported on the new eight core ODROID-XU4 with their Shifter board!
Nice fit if I do say so myself... 8 ARM cores + 8 Propeller cogs
SimpleIDE also installed just fine.
The serial port is /dev/ttySAC0
RoboPi is now supported on the new quad core LeMaker Guitar !
You can see it in the review on page 6:
http://www.mikronauts.com/lemaker/lemaker-guitar-review/6/
With this last addition, RoboPi is now supporting the following platforms:
- Raspberry Pi 2 Model B
- Raspberry Pi Model A
- Raspberry Pi Model A+
- Raspberry Pi Model B
- Raspberry Pi Model B+
- Banana Pi
- Banana Pro
- LeMaker Guitar with Base Board
- ODROID-C1
- ODROID-XU4 with Shifter Shied
- MIPS CI20
- stand alone operation (needs 5V, PropPlug)
RoboPi is bringing the Propeller to 11 platforms, introducing the Propeller to many new audiences
See post #1 for more information about RoboPi, or visit http://RoboPi.com
This brings the number of supported platforms to 12 :-)
RoboPi actually kind of dwarfs the tiny Pi Zero...
http://www.mikronauts.com/2015/12/11/robopi-is-now-supported-on-12-different-single-board-computers/
I've some problem with it.
When I write this instruction:
RoboPi.RoboPiInit("/dev/ttyAMA0", 115200)
Nothing happens. I should have this message:
/dev/ttyAMA0 connected.
After this instruction my Python shell crash.
Why? Could you help me?
I'm using the RoboPi board with a Raspberry Pi 2.
Are you using Raspbian Wheezy or Jessie ?
Does RoboPoInit return a status value? What is it the value?
This usually means:
1) serial console is enabled (use raspi-config or manual procedure to disable) as Heater said
2) incorrect firmware on RoboPi (re-program firmware as per manual)
3) error in assembling RoboPi
If you are able to use propeller-load to load the firmware (and there are no error messages from propeller load), and Python still hangs then we know the Propeller and EEPROM are ok, and that the serial & i2c section are soldered correctly.
1) it may be a Python version issue
2) check the soldering of the crystal as RoboPiInit() would hang, even if the propeller was loaded
I seem to remember that you can enable or disable use of the GPIO serial port by selecting an option in raspi-config.
Of course the raspberrypi.org forum is the best place to search for raspi issues. For example these discussions:
https://www.raspberrypi.org/forums/viewtopic.php?t=125903&p=843482
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=123081
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=125903
Thanks! By Joe I think you might have nailed it!
I remember using raspi-config (terminal and gui versions) to disable the serial console (instead of old manual instructions)
I will update the manual.
A new version of RoboPi API is cooking, but it is on a slow cooker...
Thank you.
1) Find out the stall current of the motors, and buy an appropriate motor driver (H-Bridge)
2) See http://www.mikronauts.com/robot-zoo/elf-2wd-pi-robot/
which shows you how to connect a motor driver to RoboPi, and has some sample Python code
3) See RoboPi User Manual, pages 21-24 for extensive documentation and explanation on how to drive gear motors
Berry, a 4WD RoboPi based bot is on the cover of the November SERVO magazine!
Ok, there is also an article on Berry in this issue.
David Betz: oops! fortunately JLocke posted it
JLocke: thank you for giving a hand!