Sara Monteiro

Results 14 comments of Sara Monteiro

Hi @eden-desta! You're not seeing it on your `/dev` dir because the board bringup function of this board is not calling the function that register the timer drivers. See your...

Yes. It seems the timer is still not completed on `smt32h7`. The low level functions are implementes in `nuttx/arch/arm/src/stm32h7/stm32_tim.c` but it's missing to implement the lowerhalf. The `stm32_timer_initialize` is only...

Hi @dukeduck1984 @jbfuzier I am using a customized board and I also faced the same issue. The RX handler is not being triggered at all. Only the original polling mode...

Hum.. ok, thank you @dukeduck1984 But in my case, `handle_on_receive` isn't being triggered.

@dukeduck1984 I used a LA to monitor the DI0 pin and I figured out it is not changing level and I have another node continuously sending data. My `irq_flags` are...

@dukeduck1984 my issue was solved. I forgot to call lora.receive() to change the LoRa mode. ¬¬

@itsgk92 I did like this, and it continues throwing the exception: ` Future\ _connect (BluetoothDevice dev) async { String envSensServiceUUID = '0000181a-0000-1000-8000-00805f9b34fb'; String tempCharUUID = '00002a6e-0000-1000-8000-00805f9b34fb'; List tempValue; List characteristics;...

ok, now I created a separated directory `user_modules` at the same level of `micropython`. In user_modules I placed `simplefunction.c` and `micropython.mk`. The `mpconfigport.h` is already with the flag enabled. And...