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...
I've been testing the FMDN locator tag sample application with a nRF52840 devkit and I would very much like to get an answer to the following questions:
1. Is it possible...
Hi, I'm having an issue with the bt_mesh_resume() function in my project based on Zephyr and Bluetooth Mesh. My code is trying to cycle the Mesh network on and off to save...
Greetings
I have been going through the BLE fundamentals course, and I am currently on Lesson 4 exercise 1, which entails creating custom services. I have went through the...
I am working with nRF Connect SDK 2.6.1 on a Central and a Peripheral and I am running the BAP similar to the nRF Audio Example. I am using out of band pairing over UART for...
Hi,
I am working on application code for the nrf9160. Current NCS version is 1.5.1, although I do not think my ancient NCS version is relevant to this issue.
I have removed...
I can't find any documentation on how you are supposed to define partitions in NCS 2.7 when using MCUboot. Previously Partition Manager was responsible for this and was overriding...
Hi,
We have a few questions regarding NRF52832 and NRF52833, please support to clarify for us.
1. Does NRF52832 support Bluetooth 5.4 or 5.3?
2. Does NRF52833 support...
Hii,
I´m working with LTE IoT 4 Click, by Mikroe, that use a nrf9160.
I need to connect to network with my modem, but i have some erros. My goal is to communicate with...
...On a NRF5340, using NRF Connect 2.6.1 SDK and tool chain.
In our application, we need to select if NRF5340 device boots in ZIGBEE ROUTER role or ZIGBEE END DEVICE role...
I've written a custom manufacturing programming tool for ARM Cortex-M4 nRF52832 and nRF52810 devices. It uses a J-Link Plus USB programmer (J-Link V7.98g) and is implemented...
I am working with Zephyr RTOS and I would to prepare one of my RAK4631 with a Zephyr bootloader.
I know that in the RAK4631 documentation we have instructions how to flash...
Hello,
By using nRF Connect SDK v2.6.1, I want to have RTC (Date Time, Calender, etc) functions, so I modified the code based on one of Nordic Academy examples, which can...
Hi,
I've resumed working on my project with the nRF Connect SDK after a brief break. However, when I try to run a simple project, I occasionally encounter an error while...
Hello, I've recently purchased an npm1100-EK schematic from Digikey. The evaluation board works great but I can't find the Schematic & hardware files for this particular version...
Hi everyone. I'm using nRF Connect SDK 2.6.1. I'm implementing LittleFS for file management on an external QSPI-Flash. I need to format the flash and erase all of data. I...