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,
After reading some questions about these topics I became a little confused.
I want to count milliseconds, so should I use Systick_Handler or use Real Time Counter...
Edit 1
To narrow down I did this... Below is ble_dfu_init() from ble_dfu.c.
uint32_t ble_dfu_init(ble_dfu_t * p_dfu, const ble_dfu_init_t * p_dfu_init)
{
uint32_t...
I am running NUS and a custom service.
I have updated vs_uuid_count = 2 in softdevice_handler.c
Following other posts on the forum, I have stepped through the code using...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello everyone
I was not able to find any explicit statement regarding the use of the TWI_APP with easyDMA on the nRF52 series and SDK13.0.0.
I checked the examples...
Hello guys,
I am currently looking at the recommended schematic QFN48 with internal LDO setup and I have a few questions (sorry, if they are silly, I am a newbie).
...
Hi, I'm working on an extremely space-tight design and need some clarifications. It is an nRF52832 QFAA chip with a Johanson 2450AT18B100 chip antenna.
Up to this point...
Hi,
I would like to use higher dBi antenna instead of the DK pcb antenna. Can I say the pi-network before J1 (measurement point) probe is 50ohm? Hence I can just remove...
I am trying to control another BLE device with nRF52xx. For controlling the device I need a terminal for connecting, disconnecting and switching on & off a sensor. I have...
I am using NRF52DK and trying to debug an SPI transfer, using SEGGER_RTT.h to print. However, printing of the logs are not consistent. Some debug lines do no appear in the...
Hello,
The only semi-official information that I can find regarding the differences between PCA10040 1.1.0 and 1.1.1 DK boards is this post . It suggests that there are...
I recently ordered two NRF52840-PDK and a Segger J-Link Base to program/debug the boards.
Then I just read that the development kit have a J-Link OB included, or I could...
Hi.
I wonder that how to setting continuous modulated output mode for nRF24L01P.
I see Appendix C - Constant carrier wave output for testing in datasheet.
But there is...