rocketscream / Low-Power

Low Power Library for Arduino
www.rocketscream.com
1.26k stars 345 forks source link

Support Atmega 4809 #79

Closed moebius911 closed 4 years ago

moebius911 commented 5 years ago

Hello

is a support for atmega 4809 (arduino wifi rev2) is in progress? I started to look at the code but unfortunately my knowledge is weak to contribute to its development. thank you in advance

rocketscream commented 5 years ago

Will do once we have a test board up. A bit busy with other things at the moment.

nimasaj commented 5 years ago

It would be great help if you support this MCU as well.

AndersDenmark commented 5 years ago

Yes support for this MCU would be really nice. working on a small break out board for this nice and small processor, will use Curiosity Nano Kit for the UPDI upload, and also serial monitoring. Until i can get Arduino Uno or Atmel Ice to work on the Arduino IDE. Please let me know if there is something i can do to help….

andrea-pacelli commented 4 years ago

Yeah it would be nice. Thanks!!!

nulaft commented 4 years ago

I would also be interested in this for the Arduino Nano Every!

rocketscream commented 4 years ago

Already tested this on ATmega4808 physically. This will be implemented on a new library and they are quite different. Watchdog timer no longer behaves as it used to on the older ATmega (now solely to reset the MCU) and a real time counter (RTC) is used instead. Will update here once release, should be soon.

kwinter24 commented 4 years ago

Already tested this on ATmega4808 physically. This will be implemented on a new library and they are quite different. Watchdog timer no longer behaves as it used to on the older ATmega (now solely to reset the MCU) and a real time counter (RTC) is used instead. Will update here once release, should be soon.

Any update on this? Arduino nano is screaming for a good low power library. Thanks in advance!

thomasjungblut commented 4 years ago

Also hitting the issue right now with the nano every. @rocketscream anyway I can help out to get this to work?

rocketscream commented 4 years ago

I'm currently already using it on some custom works. Will update soon, just some tiny bugs needs to be iron out.

rocketscream commented 4 years ago

LowPowerAVRZero library for megaAVR 0-series has been released. Can be used with RTCAVRZero for real time counter functionality which replaces the watchdog timer based sleep timer.