Commit Graph

14 Commits

Author SHA1 Message Date
Pierrick C 434d02288b Add new firmware with build-in lib: GPS, neopixel, BusDevice and BME280 2018-08-03 10:57:50 +02:00
Pierrick C aa60639307 Add : do not try again to write data on flash if it failed with read-only error 2018-08-02 00:15:25 +02:00
Pierrick C 5665ccff52 Add function to measure Vbat with some simple filter (mean of n samples, 10 by default) 2018-08-02 00:11:57 +02:00
Pierrick C 37e77ebef6 Add : write data on SPI flash memory if writable 2018-08-02 00:09:13 +02:00
Pierrick C 7c80336f9a Update metadata & info 2018-07-29 19:39:13 +02:00
Pierrick C a958fc4189 Add Licence and metadata in the header 2018-07-29 18:48:25 +02:00
Pierrick C a758b2c3f4 Add function to set date/time with GPS clock if available and diffence >= 5s 2018-07-29 17:27:52 +02:00
Pierrick C 5ed1b85280 Set neopixel brightness to 1 and use neopixel_max_value instead to spare some mem 2018-07-29 16:45:19 +02:00
Pierrick C 8f73b1f864 Update and translate (fr->en) some comments 2018-07-29 16:25:37 +02:00
Pierrick C b8586837c3 Add Feather M0 internal RTC support 2018-07-29 16:19:44 +02:00
Pierrick C 0c2f6f22a9 GPS enable 2018-07-29 15:27:37 +02:00
Pierrick C 85a6425b25 Remove obsolete function update_gps() 2018-07-29 13:07:51 +02:00
Pierrick C db92dbe984 Update from simple test script to more complete script 2018-07-29 13:02:16 +02:00
Pierrick C 01ed6e1658 Start to move from Arduino (C/C++) to MicroPython / CircuitPython (teensy=>Feather M0 express) 2018-07-28 18:42:27 +02:00