I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
I have a characteristic whose value is an array of char, which can from 1 to 20 bytes long. Using SDK17 I can set a vlen attribute and use the function update_characteristic...
Hi, Goal: Send a firmware update from nrf5340 to another nrf5340 over BLE I found the following sample and a lot of support tickets talking about this sample but I am unable...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
dear everyone!
I order a kit- nRF52 preview DK:
www.nordicsemi.com/.../nRF52-Preview-DK
And i also download nRF52_SDK_0.9.1_3639cc9.zip:
developer.nordicsemi.com...
Hello,
I'm writing a driver for an I2C device (it's an external led driver).
My current code executes following steps ...
First I changed I2C configuration :
static...
Hello there.
I'm porting some code that previously worked on S110 stack v7 to stack v8 and I'am experiencing some issues.
After receiving a BLE_EVT_USER_MEM_REQUEST...
Accoding to the "how to generate the INIT file for the DFU",I have configuration Boot loader.hex,but i don't known how to configuration Soft Device.hex.The following is the...
Hello Nordic~
I want to control button debouncing on my nrf51822 based custom board. I went through the button_debounce example found in [Board/nrf6310/debounce_example...
Hi All,
I'm using ble_app_uart Application to send some notifications from Peripheral to central device. I'm using API ble_send_string() to send notifications to other...
I have an iOS app which is a central to a peripheral running on an nRF51822. A similar Android app works fine and is able to connect to the peripheral, discover services,...
I couldn't find anything with the search here or google so I felt free to ask.. maybe someone already updated to Windows 10 and can tell if everything works well?
Hi ,
I am trying to advertise HID Keyboard Example forever untill the device is powered off
Please let me know how to do this and also how to power optimise.
Kind...
Can I calculated elapsed time from one event using TIMER1?
If yes,how?I can not find none register which one to read for get counter value(how many ticks have passed since...
Hello, I follow
this page to start the rpi2 for 6lowpan.
when I tried to run RADVD Daemon as follow:
Set IPv6 forwarding (must be present).
sudo echo 1 > /proc...
Hello!
I recently purchased a RedBearLab nRF51822 board where I want to use several DS1820 temperature sensors.
For dealing with the OneWire (1-wire) protocol I found...