before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, How can I get the RLOC16 or similar ID from the CoAP clients connected to my CoAP server? I need to get this information from the messages that the clients send.
Cheers...
My BLE application needs to communicate with another µC using serial UART - so I started my app based on the sample in bluetooth/peripheral_Uart I'm have a nRF52_DK board...
Hello I have flash memory via SPI on the custom board. It works on SDK v2.0.2 properly and doesn't works on SDK v2.1.0. Flash memory defined in Device Tree as mentioned below...
Dear Sir.
we are porting some projects from nRF5 to Zephyr and the UUID/handlers table consume more memory. What is the best practice? we are trying to do the same things...
Hi Nordic community,
Let me ask a question.
I can run AT+RUNIMPULSE command via UART cable successfully, but I cant write it using BLE. For example using Nordic nRF connect...
Hi,
I have tried setting a custom network name by adding
CONFIG_OPENTHREAD_NETWORK_NAME = "MILIEU_OTNET" to prj.conf of both coap client and coap server. But they always...
Hello everyone,
I am trying to use the S340 softdevice in order to connect to an ANT+ HR. I would like to use proximity search.
It works fine for the first device in range...
HI
After the connection between the light-bulb and the Zigbee-Coordinator is completed, it is observed from Sniffer that both parties will broadcast regularly (as shown...
Hello,
I'm writing my own UARTE library because I need some functionality not offered in the SDK. But I came across a hardware behaviour I can't explain.
In my understanding...
Hi,
i use NRF52832
I used bootloader V5.4 and I don't see the prints I used SEGGER workspace
in sdk the settings set #define NRF_LOG_DEFAULT_LEVEL 4
what can I do...
Good day
I have been testing sample code code, but when compiling I get this error
nRF5_SDK_17.1.0_ddde560\components\libraries\uart\retarget.c:101:23: error: unknown...
I am plugging the nrf52840 Dongle to the USB port, the computer beeps as it recognizes a new USB device, but when I open the Programmer app from the NRF desktop connector...
Hi,
I am a very beginner in Python and BLE. I would like to use a nRF52840 Dongle to connect to a Bluetooth Device, send 6-Bytes data in the 1401 section and also perform...
Hi All,
i have been working on two i2c devices
1. MPR121, which has slave address (0x5A)
2. PCF8583, its address is (0xA0).
I am using Zephyr I2c api for the same...