Th3maz1ng
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2021-06-20 21:19:35 +02:00
7ccf7cc395 Added some protection resistors on the IRQ lines
c58298f1da NRFs are now read after they raised an interrupt and are not pulled anymore
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-20 21:11:13 +02:00
9362002b33 Changed transmit power from PA_MIN to PA_LOW, minor changes in the app code and added some comments
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-16 21:36:56 +02:00
7746de07fe Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-14 14:34:59 +02:00
0bcad69bab Updated the readme.
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2021-06-13 19:35:30 +02:00
cc521dcd43 Added the PCF8574 library
0f59a52e14 Added the test program to check if the system is working as it should ie nrf are detected, pcf reacting to commands
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_swiss_army_board 2021-06-13 19:33:24 +02:00
5813c6501d Corrected some mistakes in the example sketch and added missing methods in the keywords file for syntax highlighting
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-13 18:50:20 +02:00
23cb95fd41 Updated the schematic
51b1608d90 Updated the test program description comment
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ESP8266_dual_nRF24L01_gateway 2021-06-13 10:18:27 +02:00
a99c7e3e93 Updated the schematic's title block
5bb1cace0b Added the PDF of the schematic
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-13 10:13:16 +02:00
f64c0980b8 Updated the schematic's title block
e2cf4a029e Added the PDF of the schematic
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-06 21:31:41 +02:00
cbc8a8be73 Did some minor changes to the payload structure debug function
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-06 18:05:27 +02:00
2c10a560bc Disabled the serial, output, reduced the transmit power and set the sleep duration back to 1 min
6b9c05a69d Updated a delay value for testing purposes
Compare 2 commits »
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-05 23:39:49 +02:00
bad438287b Corrected a typo in a comment and added some explanatory comments
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-06-05 23:35:43 +02:00
955aa7a8dd Added the app program which runs on the device once everything was properly tested with the test app and is functional.
201819f2ef Added the packet_format.h file which contain the definition of the various header values
e7325a04a3 Updated the definition.h file : added the data structure which is what is sent over the air by the radio module
a86ed2d318 Replaced two methods with a new one ie temperatureAndATMPressureFromBMP280 and added a missing delay to let the 3V3 rail stabilize
d958d5f8c2 Updated the test.ino program to use the new temperatureAndATMPressureFromBMP280 method
Compare 6 commits »
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-05-30 11:51:22 +02:00
9f899a4802 Updated the gitignore file by adding one exception concerning .lib files
3bb3b04bb8 Added the test code which purpose is to verify that everything works as expected
daa5bcbbf6 Added necessary third parties libraries
dada1c9354 Added the cached lib for custom components
Compare 4 commits »
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-05-30 11:35:43 +02:00
5c049195f4 Updated the schematic
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-05-16 22:40:02 +02:00
34b6c23eea First commit of the schematic
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-05-16 22:38:38 +02:00
8e563ed8ac Added the third party nrf24l01 library
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-05-14 12:42:55 +02:00
5ae01f1a13 Mise à jour de 'README.md'
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-05-14 12:37:28 +02:00
4f93aec2dc Updated the README file
Th3maz1ng pushed to master at Th3maz1ng/ATMEGA328PU_lowPower_weather_s... 2021-05-14 12:35:24 +02:00
f0b546e103 First commit