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 followed the instruction ( https://docs.nordicsemi.com/bundle/ncs-2.5.0/page/nrf/samples/cellular/lwm2m_client/sample_description.html ) to build and run on my nRF9160DK...
Here it is suggested to gracefully terminate a thread by sending it a notification of any kind. But how can I terminate a thread that is in a waiting state with K_FOREVER...
I am having a recurring problem with NFC-CONNECT: build action. It hangs when building. Gets stuck with the following message in lower-right hand corner of screen:
The...
Hi,
I cleared my desktop and development environment.
So I rebuilt IDE using VSCode and NCS 2.9.0.
Everything works well without Intellisense in VSCode.
As above...
Hi,
We are using nrf52840, with SDK 16.0. we wanted to know that How does Garbage collection works?!
Does it reuse the allocated pages by erasing it or it uses the new...
I am just starting out. Trying to figure out how to interact with the board and my tool chain. I'm not sure how to flash a merged.hex file I made (serial_lte_modem) into the...
Hi,
I am using the nRF54L15-DK board and would like to use the driver code for the peripheral(Timer,SPI etc).The SDK I am using is NCSv2.9.0,Please help me find the driver...
Hi everyone, Is there a demo or project code showing BLE transfer between two Nordic chips/devkits with a data rate more than 2mbps using 4mbps phy? Thanks.
Hello,
how is it possible to determine the SDK and Toolchain used when opening an NRFconnect Terminal in VSCode.
It automatically opens the terminal with the 2.8 Toolchain...
Hello,
For my project, I want to develop a Zigbee coordinator for the Thingy:91 that receives reports from end devices and it publishes the values to the cloud. I've developed...
I am currently running nRF Connect Desktop App on Apple M2 chip (ARM64 ; 23.6.0 Darwin Kernel Version 23.6.0)
I have installed nrfconnect-5.1.0-arm64.dmg
Two major issue...
I can read above 3000 samples from accelerometer, before connecting to BLE, but after connecting to BLE the data rate reduces to 200 samples. This is clearly checked and identified...
I have been using VS Code and nRF Connect extensions for over 1 year. I run on a Mac Mini computer with Apple M2 processor. I recently updated the macOS to Sequoia Version...