-
Notifications
You must be signed in to change notification settings - Fork 41
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
Uploading nanpy firmware for Arduino #12
Comments
Hi @KyawZinLatt , did you try http://nanpy.github.io/? After 0.8 make and upload are entirely made using Arduino IDE |
yeah I have tried that. To perform upload what else I need to do before uploading? |
You need to call ./config.sh and then set the libraries you want to use in On Thu, Feb 26, 2015 at 4:41 PM, KyawZinLatt notifications@github.com
Andrea Stagi (@4stagi) - Develover @nephila |
This question may be quite easy for you but I dont know how to set the libraries to use in cfg.h. How to set that? |
Just turn 0 into 1 if you want to use a particular library :) start with a On Thu, Feb 26, 2015 at 7:12 PM, KyawZinLatt notifications@github.com
Andrea Stagi (@4stagi) - Develover @nephila |
Currently I am using Arduino Uno board |
You have to call ./configure.sh and then edit Nanpy/cfg.h. Here you can Please read http://nanpy.github.io/ carefully On Fri, Feb 27, 2015 at 3:58 PM, KyawZinLatt notifications@github.com
Andrea Stagi (@4stagi) - Develover @nephila |
I have problem with uploading firmware to Arduino. May be the way I try is wrong although I follow the instruction here https://github.com/nanpy/nanpy-firmware. Is there any other way to upload firmware to Arduino? I have tried the explanation here http://www.instructables.com/id/Arduino-Raspberry-Pi-Internet-Radio/?ALLSTEPS . It is really easy and working for me. But that version is version 0.7. Now I want to try for latest version. Can you show explain me the way to do it just simple way?
The text was updated successfully, but these errors were encountered: