No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bernd Gottschlag 0d7211d770 Fix the rx0 address 5 years ago
..
BME280_driver @ 3d686a3265 Add reading from the BME280 using the official API 5 years ago
obj Rework the makefile and optimize the code for flash space 5 years ago
.gitignore Rework the makefile and optimize the code for flash space 5 years ago
bme280_interface.c Rework the makefile and optimize the code for flash space 5 years ago
bme280_interface.h Add power save mode and send messages every 7.5s 5 years ago
compile.sh Add prototyping code for sending a dummy message with the nrf24l01 5 years ago
crc.c Add a new packet format with the calculation of the CRC 5 years ago
crc.h Add a new packet format with the calculation of the CRC 5 years ago
encryption.c Fix decryption bug 5 years ago
encryption.h Add encryption for the sent packet 5 years ago
led.h Use the IRQ signal from the nrf24l01 instead of polling the status 5 years ago
main.c Fix generation of the salt 5 years ago
makefile Rework the makefile and optimize the code for flash space 5 years ago
nrf24l01.c Fix the rx0 address 5 years ago
nrf24l01.h Add encryption for the sent packet 5 years ago
nrf24l01_definitions.h Change the way the TX and RX addresses are written to the nrf24l01 5 years ago
pin_programming.c Generate an ID according to the dip switches 5 years ago
pin_programming.h Generate an ID according to the dip switches 5 years ago
spi.c Move SPI initialization and pin definitions to spi.c 5 years ago
spi.h Move SPI initialization and pin definitions to spi.c 5 years ago