Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hi. I am using nRF52840 DK as an central device to connect 6 peripheral device. There is no problem. But I want to add peripheral role to central device fo send data which...
Hi Nordic team/Everybody, I'm working with nRF52840 PCA10056 , Thread_Zigbee_ v4.1.0 , and light_control example.
I modifed, try to add T emp_measurement ZCL in Light_Bulb...
Hello, just updated from previous segger version to 5.34 but compiling an existing project
/ncs/v1.5.1/toolchain/segger_embedded_studio/lib/SEGGER_crtinit_v8m_mainline_little...
Hi
I am using the this example code nrf52-ble-app-uart-c-multilink [ https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink ]
If NRF_SDH_BLE_CENTRAL_LINK_COUNT...
Hi,
Would like to understand when will be the chip select pin be asserted and de-asserted when reading/writing a QSPI external flash?
What will enabling QSPI by setting...
Hello and to whom it may concern
I am currently using nRF51422_QFN48
with laser marking on the IC body
N51422QFAAF01616CS
i am using nRF desktop connect and try to...
Hello,
I'm having this problem with this nRF24L01+ connected to an ESP8266 (ESP12-E on BOB), and I'm using NodeMCU 2.2.1. The nRF24L01+ module I'm using is a small board...
Hello everyone,
i have a problem reading data from MAX30101 sensor FIFO. I set up the sensor and enable all 3 LEDS (Red, IR, Green), but when I read the data from the FIFO...
I'm using nRF Connect v1.5.0, Zephyr, and Segger Embedded Studio (SES) to develop an application I'm testing on nRF5340-DK.
I have a project that compiles and runs. But...
Due to the recent semiconductor global shortage, we are changing the chip on our device currently on the market from the nRF52832 chip to the newer nRF52833. I am in charge...
RNG interrupt handler is not called.
Using nrfx_rng library to generate random numbers.
VALRDY event is generated but interrupt handler nrfx_rng_irq_handler in library...
I have looked at the UART example provided in the NRF52 SDK. The example uses the UART in blocking mode. I need to create a version that is non-blocking, and only reads the...
Hello Nordic,
I was looking at multiprotocol support from nRF Connect SDK by following this link: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multiprotocol_support...
Hi
Trying to install and operate the Sniffer based on nRF52840 USB Dongle
Having the nRF Connect for Desktop installed and burned the Dongle in accordance with the instructions...
Sorry I have to see how the ssp of ublox work.(nina 410)
II have to send a packet over the serial every 50mS.The packet len is 100byte.
I see that some time the received...