Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
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...
Hello. I bought a few days ago 3 NRF51822 after a lot of reading about it. Unfortunatelly i can not upload any code to it or any firware.
I do not have motherboard yet (NRF51822...
Answer resolved in this thread https://devzone.nordicsemi.com/question/110037/nrf52-projects-and-select-packs/
I am trying to set up a new environment for the nRF52832...
Trying to look for some answers on a question I posted in this thread but haven't had any replies. I was just reading this thread though and I came across a comment on the...
There are other posts here that suggest this is possible and mention "pin crossbar", although they don't explain what that is.
I need to talk to two UART peripherals concurrently...
Question: How to force the tolerance of the low frequency clock in the absence of 32kHz xtal in central role so that during connection request the sleep clock accuracy is...
Hello everybody,
I study transceiver nrf24LE1.
I'm trying to understand example of PRX in nRFgo SDK
(Enhanced_shockburst_examples):
/
/ Global variables
uint8_t...
Hello Nordic,
I am testing multi-role observer-advesting project:
github.com/.../nRF51-multi-role-conn-observer-advertiser
Actually this application can detect scan...
Is there an event that I can hook into that fires when the soft device has finished it's connection and negotiation with the phone and is ready to send data to the phone ...
Is there any way to get some "modern" content assist features in µVision that work with the Nordic SDK? If they're there, I haven't had any luck finding them. After having...
I'm trying to decide whether to use FreeRTOS or simply build on the Scheduler. What are the risks and benefits of using freeRTOS or another RTOS on a wearable sensor device...
Is it possible to connected two separated antennas (single ended), one for RX and another for TX communications to the receiver and transmitter of the NRF51 or NRF52?
Thanks...