LimiTTer icon indicating copy to clipboard operation
LimiTTer copied to clipboard

Ideas to port this to ESP32 ?

Open waltsteinchen opened this issue 7 years ago • 6 comments

The ESP32 could replace the ATMega easily and has built in Bluetooth so one module less needed in the end.. Any brain-work already done into that direction ?

waltsteinchen avatar Dec 26 '17 23:12 waltsteinchen

It could be quite easy to do the job, especially with micro python. Maybe latter, I want to build one as indicated before to think on another version. I also have a 3D printer and plan to design a box.

renaudrenaud avatar Jan 10 '18 12:01 renaudrenaud

done that. had a few issues with the esp32 SPI timing, but works ok and uploads data to mqtt.

idoroseman avatar May 30 '18 12:05 idoroseman

Wow, phantastic! .. can we grab the code somewhere ?

waltsteinchen avatar May 30 '18 12:05 waltsteinchen

still a work in progress... see https://bitbucket.org/roseman/freestyle-libre-monitor/src/default/

idoroseman avatar May 30 '18 13:05 idoroseman

idoroseman,your sketch reset esp32 every reading

melanrz avatar Aug 08 '18 11:08 melanrz

hi @melanrz, it goes to deep sleep after each reading to conserve battery power. wakeing up involves a reset. is that what you mean?

idoroseman avatar Aug 10 '18 21:08 idoroseman