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...
Hello,
I'm building a project for a nRF5340 and i need to use the mesh_stack.h library to reset device mesh configuration however every time i try to include it i get...
tutorial followed: https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial
I have followed the above...
Hi,
Now, I have a provisioner (based on the provisioner example of the mesh sdk) and I want to unprovision a specific device.
I have tried to use "config_client_node_reset...
Hi,
I have three nRF52840 DKs
I am trying to connect two of them as peripheral devices( that implement the ble_app_uart example)
to the third nRF52840 central device...
Hi guys new to the Nordic family of devices, but can the thingy91 provisioned on a third party cloud platform other than the nrfCloud? Also can I use a different sim-card...
While migrating to the latest nRF5 SDK (17.0.2) and nRF for Mesh SDK (5.0.0) , I've noticed that they ship with Softdevice 7.2.0 .
The latest s132 Softevice available for...
Hi,
I understand that scan request allows the broadcaster to send additional advertising data. Does it send the additional data via data channels? Is it related to secondary...
SEGGER ver 5.50d
nRF52840
I'm trying to find a way how to use the STL library with GCC compiler. I know that SEGGER is not fully supported STL library (a basic stl library...
Hi,
We are developing a solution using nRF52 and nPM1100 using nRF5 SDK 17.x? I was wondering if there is a software library already written for the nPM1100?
Thank you...
Is it possible to change the smartbasic firmware? and if I want to return to that firmware how can I doit?, and last one, if I use de nordic SDK with the DVK BL654, does it...
Optimization level is set to "Debug". Tried to change it to one of the Levels, however then firmware does not run at all. Debugging Level is set to Level 3.
Can it be other...
I want to develop the nRF series at segger embedded studio for the first time. But I tried the following homepage to install manually. www.nordicsemi.com/.../Segger-Embedded...
NCS(nRF Connect SDK) is a good environment to develop nRF52,but it seems not stable until now.
I want to use NCS(nRF Connect SDK) to develop my project ,and met some unknown...
Hi Supporter,
I use apptimer in proprietary_rf gzll, I used as below ,but it doesn't work.
1) app_timer_init(); ,here I ennable the RTC1 in the sdk_config.h
2)app_timer_create...