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...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Hi, I am using nordic nrf52832 module with BLE mesh SDK V2.2.0 I want to do DFU for application + softdevice without any serial connection through mobile app between BLE mesh...
I got the fail result of the test CPS/SEN/SPE/BI-05-C [Cycling Power Control Point Procedure Timeout].
At this test, the tester does not send the confirmation until ATT...
Hi Team Nordic,
According to the AM2302 (DHT22) datasheet, the data pin will be pulled to high state in idle state. But in my case, when i am reading the data pin before...
I'm developing nFR52832 to communicate with the PC via UART. commands are sent to the nRF and for each command nRF responds with some data back to the PC via UART.
The UART...
I'm trying to include the SPI driver in my project.
I have added the .c file into my project:
I have included the path into the project:
I have enabled the SPI...
I try to make bootloader via USART for my application. I'm using: nRF51422rev.2, SDK6.1.0, S210 ver3.0.0. KEIL5.11. I did everything like describes in post here:
devzone...
I want to implement BLE security in one of my project where central and peripheral connection should be secured rather than only characteristic protection.
And any way to...
I'm developing a custom driver (C++) for the SPI master. Somewhere I've made a mistake, where the first received byte is written with a memory offset in SPI mode 1. I.e. we...
Hi,
I have a BLE application, which I want to interface with PC via serial communication through USB.
It seems that just adding Softdevice breaks the USB_CDC_ACM example...
Hi all,
As a followup of this question, I started with the Thingy Mesh Provisioning Demo v0.5. However, I cannot get this version working possibly due to some unclear points...
Hi,
Am developing a beacon using nrf52810. I have a doubt on how to program the nrf52810 which I made using the schematics and layouts given in the Nordic website for nrf52810...
I am noticing that FDS requires me to specify a "record size", but there is no maximum specified, so I am testing it. Currently my program attempts to store 32 words, but...
I want to add some code to static void app_onoff_server_set_cb(const app_onoff_server_t * p_server, bool onoff) in light switch server application.
My intention is when...