|
DHT22 Sensor driver
Yes, I can do it. Tks!
By
Primini
· #1718
·
|
|
DHT22 Sensor driver
Hi everyone! The sensor sounds like work if this condition at dht.c line 42: if (elapsed_cycles >= max_wait_cycles) changes to: if (elapsed_cycles > max_wait_cycles) Could be an error in the Zephyr's
Hi everyone! The sensor sounds like work if this condition at dht.c line 42: if (elapsed_cycles >= max_wait_cycles) changes to: if (elapsed_cycles > max_wait_cycles) Could be an error in the Zephyr's
|
By
Primini
· #1714
·
|
|
DHT22 Sensor driver
Hi everyone! We are working on a PoC using SDK Nordic nRF52 + Aosong AM2302 sensor + Zephyr. The AM2302 sensor works like DHT22 that is already implemented in Zephyr, but due to some reason, our imple
Hi everyone! We are working on a PoC using SDK Nordic nRF52 + Aosong AM2302 sensor + Zephyr. The AM2302 sensor works like DHT22 that is already implemented in Zephyr, but due to some reason, our imple
|
By
Primini
· #1703
·
|
|
NRF5 UART problem
Sorry guys, my mistake. Interrupt driven works like a charm. Thanks a lot, have a nice week. Tiago.
Sorry guys, my mistake. Interrupt driven works like a charm. Thanks a lot, have a nice week. Tiago.
|
By
Primini
· #1510
·
|
|
NRF5 UART problem
I do not know why but interrupt driven is not working for me, neither hardware flow control, because of this I implemented simple poll in/out. I do not know if the reason is because I have to change t
I do not know why but interrupt driven is not working for me, neither hardware flow control, because of this I implemented simple poll in/out. I do not know if the reason is because I have to change t
|
By
Primini
· #1509
·
|
|
NRF5 UART problem
Hi everyone! I am developing a firmware responsible to communicate with a sfm10R2 Wisol modem through a serial interface. The wisol shield is coupled in my nRF52832 nordic board. I am trying to get Si
Hi everyone! I am developing a firmware responsible to communicate with a sfm10R2 Wisol modem through a serial interface. The wisol shield is coupled in my nRF52832 nordic board. I am trying to get Si
|
By
Primini
· #1501
·
|
|
Bluetooth power efficiency
Hi Vinayak and Carles! First of all, thank you so much for your time. I will check the consumption numbers and send back to you. Regards, Tiago.
Hi Vinayak and Carles! First of all, thank you so much for your time. I will check the consumption numbers and send back to you. Regards, Tiago.
|
By
Primini
· #1417
·
|
|
Bluetooth power efficiency
Hi everyone! I am using Nordic nrf52832 in my project and I have to set Bluetooth power consumption to a minimum level if possible in a certain period of times. I read in Nordic dev zone (https://devz
Hi everyone! I am using Nordic nrf52832 in my project and I have to set Bluetooth power consumption to a minimum level if possible in a certain period of times. I read in Nordic dev zone (https://devz
|
By
Primini
· #1410
·
|
|
Running bluetooth examples using qemu
Hi Johan, another issue: Every time my application stay connected for a period it receives a disconnection with the following code: [bt] [DBG] bt_smp_recv: (0x20002048) Received SMP code 0x06 len 17 [
Hi Johan, another issue: Every time my application stay connected for a period it receives a disconnection with the following code: [bt] [DBG] bt_smp_recv: (0x20002048) Received SMP code 0x06 len 17 [
|
By
Primini
· #1319
·
|
|
Running bluetooth examples using qemu
Hi Johan, Disabling host flow control using the option that you mentioned the sample works fine. I will take care some side effects because of this configuration, thanks for the advice. Have a nice da
Hi Johan, Disabling host flow control using the option that you mentioned the sample works fine. I will take care some side effects because of this configuration, thanks for the advice. Have a nice da
|
By
Primini
· #1316
·
|
|
Running bluetooth examples using qemu
Hi Johan, from the host side I got btmon's log: $ sudo btmon Bluetooth monitor ver 5.47 = Note: Linux version 4.10.0-38-generic (x86_64) 0.606132 = Note: Bluetooth subsystem version 2.22 0.606133 = Ne
Hi Johan, from the host side I got btmon's log: $ sudo btmon Bluetooth monitor ver 5.47 = Note: Linux version 4.10.0-38-generic (x86_64) 0.606132 = Note: Bluetooth subsystem version 2.22 0.606133 = Ne
|
By
Primini
· #1313
·
|
|
Running bluetooth examples using qemu
Hi everyone! I am trying to run examples from samples using qemu_x86 board but I am facing with bluetooth init error -5 when executing examples that handle connection/disconnection callbacks. I follow
Hi everyone! I am trying to run examples from samples using qemu_x86 board but I am facing with bluetooth init error -5 when executing examples that handle connection/disconnection callbacks. I follow
|
By
Primini
· #1308
·
|