Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide guide on connecting to ATmega32U4 #1

Open
heri16 opened this issue Jul 10, 2016 · 4 comments
Open

Provide guide on connecting to ATmega32U4 #1

heri16 opened this issue Jul 10, 2016 · 4 comments

Comments

@heri16
Copy link

heri16 commented Jul 10, 2016

How do we interface with the ATmega32U4? Is there a library to control the ATmega32U4 in real time from elixir?

@fhunleth
Copy link
Collaborator

The ATmega is connected to the MIPS's UART0 (ttyS0). You can use nerves_uart to communicate with it.

With any luck, the docs and functionality of the LinkIt Smart Nerves integration will be updated at Nerves Camp on July 17th.

@mobileoverlord
Copy link
Owner

There is an example project in nerves-examples that illustrates communicating with the ATmega32U4 using the firmata firmware to blink. @fhunleth do we want to document this on the main readme?

@fhunleth
Copy link
Collaborator

fhunleth commented Aug 4, 2016

Yeah, this does seem like an important thing to document. Thanks for revisiting this issue. I had dropped the ball on this one with all the prep for Nerves Camp.

@heri16
Copy link
Author

heri16 commented Aug 4, 2016

Which is the best firmata driver on elixir? Is there a MIDI library that
can be built upon?

On Thursday, 4 August 2016, Justin Schneck notifications@github.com wrote:

There is an example project in nerves-examples that illustrates
communicating with the ATmega32U4 using the firmata firmware to blink.
@fhunleth https://github.com/fhunleth do we want to document this on
the main readme?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAgK_Y_POWxVlIodt3SfWlIfUSzKhaMYks5qcU5AgaJpZM4JIyyU
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants