As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I want to add FDS basedon dimming_serve example ,However,after fds_init(); it not jump to fds_evt_handler but stop wait .
The below is my code:
And The Bellow...
Hi all.
First I would like to apologize for any mistake because I'm posting first time here.
I'm using Visual Studio Code (VSC) to evaluate the blinky example from nRF5...
I recently had the need to communicate with a device over I2C. I'm using the nRF52 as the master. Everything works fine, but power is a concern. I am putting the processor...
Hello,
I have the same problem as this post . The difference is my SPI is sending out junk instead of stucking. I have tried the solution in the original post but no avail...
We bought 3x nRF52833dk (pca10100). Because the nRF5SDK V16 has only a few pca10100 examples we searched this forum and followed the advice: Change the "Linker->Sections Placement...
Hello,
I'd like to look at the Zigbee network traffic to/from/between IKEA Trådfri devices, but am unable to see any traffic when using nRF Sniffer from Wireshark. Unfortunately...
Hi,
I have an nRF52840 Development Kit, and am trying to control an IKEA Trådfri bulb. I'm following the commands from the SDK documentation , but it feels like they're...
So I'm trying to write a value to a characteristic I have set up as in the code below (figure 1), using the code further below (figure 2).
The sd_ble_gatts_hvx call is coming...
Hello
I would like a suggestion on the best architecture to collect data from multiple sensors in a room. Let me explain my need.
I have a room where we place multiples...
I'm trying to understand how RSSI measurement works.
According to datasheet if I understood correctly I have to issue a " TASKS_RSSISTART " command and wait for the corresponding...
I am using an nRF52840 Dongle to try and connect to a product over Bluetooth and communicate with it. I have been able to open this dongle using nRF Connect Bluetooth Low...
This behavior only occurs when connecting to the phone using the native connection procedure, it does not disconnect when using the nRF Connect app on the phone (Android Pixel...
I am trying to flash a secure DFU bootloader (compiled using my own key), a soft device, and my application using nrfjprog with the intention being to have the application...
I have implemented a bootloader without BLE that simply transfers softdevice/application/bootloader from external flash to the internal flash, performs usual validation and...