Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328P_connectedMailBox 2022-10-02 12:02:46 +02:00
b0b661cab1 Minor change
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328P_connectedMailBox 2022-10-02 12:01:46 +02:00
f8d4585b6b Added a lot of information to the README.md file
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328P_connectedMailBox 2022-10-02 11:47:48 +02:00
05e1cd282d Added KiCad schematic + a pdf version of it
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328P_connectedMailBox 2022-10-01 13:00:31 +02:00
fb08f983d3 Updated and renamed license file
7e9a6a22b6 Filled the README file
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2022-10-01 12:58:35 +02:00
8bad8d5769 Mise à jour de 'LICENSE.md'
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2022-10-01 12:56:23 +02:00
993d46c395 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2022-10-01 12:34:25 +02:00
8efcfd88cf Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328P_connectedMailBox 2022-10-01 12:04:46 +02:00
e4a258ba3b First commit of the connected mailbox app
Th3maz1ng created repository Th3maz1ng/ATMEGA328P_connectedMailBox 2022-10-01 12:00:12 +02:00
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-09-28 23:29:54 +02:00
8e655ed8fe Added the Access-Control-Allow-Origin: * header to ease the html dashboard upudate, will have to find a better implementation
4841bb8dff Added the wifi network scan interface
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-09-27 08:15:06 +02:00
5dd667e1d5 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-09-27 08:05:48 +02:00
e3e01da80b Added the OTAUpdater class which wraps the ESP8266httpUpdate to be compatible with my OTA service php file
2eb604d24d Changed default LWIP option to use the Low memory no features one due to issues with OTA updates when using the Low memory one (OTA binary is slow to be received and times out)
04a5eb9643 Registered a new rest api endpoint for remote OTA updates, renamed getIoManager to getIOManager
9988b03306 Updated the soft version from 1.6.15 to 1.7.0
beefe8e355 Added OTA events callbacks
Compare 16 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-09-25 17:57:03 +02:00
263d47d8d0 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-09-25 17:53:31 +02:00
3fe5946d49 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-09-23 14:39:53 +02:00
cabfdfcfb3 Added the const qualifier to some methods. When I have time, I SHOULD MAKE A PASS to add all needed const qualifier
bbcc262ac5 Added the -e (export binary) option when compiling as well as a user prompt to ask for the serial port when flashing
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-09-18 10:05:22 +02:00
14bb7c90e0 Updated the VSCode flash command in tasks.json which now prompts the user for the serial port number
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-09-16 13:14:08 +02:00
6930494e0c Added missing header files.
ad70fdccea Removed some code written to recover from a strange connection error because it didn't work as expected. The temporary fix I did is to make a preventive MCU reset every 5 hours or when the connection error appears, until I can find the cause of it.
11ed8dfb37 Updated the .gitignore file to include new files
Compare 3 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-09-15 23:11:48 +02:00
8bcb5d847f Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-09-11 19:01:15 +02:00
58aaf74669 Finished to port the NRF24L01P library in C on the W801 board