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'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi everyone,
I was wondering if you have any advices or recommendations regarding the best type of debugging devices, or ways of debugging, for the nrf52840 Dongle, from...
I want to optimize my receiver power by putting the controller in sleep mode, that is ;-
NRF_POWER->SYSTEMOFF = 1;
And want to wake up the controller only when it receives...
When I try to increase the CENTRAL_LINK_COUNT from 8 to 9 in ble_app_multilink_central example, I got this error NRF_ERROR_CONN_COUNT . Is there a way to increase the max...
Hi,
I wrote a code using gps_controller.c on my thingy:91. However, i could never get a GPS FIX so i decide to try the GPS sample but it doesn't work neither.
I tried...
I'm using nRF52 DK to develop a BLE/UART application. My code is based off of the ble_app_uart peripheral example. In both my code and the default code, I get -0.1uA on the...
I am used NRF52810 controller, I wanted to know about there is possibility to work iic slave and iic master ( vice versa ) in single program ,can have any possibility about...
Hello, I have some questions regarding what MCUs to choose. I have a project which requires some controlling of external LEDs, Bluetooth communication as well as some extra...
I have used nrf52 module and it was working correctly. while debugging my PC was restarted for other pc issue. after the reboot i opened my project file my main.c file exist...
Hi! I am going to work on a project that uses a specific sensor which produces voltage outputs between 250 mV and -250 mV. Can someone help me with ideas to detect the negative...
Hi,
Once in a while, the Serial DFU stuck in flash erase. Did I do something wrong?
Background: Currently I am unable to put breakpoint in the Bootloader component that...
nrfutill accesses (opens and closes) the .pem file passed to --key-file multiple times.
This forces the .pem file to be written to disk, which is a security breach when...
So I have an nRF52833 and I want to load the light_lightness_server_nrf52833 example from the Mesh SDK v4.1.0 on it and it's constantly stopping me giving me this error; ...
hi eveyone.
I want to trying this example,but i used nrf connect and nrf toolbox doesn't see the DEVICE_NAME.(SDK 16)
please tell me what happened.
by the way.I use...
Hi,
I have some questions regarding errata 136.
I understand that the workaround is to ignore reset reason bits which are not RESETPIN .
However, I don't understand...