Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
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
I am using ble_app_blinky but led is not blinking. I am using P0.27, P0,28, P0.29 pin for LED but in program pin of LED are define as
#define BSP_BOARD_BUTTON_0 0 ...
Hi to everyone. I'm starting developing a bluetooth LE application based on the new Nordic SDK using Zephyr.
I currently have two nrf52_pca10040 boards and I'm trying to...
Hi everyone!
After defining a variable as no_init , my intention is to update its value along the program to debug what was its last state before a random reset.
I am...
Hi !
I am on SDK 15.2 and NRF52832. My peripheral device is on BLE5 and my Central is on BLE4.
I have read that extended advertisement ( up to 256bytes) is a BLE5 functionality...
Hi,
I followed the nRF52840 USB Dongle Antenna has reference layout. I have a small doubt of Antenna matching capacitors(c3,c4,c26) and inductor Should use the same package...
Hi all, I am combining MESH SDK 3.0.0 light switch example client and server with SDK 15.2. I have combined some server code to client and there are no error. And I can use...
hello,
We have developed a custom board corresponding to mbed pca10024 evaluation board.We haven't mounted the rf section and not even the crystal.The only thing that the...
I'm trying to read temperature sensor data through TWI (I2C) from SHT3x using NRF52-DK and SDK v16.0. Observing an oscillator, the address and the return value with CLK looks...
Hello team,
Due to very constricted space on PCB, I am sharing one green LED between to IC's.
U1 is the NRF52832, and U2 is a Lipo Battery Charger IC. I want either one...
Hello,
I am working on the Nordic DFU to develop a bootloader for OTA update on our product.
So far I just ported the Secure Bootloader from Nordic examples. No functionality...
Hello!
I am trying to understand why the HFCLK of the DecaWave DWM1001C module based on nRF52832 has a significant (7000-10000 ppm) frequency offset w.r.t. its nominal value...
Hi
I use SES and nRF52832 dongle . I want to send data on "ble uart" and get that data on "nRF UART v2.0" app. mean i want send a string in program while every 5 second...
I'm working on modifying an existing app written on a custom nRF52832 board. The app uses softdevice s132, and was written for SDK14.2. The app was originally written with...
It seems that the PEER ID is managed by the PEER MANAGER. Can I manage this information myself? For example, I save this information (ADDR IRK) after the connection event...