114 Commits (master)
 

Author SHA1 Message Date
Pierrick C ea15123df4 Add raspberry pi power control pin 5 years ago
Pierrick C 4ed3310042 Add pin usage in docstrings 5 years ago
Pierrick C 672b0b6015 Disable debug for set_clock_from_localtime 5 years ago
Pierrick C cca0c082c8 Add clock check before writing data 5 years ago
Pierrick C e84682c391 Fix error when GPS send None timestamp 5 years ago
Pierrick C 7146111a56 Explicit debug + change in data collection order 5 years ago
Pierrick C 5396d6f946 Unused variables 5 years ago
Pierrick C 1cce6281b5 Fix the use of GPS as time source in the new cameteo module 5 years ago
Pierrick C aafc5f2c77 Small changes in verbosity 5 years ago
Pierrick C d5be5e1a28 Better way to free ressources from unused neopixel 5 years ago
Pierrick C af9d40ceb6 Fix file rotation.
Now it's a method of Data classes
5 years ago
Pierrick C bb2a2f2665 Lib & firmware update + cleaner directories structure 5 years ago
Pierrick C 7953969dff Debug csv line generation 5 years ago
Pierrick C 1d02bb7d2f Disable LED13 at boot (too fast to be seen) 5 years ago
Pierrick C 97b6d67177 Return json to Data.__repr__() 5 years ago
Pierrick C fba971349c Big rewrite !!!
Data objects has subclasses for GPS, system and BME280 and moved to 
module
5 years ago
Pierrick C 9b36c49893 Comment update 5 years ago
Pierrick C bc875c32fe Do not wiat for fix to use date/time from GPS => use GPS RTC everytime! 5 years ago
Pierrick C c64f463ef0 pylint and PEP 8 checks (again) 5 years ago
Pierrick C eeaa78869c Some code formatting changes 5 years ago
Pierrick C 67b7fdce68 pylint and PEP 8 checks
Only styles changes
5 years ago
Pierrick C b4036b8092 Debug daily file rotation 5 years ago
Pierrick C 2efc31ab4d Update README.md
Mise à jour de la liste de matériel (CircuitPython sur adafruit feather)
5 years ago
Pierrick C 17757f7b1f Add file rotation : data.csv => hourly => daily 5 years ago
Pierrick C c62ad455ba Better management of data to display 5 years ago
Pierrick C 4b9885d7a7 Add GPS data to data on flash memory 5 years ago
Pierrick C 50b73d3592 New base plate for electronic components 5 years ago
Pierrick C 238f5d0160 Small change to actually print Vbat 5 years ago
Pierrick C fcc9c2f15b Add 'CPUT' data type for CPU Temperature 5 years ago
Pierrick C b2e547cf55 Move data units and types dict from uart2mqtt module to cameteo_conf 5 years ago
Pierrick C 9174e70030 Display Vbat instead of Altitude 5 years ago
Pierrick C b7187d6d54 Add Vbat to written data on flash 5 years ago
Pierrick C 6141e4a9b2 Wait data for full screen refresh.
There is no partial refresh and the full refresh is slow => wait few
seconds for other data to arrive before refreshing instead of
refreshing every many times.
5 years ago
Pierrick C fe009f6116 Add different interval of time for sending data to Rpi and backup on flash memory 5 years ago
Pierrick C d0c130e5e6 New (working !) UART to communicate with the raspberry pi 5 years ago
Pierrick C d9d6d80588 Add info about pins usage and some tweak to try to debug 2d UART (to raspberry pi) 5 years ago
Pierrick C 57b22c4cc5 Add freeshly compiled firmware (one with frozen modules for bus-devices, GPS, Neopixel and BME280) 5 years ago
Pierrick C c65b4d3c44 Move from waveshare e-ink display to pimoroni's inkyphat
(run install_inkyphat_lib.sh to install dependencies)
5 years ago
Pierrick C ac55131ac5 Move old M0 firmawre in new directory 5 years ago
Pierrick C 4acb6bee45 Move code from M0 express feather board to M4 express board 5 years ago
Pierrick C 69ab6d4c2c Deleted one baaaad little space 5 years ago
Pierrick C 273be7d4b4 Updated schema with UART connecting RPi to feather 5 years ago
Pierrick C dda9f3ed7d Handle exception when the data is not correctly formatted or partial (ie : first start at boot time) 5 years ago
Pierrick C 311a36fbdf French -> english translation 5 years ago
Pierrick C c96f7b86ae Version 0.2 - Change date/time display to match the new source (feather RTC !).
Update doc, comments, licence, version...
5 years ago
Pierrick C be8d28a2f9 Update to use new data from feather m0 express (UART->MQTT) 5 years ago
Pierrick C b7205f397f Send data as single "packet" instead of multiple 5 years ago
Pierrick C 01dd30d2cf Add: data receveid on UART as compact JSON are sended to MQTT broker.
Old obsolete script deleted
5 years ago
Pierrick C d7e4705abd Add firmware with Circuitpython 3.x (stable) and frozen modules : GPS, BusDevice, BME280 and Neopixel 5 years ago
Pierrick C d5d7d78f59 Add the feather M0 express pinout to the doc 5 years ago