-
Notifications
You must be signed in to change notification settings - Fork 5
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
Attiny85/Digispark Support? #29
Comments
Hi! I will have a look soon. |
Hello again, i made a Digispark version. Check the src/ folder.
Hopefully it is working, i can't test it by myself, i don't have a Digispark module. Be sure to set the clock to 8 MHz or JQ6500 may have problems. Good luck! |
Thank you very much. I have here a "screaming" JQ8400-FL-10P which is connected to a Digispark. (Power via USB, all "eeprom_write_word" changed to EEPROM.write or EEPROM.read ). Nokolino does not talk every minute.
|
I added a JQ8400 version here: Can you guess the time interval between the random talking? Maybe you should flash the bootloader to set the Attiny85 to 8 MHz. |
The time intervals are mostly correct. The chip programmed with the correct settings (8mhz no USB). But the button does not work correctly with UBS Power. At most, no pressing is detected. |
I see. the hardware close programming to save flash space may cause problems with the digispark package. Now the button is questioned by standard Arduino code. Give it a try. |
Hi
(not a bug, feel free to close without notice)
I wanted to recreate a Nokilino with a Attiny85/Digispark. Unfortunately, I fail because of the used Libraries (EEPROM.h and SoftwareSerial.h). Am I doing something wrong or would the code have to be adapted for this?
(DigisparkSoftSerial does not work for me)
The text was updated successfully, but these errors were encountered: