Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
Hi,
I have a BLE sensor node (firmware not modifiable) that takes up a peripheral role and starts advertising when powered up. Typically, one can scan for the node from...
Hi All!
I have been working on bringing-up a custom manufactured nRF52832 board. I have with me 6 boards, the first 3 are working fine, the other 3 are not. In both cases...
Hello all,
I'm practicing creating my own service following instruction from this link: https://github.com/bjornspockeli/custom_ble_service_example
Now I stuck at part...
Hi everyone,
I have configured two UARTES , one using the app_uart library and another using nrf_serial library.
I am using SDK15.0 alongwith s140 softdevice with bluetooth...
Hi There,
What are the difference between system off, ram retention, RTC wakeup vs system on with ram retention, RTC wakeup vs FreeRTOS tickless with RTC wakeup? And what...
Hi team,
I noticed a very interesting incorrect pin description in the latest product specification of v1.2 for nRF52810, QFN32.
Above picture shows we have 2 p0...
I'm using the PCA10056 with an SD card connected via P1.12-P1.15. When I use the FatFs example of SDK12 PCA10028 it works fine. but when I use the FatFs example of SDK15.0...
Hello,
I've got the nrF52840 and would like to create a simple application to send temperature to my laptop. Then the next step would be to create some mesh network with...
Hello,
I am working on Custom BLE HID Keyboard. I am currently trying to understand working of program given by nordic in SDK-10.0.0. THere is one problem which I am facing...
Hi,
I've tried to implement the DFU_buttonless example to my development board. I programmed the bootloader and the settings-page. The bootloader detects the application...
I'm currently in the prototyping phase of getting two nDK52840 boards talking to each other. I currently have one board flashed with the central role, and another board flashed...
Hello.
What do I need to run this example called uart?
As far as I understand this should be simple echo program meaning what comes in goes out but I can not see anything...
I want to use nRF52-DK for receiving data over UART and send it over BLE link so I loaded the ble_app_uart but hard fault occurs immediately in these circumstances - 1. If...
UART works fine as long it is configured on port 0:
But if it is configured to port 1, it does not work:
and compiler reports a warning in serial_uart.c, serial_uart_init...