Software Archive
Read-only legacy content
17061 Diskussionen

Quadcopter w/ Intel Edison

Andrea
Einsteiger
1.018Aufrufe

Hi, 

I've recently programmed the autopilot for my Arduino quadcopter. 
I'd like to migrate to Intel Edison but I need to know some things.

1) is there an easy way to communicate point-to-point (For example PC -> Intel Edison) using WIFI without having unbearable delays?

2) I need a PWM library where I can set the PWM period, in my case less than 5ms.

3) Are there I2C and SPI libraries?

thank you for your support

 

0 Kudos
4 Antworten
Ashish_D_
Einsteiger
1.018Aufrufe

Hello,

For questions 2 and 3 please see https://github.com/intel-iot-devkit/mraa

Andrea
Einsteiger
1.018Aufrufe

Ashish D. wrote:

Hello,

For questions 2 and 3 please see https://github.com/intel-iot-devkit/mraa

 

thank you for the answer!
So now I only need to know if Edison's WIFI can acts as Access Point

Ashish_D_
Einsteiger
1.018Aufrufe
Andrea
Einsteiger
1.018Aufrufe

Thank you. 
I just completed an Arduino Yun Wifi-based quadcopter . Next step an Edison one !

Antworten