-
Необходимо разграничить области ответственности библиотек периферийных устройств и использующей их логики.
Это подразумевает:
- [x] рефакторинг библиотеки nrf24l01p и модуля radio;
- [x] рефакторин…
-
Hey guys,
i got myself some NRF24L01 modules.
At first i thought the modules might be damaged or just straight up not working so i ordered another more promising set of modules.
Modules:
nRF…
-
Reviewing #4089 I realized that `periph/timer` API seems to be inconsistent. `timer_init()` returns 0 on success, while all other functions return 1 on success. I think all periph functions which just…
-
Here you have a list of compiling issues I found using clang (with its respective PRs):
- [x] **tests_driver_adcxx1c** fixed in #7856.
```console
/Users/facosta/git/RIOT-OS/RIOT/tests/driver_ad…
kYc0o updated
5 years ago
-
Using atmega328 I plan to use another chip also connected on SPI (different CS pin obviously).
What are the recommendations to pause the rf24 on SPI so the other chip can also start comms?
I am …
-
Im trying to send data from Arduino to EPS32-WROOM but can make it work in RX mode. Two arduinos are working with the same modules. Here is the code:
**Sender (Arduino nano):**
```
const uint64_t p…
-
Hi,
I have attempt to make compitable this library with stm32 hal library, currently i can communicate to nrf24l01+ chip. However, i am not able to communicate between two nodes(stm32 based nod…
-
This issue lists the status of all tests for the [Release Candidate 1 of the 2020.07](https://github.com/RIOT-OS/RIOT/releases/tag/2020.07-RC1) release.
Specs tested:
- [ ] [01-ci](https://github.…
-
I learnt that CD/RPD register on the NRF24L01/NRF24L01+ can aid frequency hopping algorithms.
I'm trying to create a bidirectional link for my DIY RC remote and DIY receiver on my quadcopter (could …
-
Hi!
To avoid mixing all kinds of questions in the BME680 module:
Don't want to push anything on you, but what do you think about using something like ESLint to catch bugs like accidentally creatin…