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...
Hi,
I was wondering what example to use if I have an accelerometer on a breadboard connected to the nRF52840 DK via TWI/SPI and the DK connected via USB to my Mac? I want...
Hey guys,
I want to start developing using NRF51822 but I don't know how to start. I have read punch of stuff about BLE but I am not sure how it's works or how to program...
Hi Team,
I am experimenting with the semi-official ble_app_uart_relay example on an nRF52832 DK:
https://github.com/NordicPlayground/nrf52-ble-app-uart-relay
The main...
We are using one of the nRF52 series micro's. It has 12 bits of ADC. My customer is asking can we go to 16 bits of ADC. Can you suggest some products so I can review the specifications...
Hi all.
I want to run the NRF52 dev kit as an HID keyboard, and I've got that working nicely thanks to the keyboard BLE peripheral in the SDK samples, but I also want to...
i am transferriing data between pc and nrf52 dk using nrf libuarte async tx. only the first 5 bytes are sent correctly. after 5 bytes the rest is corrupted. I am trying to...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi all,
Project description and what works:
in my project I have one nRF52840DK as central and three nRF52DK as peripheral. The code on the central is based on the " nrf52...
Hello,
I stumbled over the following problem in configuring an nrf connect sdk project: Somehow I must have dreamt that the Nrf52 UARTs support also baud rates beyond 1mbps...
Hi, I am looking to implement Azure IoT Hub and Azure FOTA in a project. Unfortunately these examples are specifically for the nRF9160. I would like to implement it on the...
I am currently trying to connect an accelerometer to my Nordic board, but I am having some issues with #define NRFX_TWI_INSTANCE(id)
.p_twi = NRFX_CONCAT_2(NRF_TWI, id)...
My problem is with examples of publishing and subscribing at the same time. I crossed them by adding a check for subscription if I did not sign I do this and register the...
Hi guys. I'm fairly new at embedded development and I'm basically trying to set up a workflow that goes like this:
Toggle a GPIO high - low, with a duty cycle of ~500...
I have been following the "Getting started with Nordic's Secure DFU bootloader, a step by step guide". I believe I may have compiled and loaded a DFU bootloader to the nRF52840...