fishpepper / OpenSky

opensource implementation of the frsky protocol for multiple targets (D4R-ii, VD5M)
http://fishpepper.de/projects/opensky/
GNU General Public License v3.0
154 stars 70 forks source link

Raspberry pi support. #5

Closed jimmyw closed 6 years ago

jimmyw commented 7 years ago

Hi Simon.

I know this is a little bit of a silly target, but a good proof of concept, and just cool to show that i can do it, and with null changes to your code shows that you build a very good modular base for other ports. I wont be working on this anymore.

Right now i'm working on an atmel328 port, to get my arduino and all the cheap bangood receivers up running. I got the build, all generic code, debug uart ec. up running and are working with the spi stuff currently. Slowly learning. I hope no one is doing the same duplicate work.

To follow my progress: https://github.com/jimmyw/OpenSky/tree/atmega328

/Jimmy

fishpepper commented 7 years ago

I will send you some atmega code i wrote when i was working on my own atmega based solution. If i remember correctly most of the stuff worked already. You can merge this into your code ;)