Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-09-11 18:53:55 +02:00
9bcbf78d04 Added a new packet handling needed to get mailbox events and send a mail when one is triggered. Added experimental work around because of a connection error when posting the post data to the server through HTTP. This need to be investigated !
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2022-09-09 09:59:12 +02:00
2a822f5bce Renamed the payload type + few minor changes
8fc4976ac8 Added app.ino file description as well as renamed the type of the payload for more clarity
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2022-08-16 21:30:34 +02:00
fce92285e3 Corrected the order of serial setup and serial print
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-08-16 18:11:38 +02:00
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-08-16 18:06:50 +02:00
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 ^^
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-25 08:22:15 +02:00
d4c9ffd223 SPI continued
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-24 20:19:37 +02:00
e625328d58 Started to add some SPI commands
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-07 08:09:24 +02:00
3f0fc680ab Some optimization, starting to add a way to disconnect from remote access on the server side
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-06 08:31:44 +02:00
775ef945bf Now updating blink rate when in soft ap mode as well
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-05 14:32:27 +02:00
6c617c1f82 Added missing freertos function needed with nimble + added function to stop echoing from client during telnet session
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-03 18:48:41 +02:00
c043d6702e no op
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-03 18:41:17 +02:00
d1f2e141d8 Added remote access to the nano shell, change \n to \r\n + other changes
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-03 09:22:18 +02:00
303ef23a48 merge
96af998af0 Removed the tracking of the config file
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-07-01 00:37:09 +02:00
ad70e850cd Modified the behaviour of deleted tasks in freeRTOS, started to add a new task to have the shell remotely, changed the way the status led blinks, now it pulses with a fading effect
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-06-26 21:23:06 +02:00
61cb730733 Added the BLE bluetooth demo in the cli. Disabled nimble to make it work
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-06-26 21:21:57 +02:00
56d3840c17 Updated freertos version from 7.0.2 to 8.0.0 in the project. Next step is to upgrade to 8.2.1 to have more timer features
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-06-19 22:59:39 +02:00
4f3da93a7d Added a few new commands
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-06-19 12:14:29 +02:00
16d10ff115 Minor changes
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-06-17 08:21:40 +02:00
e1ac78fcd7 Added a few commands
Th3maz1ng pushed to master at Th3maz1ng/W801_SDK_dev_env 2022-06-13 08:12:07 +02:00
2f13c51ac4 Added wifi get state command