S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
I'm trying to develop a code for the nrf52840 with a BLE link as Peripheral and Server (common configuration, but no SDK example). I start with a GATT server and changing...
Hi,
I try to use nrf51 dougle as a sniffer.
My nrf51 dongle not show up when connected to PC, when press the reset button, it only shows the boot-loader.
I try to find...
Hi everyone,
I want to measure the strength signal of BLE of my device. I need to do this measure without connecting/paring my device to any other, just during advertising...
Hello, Are there plans to include the nRF52833 reference design to the Eagle library on github ? In particular nRF52833 QDAA QFN40 (with the 201's).
There was a similar...
Hello,
I'm using the nrf52840 and SDKv16 to interface with an SD card. An SD card block is 512 bytes. I would like to do this:
1. Get the card ready for a write (use blocking...
Hello,
Not a 100%, but in this Nordic video the nRF52840 might be using the Alexa Gadgets Toolkit. Alexa Notepad demo 2020 https://www.youtube.com/watch?v=CdLfg-6kQs0
...
Received our 52840 DK, loaded, via nRF Go Studio, s140_nrf52_7.0.1_softdevice.hex. Loaded, via IAR Workbench, ble_app_blinky_pca10056a_s140. I clicked to go button and whamo...
Hello. Nordic team.
Once again I had questions, this time related to serialization .
While the preparation of the driver is on the PC side, I am studying the examples...
I have an issue with reseting the board using a hard reset via an external button. The onboard development kit reset works, but I am trying to perform the same task using...
Hello,
I was reading the nrf_libuarte_async library, and noticed that in the
app_timer_handler -
calls the
local_app_timer_start -
again and starts the timer again...
Hi,
I use a 3rd party board from raytac ( https://www.raytac.com/product/ins.php?index_id=95 ) on my PCB and I have problems with a bluetooth low energy connection. On your...
Hello,
I'm trying to get sleep mode working on a nRF52840-DK with Zephyr or Mbed OS while using UART.
It is possible to achieve low current consumption in sleep mode...
I opened an example from the SDK 16 in:
nRF5_SDK_16.0.0_98a08e2/examples/iot/lwm2m/lwm2m_client/pca10056/s140/ses/iot_lwm2m_client_pca10056_s140.emProject
When I try to...
Hello!
I want to develop my own app, and the source code refer to proximity in nrf toolbox. Now, i have some questions:
1. What function in the source code of serverManager...