I'm wondering about accessing the GPIO of the Edison in high-level languages such as Python or Node.
So far I've found MRAA but wondered if there are other options?
I'm wondering about accessing the GPIO of the Edison in high-level languages such as Python or Node.
So far I've found MRAA but wondered if there are other options?
MRAA should be the way to go. Looks like they have Python interface.
Check out this link:
Getting Started With Intel Edison - Python Programming - All
I cannot wait to play with Python and Node on the Edison. Plans are to make that an early write up.
I was wondering if Firmata would work or how does the Arduino and Atom systems communicate?
Firmata does seem to be a possibilityhttps://github.com/rwaldron/galileo-io
I believe that in the Edison the Atom communicates to the hardware at the chip level so there's NO serial communication like in the Yún.
Firmata does seem to be a possibilityhttps://github.com/rwaldron/galileo-io
I believe that in the Edison the Atom communicates to the hardware at the chip level so there's NO serial communication like in the Yún.