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 applied https://github.com/crfosse/Thingy-52-to-nRF52xx project to get thing'y motion sensor by nRF52840 DK.
When I init DK, it discovered only 7 UUID so euler,...
Hi Everyone
I am trying to use BME which is an i2c/twi sensor and EPaper which is an SPI based module. In my code i am using TWI INSTANCE ID 0 AND SPI INSTANCE ID 0.
I...
Hi all:
I am developing the driver of ST LIS3DH and its mcu is NRF52.
If I want to read the value of whoami.
I am not sure if I need call the function of
nrf_drv_twi_tx...
Hi everyone. I'm starting from scratch and using as reference the example/ble_peripheral/ble_app_template.
I'm using Embedded Studio 3.50 + Jlink V6.32 / The chip is nRF52832...
Hi,
I am running the BLE app uart example, using Segger Embedded Studio in Windows.
I've found that that after build and run procedure, the firmware doesn't run, as there...
I am using Master Control Panel 3.10.0.14 with 2 nRF51 Dongles. I can select a dongle and perform a Start Discovery and see devices. Next, I install Microsoft Universal Windows...
Hi
I'm facing a problem since I've upgraded to SD140 6.1 .
I'm running as multilink central, and want to keep scanning even after connection. I scan with the following...
Hi,
I am working on an application using the nrf52 sdk v15 and nrf Mesh sdk v2.1.1 on nrf52840 PDK. Starting from the nrf5_SDK_for_Mesh_v2.1.1_src\examples\sdk_coexist\ble_app_uart_coexist...
I'm currently adding a large characteristic (5.3 times bigger than my max MTU) to my device that supports multiple peripheral connections. This characteristic is used to set...
Hi.
I want to get thingy's sensor data on nRF52840.
I found that 'ble_app_multi_link_multi_role' example, but there are only get button and led state.
By using that...
The SDK for Thread v1.0.0 documentation mentions a Thread Throughput Example, but I cannot find it in the examples folder, where can I get this example app?
hi ,
I have a project with sdk14.2 nrf52832. It works well, it can broadcast, it can connect, everything is fine.
But I have a new project that requires nrf52840. My...
Hi i am trying to do DFU boot-loader in nRF52832 and i am following all the step that you have provide in nordic developer zone ( https://devzone.nordicsemi.com/b/blog/posts...