Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2022-11-20 20:24:52 +01:00
1917897d6d Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2022-11-19 18:43:14 +01:00
efcf6a1631 Added the documentation files about the W800 SOC with their english versions (Thx GoogleTranslate), added the datasheets of the selected sensors and finally added the screen + touch panel datasheets
b8ed71c6ea Chose which sensors to use and why, along with their i2c addresses to spot any possible conflicts
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2022-11-16 13:44:48 +01:00
dfd4b1b3fa Added some magnetometer chip references to check
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2022-11-14 13:54:13 +01:00
bc92353528 Added a list of possible accelerometers to choose from
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2022-11-13 20:33:05 +01:00
4d63c6b606 Updated README file
Th3maz1ng pushed to master at Th3maz1ng/W800_Smart_Watch 2022-11-09 13:43:21 +01:00
46bb801610 Added the pin assignement table which I'll need to complete later
Th3maz1ng created repository Th3maz1ng/W800_Smart_Watch 2022-11-09 08:28:35 +01:00
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328P_connectedMailBox 2022-11-09 08:25:20 +01:00
0bfe0165c0 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-11-03 13:05:42 +01:00
7de29c46a7 Finished to add the cookietest api endpoint which purpose is to test the cookie handling feature of the WEBServer
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-11-01 18:42:49 +01:00
02034ea702 Added missing tools
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-11-01 18:36:34 +01:00
caa0eb4fba Added needed libs
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-11-01 18:24:43 +01:00
c10dc0352f SDK updated
58aaf74669 Finished to port the NRF24L01P library in C on the W801 board
bcde1e686e Changed SPI pins
14c3d41ac2 Reworked file tree + added new header and source file for the NRF driver that i'll eventually write one day when I get to it ^^
Compare 31 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-10-25 13:43:20 +02:00
fba428c977 Added new api end point to test the WEBServer cookie API
2c2f1da56e Removed previously ignored images formats
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-10-22 22:03:58 +02:00
d94212b063 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-10-22 19:25:24 +02:00
0f68644064 Added full HTTP cookie support to the WEBServer, did some cleanup and refactoring around the HTTP Header Parsing algorithm to ease the cookie parser implementation
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-10-20 08:22:05 +02:00
bbebac6212 Started to add support for Cookies, not fully implemented yet
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-10-18 14:16:48 +02:00
444d1ff60c Move method declaration location
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-10-18 09:23:45 +02:00
8638a3cf81 Removed warning about unused variable in the AP wifi info api endpoint
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-10-18 00:00:14 +02:00
785df2ac11 Updated all the webApi functions signatures because of the callback
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2022-10-17 23:54:21 +02:00
c9ead83204 Renamed the sendHTTPHeader method to sendHTTPResponse because it is clearer, this method is also not static anymore, added new methods to the WEBServer api to allow user defined http headers.