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...
Hi,
I am trying to create a device two temperature measurements.
I have created two endpoints like this:
but when I try and compile, I get this error:
G:/ncs/v2...
Hello! I am trying to monitor mbedtls heap usage in the azure_iot_hub sample (v2.8.0), building for nrf7002dk/nrf5340/cpuapp/ns. I can see in modules/crypto/mbedtls/library...
I am trying to enable userspace for my project. I am getting this error on one of the last steps related to some debug info.
I can compile fine with all the same configs...
"I added an endpoint called Matter Extended Color Light to the matter_bulb example. After compiling and flashing the firmware, HomeKit only recognizes and creates two dimmable...
Hi,
I want to connect LDC2114 to nRF9160. I write the nrf9160dk_nrf9160_ns.overlay and the astri,ldc2114.yaml. I don't know how to set GPIOs in & i2c1 - ldc2114: ldc2114...
Hi all,
I am dealing with a similar problem to this post: https://devzone.nordicsemi.com/f/nordic-q-a/110715/creating-development-env-for-nzrzf5340-error-warning-nrfjprog...
Hello,
I am using the nRF54L15-DK and nRF Connect SDK v2.8.0, and when I try to compile the Zigbee Coordinator sample, I get an error saying that <zboss_api.h> cannot be...
I'm using NCS version 2.6.1 with a NRF9161DK
Recreating the issue:
Follow the instructions in the readme of the sample: Cellular: nRF Cloud multi-service
Build with...
Hi nRF experts.
We are RF module manufacturer, We are developing nRF54L15d module, When we develop production test software, we need to test power off current, Using the...
I'm trying to get a gas gauge and charger IC to work on the i2c bus. Both have different addresses. I'm able to read from the gas gauge address but not the IC. Are there specific...
Hi Nordic:
I use NRF54L15 for my product and hope to use ANT+AND BLE. Does NCS2.8 currently support it?
I couldn't find a example program for ANT+in NCS2.8. How can I...
Hello support team,
I am developing a mobile app to communicate on BLE coded phy (long range) with nrf5340DK. The nrf connect for mobile on android works fine, but not ios...
We have some devices that run the same firmware, but need different default BLE tx power settings.
There is a KConfig value to set the default, but in our case it is different...
Hello,
I am going through the intermediate DevAcademy tutorials right now because I specifically need to use the 52840 dev kit to interface with a SPI driven ili9340 device...