Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
We are currently developing a project using the nRF52832 as the microcontroller, Segger Embedded Studio version 5.42a as the IDE, and the nRF5 SDK 17.0.2. We began by creating...
Hi, I'm quite new with the nrf ecosystem. I'm trying to setup a nrf52833 development board to use an AHT20 as a humidity and temperature sensor. I tried coding my one i2c...
I am creating a BLE program with ISP4520 which has nRF52832 implemented.
In terms of the program, it is a device that uses BLE communication with a PC, but when I use the...
Issue:
The OTBR could run with RCP versions built with SDK v2.3.0 and v2.4.2 but couldn't work with fw from SDK v2.9.0. Hence, I wanted to know which of the latest SDKs...
Hello,
I’m trying to obtain millisecond precision on nRF Connect using the MCU’s internal RTC.
My code:
After 131000 ms, a got:
Could someone help me find...
Hi,
We are facing a critical power consumption issue in our nRF52-based Zephyr application , where some devices randomly enter a high-power consumption state (~80+ µA) instead...
Hi guys,
I am following DevAcademy lessons on nrf52833dk kit. I am testing the software on VsCode. SDK version is 2.7.0 and toolchain is 2.7.0. Board target is selected...
I have the nRF Hw v1, and it seems like I did something wrong with a Fw:
nRF is recognizable by a computer as the COM3/4/5 device:
And it is accessible with the nRF...
Hi.
After migration from SDK2.7.0 to SDK2.9.0 I have issues with power mangement. CONFIG_PM_DEVICE_RUNTIME=y, which I used, causes that twi driver doesn't start. I try to...
In the nRF5340 Audio DK example located at C:\ncs\nrf\applications\nrf5340_audio , I want to add a third board and communicate with it from the master (gateway) to send commands...
Dear NRF Team,
I hope this message finds you well. I have been following the steps provided at the Dev Academy for the initial setup of the IDE. However, I have encountered...
Hi,
I'm trying to use the HCI UART sample to provide Bluetooth support through UART. At first I want to test it between two Nordic Boards, but later switch to another MCU...
Hi, I am facing an issue while integrating BLE with the rest of my code. The code crashes when I try to start BLE outside of main() .
Currently, I have placed the BLE initialization...
Hello,
our project which started 7 years ago with SDK13.0 has been migrated some time ago to SDK 15.3 and now to SDK17.1. At the beginning we were quite happy with the RTT...
You are trying to perform RSA encryption using CC312 on the nRF5340, but the function:
returns -147 (PSA_ERROR_NOT_SUPPORTED) when CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y and...