-
Notifications
You must be signed in to change notification settings - Fork 71
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
Support for Sparkfun Pro Micro Board #192
Comments
Hi,
the AskSinPP library does not support the 32U4 microcontroller. You need one of the controllers mentioned in the README:
|
Hi Jerome, I noticed the missing support for the 32U4 microcontroller after I have wired up the hardware already. Any plans to add this support in future? Rainer |
Der 32U4 wurde u.a. auch hier schon mal diskutiert: |
Danke für den Link Tom, aufgrund der Kompilerfehler sieht es nach ein paar (überschaubaren) Problemen in "AlarmClock.h" "Activity.h" und "Lowpower.h" aufgrund der klarerweise verschiedenen Registerdefinitionen aus. Das Errorlog schlägt ja sogar schon Register vor die beim ATmega32U4 vorhanden sind. |
Probier doch erst mal - wenn es läuft, können wir immer noch sehen, wie wir das am Besten integrieren. |
Bei Änderungen/Anpassungen der Regs würde ich grundsätzlich prüfen ob dabei die Belegung der U4 Regs denen des 328P entsprechen. |
Habe die Unterschiede in der Timerbelegung schon bemerkt. Es tauchen in der Fehlermeldung aber auch noch Fehler mit dem UART Registern auf. Aber das scheint es auch schon gewesen sein. Ich schaue mir an ob ich einen Pull Request in den nächsten Tagen zusammenkriege, nachdem ich die Library auf dem ATmega32U4 zum Laufen bekomme... |
Currently also trying to get something to work together with @psi-4ward on the 32U4/8MHz/3.3V to ditch the otherwise needed UART bridge and level shifters. @RainerMinixhofer did you got anything to work? Saw the comit in your fork... |
Great Library!
I started to implement a Glass Breakage Detection Sensor from Abus by connecting it to an Sparkfun Pro Micro 3.3V Board (VID 1B4F, PID 9204).
When starting to use the AskSinPP library I got stuck with the missing support of this hardware (at least I suppose this is the root cause) in th AskSinPP library.
When compiling some example sketches from the AskSinPP library (e.g. HM-SEC-SD, which I plan to use) within Arduino IDE I get the attached error messages which point into this direction.
When I deliberately change the Board definition from "Sparkfun Pro Micro" to e.g. "Arduino Mini" the compile runs through without any error message.
I noticed that the same errors occur with the Board setting to "Arduino Micro" btw.
I'm rather new to Arduino programming, thus help would be appreciated here.
Best regards,
Rainer
error_log.txt
The text was updated successfully, but these errors were encountered: