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:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I have a problem when setting up pyaci on Windows 10 up to date.
In pyaci when launching the command
In [3]: p = Provisioner(device, db) In [4]: 2019-07-12 06...
I'm developing mesh nodes with serial interface, and have used the information in this thread to successfully modify the mesh firmware to support coded PHY
https://devzone...
Hello! We have an app with bootloader on SDK 15.3.0. Is there a way to jump from application into bootloader without setting byte 0 of GPREGRET register? I.e. without this...
Good afternoon,
First of all, I hope that you are all well and are able to work from home, regardless of the government instructions of your country of residence.
My question...
Hello,
Does Nrf mesh SDK supports Kiel tool chain or anyother free tool chain?
My Segger Embedded Studio(3.28) License is over and I cant modify and build the code.
...
Hello everyone:
I would like to make nrf52810 as a beacon.
My problem is how to make the beacon can also scan the RF channel-38 after advertising ?
Which softdevice...
Hello,
I'm setting up a dev environment on a new machine. I installed SEGGER Embedded Studio v4.52a and nRF5 SDK v16.0.0 and nRF5 SDK for Thread and Zigbee v4.0.0. For the...
Hai ,
In my application need to merge peripheral and central of app_blinky example.
1. My pheriperal part of NRF52840 is always connected with my client third party( ESP32...
I have created 2 custom services and its characteristics
one service has 3 characteristics and another service has 6 characteristics.
my issue is when I'm trying to notify...
Hi,
I'd like to update firmware on my nRF52832 panel with my update flow (only the application; the bootloader and softdevice will be unchanged). I can load the new firmware...
I cannot step through source c code, only disassembly. This only applies to custom source, such as main, that appear not in the SDK file folder but the code that resides in...
Hi,
We are developing an android application using nRF51422 to connect the BLE device, discovering characteristics and sending commands to the device. Here we are facing...