Hi,
actually we have following Solution:
- NO battery powered devices - the first nrf58240 acts as a beacon advertsing temperature values all 10sec - On our gateway, there...
Hi,
I have previously used the ESP8266 WiFi module and it has worked great. Since I have updated to the latest SDK, I am now seeing problems. I'm guessing something has...
Hello,
We have been developing NPM1100 and we make extensive use of the SHIP MODE as a shutdown and wake up mechanism. We are close to production and through extensive testing...
Hi, I am testing out the UART Peripheral sample on the nRF52840 DK. Since I am communicating with another MCU, I have remapped the RX and TX pins to P0.26 and P0.27 respectively...
hello Nordic
sorry to nag but i am waiting for an answer on the thread below for more then a week now, hope you can attend to it or at list inform that you are working...
Hi team,
I'm developing BLE keyboard and i'm interfacing keyboard with nRF52832 using Zephyr RTOS .
I have example code in SDK, I'll share the path " manthan@man:~/ncs...
Hi every body.
I have trying without success to attach an event handler function to the TWI.
I am reading a temperature and humidity sensor using I2C. In polling mode...
Device: nRF52840 Softdevice: 140 SDK: 17.1.0
I'm trying to develop a custom bootloader that will determine which of two images (A or B) to jump to. The memory map that I...
Hi,
I'm trying to follow the MCUBoot + SMP SVR example on this page: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr...
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 writing an application that reads data from the I2S interface, adds it to a queue and sends it via BLE (the code I have implemented so far is added at the end of...
hello Nordic
sorry to nag but i am waiting for an answer on the thread below for more then a week now, hope you can attend to it or at list inform that you are working...
Hi team,
I'm developing BLE keyboard and i'm interfacing keyboard with nRF52832 using Zephyr RTOS .
I have example code in SDK, I'll share the path " manthan@man:~/ncs...
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...
Hi,
Failed to reset CS47L63 when swapping the role,
if use the configuration like this:
[ { "nrf5340_audio_dk_snr": 1050140236, "nrf5340_audio_dk_dev": "headset", "channel...
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...
Hi every body.
I have trying without success to attach an event handler function to the TWI.
I am reading a temperature and humidity sensor using I2C. In polling mode...
Hi I've just started developing with the nrf52840 and Ive been following the official documentation on how to use the programmer shipped with nRF Connect.
Unfortunately...
Hi, I am currently working on nRF52840-DK board and trying to implement simple programs. I want to toggle a LED(P0.13) on the press of a button(P0.11) but I dont want to use...
I'm developing firmware for a custom board developed with the nRF5340. We opted to use RTT as our logging/shell output as opposed to UART thanks to pcb size limitations. I...
Hey guys,
I have recently been using the nrf 52840 dongle to connect to a sensor and gather data from it. So far I have been able to successfully connect to the device...