Hi
I have a project using winc1500 as WiFi module, base on example wifi shell example and post
I add:
CONFIG_WIFI_WINC1500 =y
CONFIG_WIFI_WINC1500_REGION_ASIA...
Hi,
I am using nRF54L15-DK for Zigbee light_stwitch startup testing. After successfully connecting the development board to the Hub for the first time, I evaluated the time...
Hi
I have a code previously can be built in NCS 2.91:
However, when I use the new NCS 3.01, it can not be built, the error is:
Could you please help me figure out...
hello everyone I have implemented BLE, ADC, RTC, and UART. After that, my power consumption is around 1.31 mA. Can you suggest possible ways to reduce power consumption or...
Hi,
I am trying to integrate the nRF5340 Audio application (CIS Unicast Server role with bidirectional streaming enabled) from NCS 2.9.0 into on my custom nRF5340 based...
I'm attempting to write software onto a newly purchased nRF52840 dongle using nRF Connect for desktop, but I'm unable to do so. My environment is Ubuntu 24.042 LTS. The LED...
Hi,
We occure a problem that when we integrated HID,Tile and battery service, open nRF Connect by iPhone, we cannot connect with the EVB and show connecting. But when we...
Hi,
i am using three s210 master devices to broadcast ANT messages to a s310 central device. The central connnects to a PC through USB dongle and BLE.
When broadcasting...
Hi,
I found several posts on this forum closely related to my problem, but non of this answer my needs. I try to program nRF51822AA with blinky example via Keil uVision...
Hi, in evothing and mbed all the UUID are 128bits long
however, in EK, the code use 16bit UUID
ex. nus.c the uuid is 0x0001 0x0002 0x0003
any one knows how to provide...
Hi,
I have just received my smart beacon kit (nRF51822 based), I have wired up my JLink programmer according to devzone.nordicsemi.com/.../
However I am having trouble...
Hi!
I'm building a mesh using beacons. Everything works good untill now, except beacons sometime stop advertising on its own. Beacon still works because he still connects...
Hi. We are going to mass production now and the lab that will certify our product says we need to have a special mode in the firmware that would do : modulated middle channel...
I want to make a custom board using nRF51822. Currently I am using nRF go studio starter kit and pca10005 board. I am using segger jtag programmer for loading code to the...
Hello,
I have a custom program based on the uart example. I can write to the device, but sending to the master fails.
I call the SendString code, but p_nus->is_notification_enabled...
Problem
I got some problem in change device name.
I found that the function of ble.gap.setDeviceName(deviceName) is useless.
So I've searching for another function...
Hi,
Does anyone know if there are plans to support RTX in the nRF52 SDK? It is included in the nRF51 SDK under external/rtx , and there is an example in examples/peripheral...
Hi,
I have purchased the nRF8001 DK and it came with no documentations. I downloaded the nRF8001 DK User Guide V1.1.
In this documentation, under section 1.3 there is...
I have setup environment on QT creator and i am using JLink GDB server debugger.The nordic chip is nrf51822 QF AA H0 and SDK is nrf51822 s110 version 8.1.0 .I read some posts...
I donwloaded the iOS nrf toolbox. I found that the app converts the glucose measurement to KG/L and not to mmol/l? The reading on the glucometer is in mg/dl so when I multiplied...
Hi,
I am trying to get my mesh running on the nRF52 Preview DK but calling
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);
will break my program...