Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I use nrf_fstorage_write() to write data to fstorage. And then I use nrf_fstorage_read() to read data. But data of fstorage written data and reading back are not the same...
Hi,
I have been stuck on this issue for a long time, I have created a buetooth mesh network using NRF52832 IC, which I have completed perfectly.
But the issue is I...
I have seen webinar on YouTube where NordicSemiconductor demonstrated a peripheral_hr that send simulated heart rate data from nrf52833 to nrf android app. But now I want...
I'm using two nRf52833 DKs as BLE Central and peripheral and I Used "Zephyr/Samples/bluetooth/central uart" and "Z ephyr/Samples/bluetooth/Peripheral uart" to start with....
Hi,
I am testing NRF CTS and ANCS examples using iOS 14.7 (iPhone 6s) and 14.8(iPhone 10) and Zephyr 1.9.1. The peripheral (target) is a custom wearable running on nrf52840...
Hello Group,
I'm trying to send I2C data from nRF52832 using the Nordic development board. I have a problem with TWI when I build/copy the TWI code from the example twi_sensor...
I am currently expanding on the https_client example project using the NRF9160 and I am successful in connecting to my cloud instance and executing commands with my HTTPS...
HI All!
I am having an issue when I add the SAADC to my working project . I added all the required files and enabled the sdk_config.h file exactly the same as of original...
I have a custom model that subscribes to messages from other devices. I'd like to detect if a mesh message that is received, is the original or a retransmission so I can filter...
Hi,
I am developing a function based on NCS 1.9.1 that periodically sends customized messages to bluetooth-connected phones using the BLE of nrf52840.
I've checked DevZone...
Hello Support,
We are using a nRF52840 based module-BT840F used dongle USB840F from Fanstel and facing Vdd setting to 3.3V failed issue.
The nRF52840 is used in High...
Hello,
I am using an nrf5340-DK board and the SDK 1.9.0.
I want integrate the FOTA functionality into the example which was provided by Nordic Semi:
nRF Connect SDK...
In order to use "psa_" crypto functions I use "CONFIG_NRF_SECUIRTY=y". I am also using mbedtls for TLS1.2 networking via external WiFi module
By using NRF Security, the...
Hi Team,
I'm installing nRF connect SDK in my PC and i'm using ubuntu for Zephyr RTOS.
When i'm run this command that time error is coming "west init - m https : // github...
I need to use can bus for my application. The chip that will be used will be the MCP2515 can bus ic. For testing puposes i went and tried the CAN sample which is meant for...