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...
Hello Nordic Team,
I am currently developing applications for a custom board based on the nRF52840 microcontroller using the nRF Connect SDK (NCS) v2.5.0 and Zephyr RTOS...
Using VS Code and the nRF Connect extension, with a nRF5340 DK, I can build and flash the blinky example. However, if I click on "Debug" in the "Actions" section of the nRF...
I would like to maintain an isolated sdk and toolchain for a specific project. I used toolchain manager to install the sdk and toolchain into a new installation directory...
Hello, We have a custom board with nRF52832 in production, nRF5 SDK, s132, using BLE. We recently have faced some issues regarding connection from some of our clients.
The...
Hello, the nRF5340's SAADC has a temperature dependent offset according to the product specification. The offset can be measured (I suppose it is automatically applied within...
Hi,
I'm working on a custom board with nrf52832 and I'm running into an issue where the firmware will only run on the custom board in debug. But it works fine in nrf52DK...
I am trying to communicate with an I2C device using an nRF52840. I want to remove the external I2C pullup, so I want to reduce the communication speed to 10kHz. However, the...
This is the normal kconfig menu.
But it often happens that the following picture does not recognize anything in kconfig
and there is no devicetree option in the action...
Hello Nordic,
We developed our product using MCU NRF52840-QFAA-F-R. Our client is based in the EU. We plan to launch our product in 1-2 months.
I have a few questions...
Hello,
I am working on a prototype Bluetooth Low Energy module using the MDBT50Q-512K (by Raytac).
To measure the frequency of this prototype with test equipment, I am...
has been helping me connect to a device and I am finally able to do that, but as soon as I do, Zephyr crashes.
This is with a lightly modified central_uart project [00:00...
While creating a new board in step 2 of the exercise, there are a couple of problems with the sub-steps 1-5:
First, sub-step 1 says to name the board "DevAcademy nRF52833...
Hello,
I've been using the libuarte module in my project, and I done a power consumption reading. With libuarte switched on I'm consuming 0.78ma, and with it switched off...