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...
*** edit: Problem solved. My project file had build config set to "release", I had to change it over to "Debug".
Kindly close the case ***
I have an i2c program running...
Hello,
I would like to ask for guidance, as I am at the very start of a human interface device (HID) controller development, considering BLE nRF52840.
The use case I would...
Hello!
I am trying to get basic communication between two nRF24L01+ modules to work on Teensy 4.0's, but I am having trouble transmitting and receiving.
Here is the wiring...
Hello, DK:nrf52810
sdk:17.0.2
In my project i have to advertise accelerometer and gyro value through beacon so i have done with using https://devzone.nordicsemi.com/f...
Hi Nordic Mesh experts,
I'm testing for the BLE mesh using light_switch example based on nrf5 sdk for mesh and nRF Mesh APP.
From the printed info on the APP during connection...
So I now have nRF 52840 dk and I'm working through the secure bootloader example. I am using SES. (Windows).
So I built and flashed the the app and it looks fine, it has...
Using gdb watchpoints I was able to see that running spm_request_random_number() (which is executed in sys_rand32_get) changes content of first byte of backend_cb_log_backend_custom...
Hello DevZone,
I am working with a project whereby we use both the nRF52832 and the nRF52840 and what blew my mind is that Segger has absolutely no problem in downloading...
Hello Nordic, we are trying to develop a system using nRF52833 and want to reuse the xtal 32.768k and xtal 32M clocks for other purposes. For that, we need to know at the...
Hi,
Using SDK14.0.0, soft device: s132_nrf52_5.0.0
If Segger embedded used them use latest sdk as below, because sdk 14.0.0 has no support for segger embedded.
nRF5_SDK_17...
Dear Nordic,
We've faced with the issue on Zephyr Shell NUS module.
The captured reaction is just on 'Enter' press in terminal. It seems it has some kind of...
Hi, I've read about the comparator (COMP) integrated peripheral of nRF5340. It compares an input voltage (VIN+) against a second input voltage (VIN-). Can I manage for having...
Hello Everyone,
I am using the example ...\nrf5_SDK_for_Mesh_v2.2.0_src\examples\light_switch\proxy_server . Both the light_server and flash_page and flash_page_erase()...
Hi everyone! I need help with connecting lcd16x2 (lcd 1602) and microcontroller nRF51822. Due to the fact that, I can't find any information or library to make it work. Can...