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’m working with an NRF5340 device paired with a Nordic HID mouse. Currently, data encryption is enabled after pairing, but the encryption and decryption modules are...
Hi,
I want to know if Android Smartphone can be configured as BLE Mesh node? If it can be configured as BLE mesh node, how can it be done using below mentioned library...
Hi.
I would like to set the TX power level for broadcast streams to a higher level then the other radio packets (especially the packets on the primary ADV channels). First...
Hi,
I'm working with nRF5340 Audio DKs.
I'm able to successfully run the audio example in BIS mode (with gateway and headset devices).
My goal is to open another BT...
Hello,
I am developing a PCB with nRF52805. The PCB is small and must be cost-optimized. It also needs to be as small as possible.
For prototypes, I have added a J-TAG...
I was building the "console" sample code found in zephyr for my custom nrf52840 board and I managed to get it to work. But as soon as cryptocell gets enabled, it doesn't work...
Hello,
I need to run nrfutil on a raspberry pi3. The NRFutil executable I use on windows & linux found at https://www.nordicsemi.com/Products/Development-tools/nRF-Util...
I have new nrf9161dk that I'm trying to run the "quick start" guide for. However, when I get to the "Progam" step it fails. This is the error log: 2024-10-03T18:05:08.932Z...
Trying to put nRF52840 in OFF mode and I see the following odd behavior: If I put all the output GPIOs into Hi-Z mode, power consumption measured in-line with the battery...
Hello,
Do the micro controllers out of the box before installing onto a PCB already have a bootloader? What do I need to consider to be able to reprogram my MCU on the PCB...
I'm working with the nrf9160 dk and trying to get a baseline low power project before I add peripherals and application code. I'm using ncs 2.7, and with an empty project...
The idle power consumption (i.e. the current draw between adverts) is 2.4uA prior to the first call of dm_request_add() following reset.
Once a distance measurement has...
Hi, I am actually newbie to embedded system.
My question is how can I upload my code to MCU.
There are very good tutorial about developing with development kit.
So...
Hi there,
I'm developing a product composed of two nRF52840, one being a USB+BLE keyboard and the other being a wireless USB dongle. The two are connected via Nordic UART...
I want to set a MQTT Topic for AWS IOT in Runtime with the new SDK 2.7.0.
My Legacy code that works in 2.0.0
The new approach seems to be: https://docs.nordicsemi...