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...
Hello,
while looking at the nrf52 overview page ( https://infocenter.nordicsemi.com/index.jsp ) I was a little bit confuse, that the nrf52840 seems to have no USB anymore...
Hi
I made a custom service for sending radar data from a NRF52 DK and I'm trying to access it with my computer using the pc_ble_driver_py.
I tried to modify the heart_rate_collector...
Hi,
I´m trying to change the "BLE_APP_UART_PCA10010" example, main.c file.
I would like to delete following functions, because I don´t need UART in my project:
...
I am trying to upload firmware using the secure bootloader over UART onto nRF52840-DK. I managed to upload the precompiled blinky dfu test image using the uart debug bootloader...
Hi,
I want to reserve a space of two bytes in flash so I can change those externally. I want to read same memory location from the code.
How do I do it?
How to read...
Hi,
I have seen this post , but it is quite old, so I would like to know what is the current solution to
update advertising packets while advertising, without stop and...
Hi there. I am freshman with the NRF MESH. I am working on project which I need to use the static provisioner node. The problem I am facing is how to configure multiple group...
Hi everyone.
I want to stream 12kB of ADC data from the thingy 52 via BLE. At the moment this takes around 4 seconds to do which is to slow so i would like to increase...
hi ,when develop the usb + gzll+ble hid funcation, i find that it will occur a erro when stop the ble stack in the project that have usb funcation,so i try in the project...
Hi,
I'm trying to debug CLI example contained into nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b by flashing it on my nRF52840 DK (PCA10056).
First of all I'm using...
Hello DevZone,
Currently I'm working to get the NFC examples up and running.
I'm using the PCA10040 in combination with SDK15.0.0 and SD 132
A colleague of mine mentioned...
Hi everyone,
I suppose this is a very simple question... I want to create multiple timers using the Timer Library .
Each time I want to create a new timer based on RTC1...