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...
i want to connect the peripheral using mac address instead of device name , i followed this post https://devzone.nordicsemi.com/f/nordic-q-a/44332/sdk-15-2---scan_addr_filter...
We are using another microcontroller to update the application firmware in an nRF51822 over the UART using the DFU HCI protocol from SDKv11.0.0.
The nRF51822 uses the HCI...
Hi,
I'm trying to edit the C library code which communicates with the nrf52 dongle. I'm using custom gatt & the descriptor CCCD is 0x2902. Since its not able to find the...
Hi,
I'm working on a bootloader that combines both the BLE and UART transport layers. We have custom hardware containing the nRF52832 chip running on SDK 15.3, and we're...
Hello,
I'm using the nrf52840 to try and receive a byte from the nRF24l01+.
After configuring, I trigger TASKS_RXEN, but never receive EVENTS_RXREADY.
Here is the code...
Hi,
I use nordir 52840 as zigbee corrdinator, but one zigbee device send math descriptor request package, I can not get the information in application process. How can I...
To the kind attention of Nordic support team,
I have got a project with this memory configuration
and this
<!DOCTYPE Linker_Placement_File> <Root name="Flash Section...
Using FStorage with SDK 15.3, I can write and read from flash storage with no problems.
When I flash the code directly, without the debugger, then the application has problems...
Hi!
I am customizing the template app for my product which includes 128 bit custom UUIDs.
So, adding the first of these to the app I edited m_adv_uuids to include it;...
Hi I am developing a broadcast/advertising only device using the nrf52840 that sends out a status every couple of seconds.
All I care about is the BLE app to track the status...
Hi,
I am struggling to connect to my device using the nRF Connect app and keep getting an immediate disconnection when attempting to connect.
The error looks like this...
Hi Nordic
I've read sdk16 examples "pwm_library" and "pwm_driver", I also use PPK to measure pwm_driver,
the power consumptiom is around 500 uA on 52832DK with some modifications...
Hi!
We would like to develop a PC application which handles and controls a Bluetooth mesh network of devices.
Can we use the serial interface to do such a thing? I mean...
I have seen that a power profiler kit is available for the development, but it sais is compatible for nrf51 and nrf52. It is compatible/necessary with nrf5340?