arduino-libraries / ArduinoLowPower

Powersave features for SAMD boards
GNU Lesser General Public License v2.1
80 stars 57 forks source link

ArduinoLowPower working in all nRF52 architectures? #21

Closed morettigiorgio closed 4 years ago

morettigiorgio commented 4 years ago

I am using ArduinoLowPower library on my Arduino Nano 33 BLE but during compile a "WARNING: library ArduinoLowPower-master claims to run on samd, nrf52 architecture(s) and may be incompatible with your current board which runs on mbed architecture(s)." is shown and then it is not compiled. I have a doubt... Arduino Nano 33 BLE is a Nordic nRF52 !!, I have to specify this in my ino file?

Thanks

facchinm commented 4 years ago

The nrf52 target refers to the Arduino core for Primo board; NANO 33 BLE is based on mbed core and it automatically handles low power (simply calling delay() will trigger the low power routines). Hope it is enough, if you have any other question feel free to ask here :wink:

morettigiorgio commented 4 years ago

I will never finish to learn. Thank you a lot

Giorgio

Il giorno ven 29 nov 2019 alle ore 10:54 Martino Facchin < notifications@github.com> ha scritto:

The nrf52 target refers to the Arduino core for Primo board; NANO 33 BLE is based on mbed core and it automatically handles low power (simply calling delay() will trigger the low power routines). Hope it is enough, if you have any other question feel free to ask here 😉

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arduino-libraries/ArduinoLowPower/issues/21?email_source=notifications&email_token=AB3AJEA7PQK5YCECQQXIPK3QWDRGNA5CNFSM4JS5BFJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFONDWY#issuecomment-559731163, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3AJEGIGL2VPNGCXZ37XQTQWDRGNANCNFSM4JS5BFJA .