|
4761a66a28
|
Added a test to check power consumption of the board for HW debugging purposes
|
2024-08-19 12:30:01 +02:00 |
|
|
2a822f5bce
|
Renamed the payload type + few minor changes
|
2022-09-09 09:58:53 +02:00 |
|
|
8fc4976ac8
|
Added app.ino file description as well as renamed the type of the payload for more clarity
|
2022-09-09 09:57:04 +02:00 |
|
|
594fc0cdb2
|
Added the option to enable/disable the LNA (for the NRF modules that have one)
|
2021-10-02 18:17:32 +02:00 |
|
|
8409be43e7
|
Corrected a typo in a comment
|
2021-07-31 19:40:36 +02:00 |
|
|
d2d1e6b4a4
|
Removed the dependency files from the test folder
|
2021-07-17 23:02:13 +02:00 |
|
|
ba457838c3
|
Included the dependency files in the app folder
|
2021-07-17 23:00:17 +02:00 |
|
|
9362002b33
|
Changed transmit power from PA_MIN to PA_LOW, minor changes in the app code and added some comments
|
2021-06-20 21:09:00 +02:00 |
|
|
51b1608d90
|
Updated the test program description comment
|
2021-06-13 18:49:48 +02:00 |
|
anschrammh
|
cbc8a8be73
|
Did some minor changes to the payload structure debug function
|
2021-06-06 21:31:47 +02:00 |
|
|
2c10a560bc
|
Disabled the serial, output, reduced the transmit power and set the sleep duration back to 1 min
|
2021-06-06 18:05:32 +02:00 |
|
|
6b9c05a69d
|
Updated a delay value for testing purposes
|
2021-06-06 18:04:24 +02:00 |
|
|
bad438287b
|
Corrected a typo in a comment and added some explanatory comments
|
2021-06-05 23:39:57 +02:00 |
|
|
955aa7a8dd
|
Added the app program which runs on the device once everything was properly tested with the test app and is functional.
|
2021-06-05 23:35:44 +02:00 |
|
|
201819f2ef
|
Added the packet_format.h file which contain the definition of the various header values
|
2021-06-05 23:33:47 +02:00 |
|
|
e7325a04a3
|
Updated the definition.h file : added the data structure which is what is sent over the air by the radio module
|
2021-06-05 23:31:59 +02:00 |
|
|
a86ed2d318
|
Replaced two methods with a new one ie temperatureAndATMPressureFromBMP280 and added a missing delay to let the 3V3 rail stabilize
|
2021-06-05 23:27:17 +02:00 |
|
|
d958d5f8c2
|
Updated the test.ino program to use the new temperatureAndATMPressureFromBMP280 method
|
2021-06-05 23:25:28 +02:00 |
|
|
3bb3b04bb8
|
Added the test code which purpose is to verify that everything works as expected
|
2021-05-30 11:50:02 +02:00 |
|
|
daa5bcbbf6
|
Added necessary third parties libraries
|
2021-05-30 11:47:54 +02:00 |
|
|
8e563ed8ac
|
Added the third party nrf24l01 library
|
2021-05-16 22:38:33 +02:00 |
|