--
Ok, I have decided to use i2c to communicate the raspberry and ardupilot, i can manage the raspberry part, but I am not sure on how to implement it on the ardupilot.
I think that the ardupilot is already using a i2c to communicate with the gps and compass, is that right? And so, how do you think that I should do it, if I connect on the same bus I think it would be kind a tricky 'cause I don't know how should I do the wiring, or may be a better choice would be making a other bus but does the ardupilot have others tx, rx?
I appreciate any ideas.
mount /dev/mmcblk0p1 /mnt/bootnano /mnt/boot/uEnv.txt
add this to the end of the single line of uEnv.txt:#Enable UART1 on Bootoptargs=capemgr.enable_partno=BB-UART1
If you're working with the Raspberry Pi, you may need to follow a different procedure, but I'd guess that its similar.I hope that at least helps you to get stared. Let me know if you have any other questions. I'm not expert on any of this (just been learning as I go) but I'd be happy to help out as much as I am able.-Mike
--
You received this message because you are subscribed to a topic in the Google Groups "drones-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/drones-discuss/KbgEQw-Bjbc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to drones-discus...@googlegroups.com.
http://raspi.tv/2013/rpi-gpio-0-5-2a-now-has-software-pwm-how-to-use-it to send PWM signals
http://ghowen.me/build-your-own-quadcopter-autopilot/ to see PWM signals coming in the APM board--