-
Notifications
You must be signed in to change notification settings - Fork 60
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
Can the power LED be optional? #14
Comments
see #6 and try by yourself if you wish |
I tried flashing his firmware to the irkit following the instructions in the readme, but got the following error: Arduino: 1.8.5 (Linux), Board: "Arduino Leonardo" /home/xx/Downloads/arduino-1.8.5-linux64/arduino-1.8.5/arduino-builder -dump-prefs -logger=machine -hardware /home/xx/Downloads/arduino-1.8.5-linux64/arduino-1.8.5/hardware -tools /home/xx/Downloads/arduino-1.8.5-linux64/arduino-1.8.5/tools-builder -tools /home/xx/Downloads/arduino-1.8.5-linux64/arduino-1.8.5/hardware/tools/avr -built-in-libraries /home/xx/Downloads/arduino-1.8.5-linux64/arduino-1.8.5/libraries -libraries /home/xx/Arduino/libraries -fqbn=arduino:avr:leonardo -ide-version=10805 -build-path /tmp/arduino_build_936373 -warnings=none -build-cache /tmp/arduino_cache_98570 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=/home/xx/Downloads/arduino-1.8.5-linux64/arduino-1.8.5/hardware/tools/avr -prefs=runtime.tools.arduinoOTA.path=/home/xx/Downloads/arduino-1.8.5-linux64/arduino-1.8.5/hardware/tools/avr -prefs=runtime.tools.avr-gcc.path=/home/xx/Downloads/arduino-1.8.5-linux64/arduino-1.8.5/hardware/tools/avr -verbose /home/xx/Downloads/irkit firmware/device-settings-led-cloud/firmware/src/IRKit/IRKit.ino |
OK, I seem to have resolved that problem by updating cert.h to match your most recent version: acourreges/device@settings-led-cloud...domier:settings-led-cloud Now I'm getting this error, which I also get when trying to flash the official firmware. Any idea how to resolve it?: Arduino: 1.8.5 (Linux), Board: "Arduino Leonardo" In file included from /home/xx/Downloads/irkit firmware/device-settings-led-cloud/firmware/src/IRKit/IRKit.ino:22:0: avrdude: butterfly_recv(): programmer is not responding avrdude: butterfly_recv(): programmer is not responding This report would have more information with |
It looks like I'm having a driver issue... can't get the computer to see the irkit in Windows or in Ubuntu. I'll have to create a mac VM over the holidays and see if I can get it to work... |
Is it possible to update the firmware to allow us to disable the status LED? It's very bright at night. Ideally, the LED would be on during power-up and wifi-connection, but then turn off once connected successfully.
The text was updated successfully, but these errors were encountered: