Search found 3 matches

by icecold
Sat Jun 15, 2019 4:56 am
Forum: General Discussion and Questions
Topic: NRF24L01+ - stm32duino (blue pill) sender to micropython (ESP32) receiver not working
Replies: 5
Views: 3068

Re: NRF24L01+ - stm32duino (blue pill) sender to micropython (ESP32) receiver not working

Are the send failures at the radio level or the SPI level? I notice that arduino library has very little in the way to verify that any of the SPI operations succeed? I can highly recommend Sigrok and the DSLogic Plus reviewed here https://www.youtube.com/watch?v=xZ5wKYnCNcs :) So I've made some pro...
by icecold
Fri Jun 14, 2019 12:05 pm
Forum: General Discussion and Questions
Topic: NRF24L01+ - stm32duino (blue pill) sender to micropython (ESP32) receiver not working
Replies: 5
Views: 3068

Re: NRF24L01+ - stm32duino (blue pill) sender to micropython (ESP32) receiver not working

Yes - that's the setup with both ESP32 running uPy

For part 2 - yeah - Blue Pill with arduino.

I've explored the sleep modes for ESP32 but went in favour of the blue pill. Unfortunately I don't have a signal analyzer to inspect SPI data.
by icecold
Fri Jun 14, 2019 6:50 am
Forum: General Discussion and Questions
Topic: NRF24L01+ - stm32duino (blue pill) sender to micropython (ESP32) receiver not working
Replies: 5
Views: 3068

NRF24L01+ - stm32duino (blue pill) sender to micropython (ESP32) receiver not working

So I flashed micropython on two ESP32 boards and tried the nrf24l01+ driver and test in the official libraries. This worked at the first go without a hitch. I'm trying to now switch to a sender using a blue pill board (STM32F103C8T6) running stmduino and this nrf library https://github.com/MarkKhark...