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 everyone,
I'm trying to set up the Wifi stack on the nRF7002 and use it with MicroPython, but encountering a lot of difficulty with it. I cropped up a network_wlan...
Hi all,
I have a custom board build with an nRF9151. I'm able to connect on int with USB/UART, I can send and receive AT command. Right now I'd like to send certificat to...
My application communicates via UDP and all communication is initiated from the device. Before packet transmission, network registration status is checked (CEREG) and sendto...
Hello, I'm developing a BLE Central application using the nRF52 SDK. The central connects to multiple peripheral devices (nRF52832), each sending 6-byte ADXL345 accelerometer...
Hi All,
I came across this thread regarding programming external boards. ( https://devzone.nordicsemi.com/f/nordic-q-a/14058/external-programming-using-nrf52-dk )
In order...
I discovered weird modem behavior when testing my application with a weak or undetectable signal. Mine testing was as follows:
modem connected to the network
communication...
Hello,Nordic team
I am programming with nrf52833 and ncs v2.9.0
While bonding with peripheral ,central report No memory to create new report.But my soc flash and ram are...
I work on nRF54L15DK.
When building for the nRF54L15DK, only 188KB of SRAM is allocated. The remaining 68KB seems to be allocated to the FLPR MCU. How can I change this...
I have a few questions about the new privacy requirements added to the RED for CE certification starting in August 2025:
Does ANT+ still comply with these new requirements...
Hello!
I'm new to Nordic Semiconductor and currently developing a project for which I need support regarding the nRF9151 DK . Before placing an order, I would like some...
I am currentry trying to evaluate the RAYTAC-MDBT50Q-CX-40.
Raytac Corporation 勁達國際電子股份有限公司
But sample applications(helloworld, blinky) don't work.
I installed the...
Hello,
Since a few days ago, when I start VS Code, I get the following warning:
But when I check the settings in VS Code, v1.x.x is not there.
What could be the...
Hi,
I recently bought a J-Link Mini EDU and a Tag-Connect TC2050-IDC cable (bought the legged version for some reason, but I guess I can break the legs). I wanted to use...
I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
Hi,
I have one application that includes one basic BLE services such as one Custom service, ANCS, DFU and NUS.
I have a custom board with three i2c sensors, and one SPI...