Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
Hei, jeg evalurere et Reinsdyr projekt der 30 Reinsdyr skal løper inne i en binge, er det mulig å motta kun beacon fra BLE taggen i nRFAPP fra de 30, hva er max antall når...
Hi!
Using the nrf5340-DK, I am preparing a code to be used on a custom board, where the pinning configuration will be different from that of the development board. I have...
Hi
I am using the nrf Connect extension in Visual Studio Code on a Window 11 machine together with C:\Nrf_Connect_SDK v1.9.1
After having installed the nrf Connect extension...
Hi,
I am working with nRF52832_dvk board, i am testing the OTA example as per in this link. https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts...
Hello, I'm starting to design the pcb for the nrf52840. I looked but I saw that it is also possible to create it on two layers instead of four as the reference design teaches...
Hi,
I am trying to burst read FIFO of ADXL362 with zephyr adxl362 sample. 1 byte tx (read fifo command) and n byte rx ( reading the fifo data);
Zephyr is the last version...
Hi,
We tried to use Connect Interval 7.5ms with MTU 88B, both central and peripheral role are 52832, but observed disconnection after 30 sec.
Disconnection reason is 0x13...
Hello all,
Background: -NRF5340 -NRF SDK 1.9 -Zephyr 2.7.99
My objective is to send a data of 768 bytes by BLE. I use 4 notify to send this 768 bytes data (192 packets...
Hello,
I'm working on an application running on the nRF9160. The application is build on the Fanstel BLG840X and the code is shared between both the 52840 and 9160 on the...
Hello!
I have a problem updating network core firmware through MCUboot when NSIB is enabled (through "CONFIG_SECURE_BOOT=y" in my application prj.conf).
Without NSIB...
Hello Support, I'm looking for reference schematic for the interface between nrf52840 (or similar) and the nrf21540 . Is there a simpler version than the developer kit user...
Hello again,
I'm trying to lower the power consumption of my thingy91 by turning off the serial by setting config_serial=n. Unfortunately, this causes a crash while running...
Hi I would like to start developing wireless and embedded solutions using Nordic Ecosystem SoCs. I will probably only need to use BLE 5.0 and maybe Bluetooth Mesh so nRF5...
Hi,
So we have a project where we use the NUS, and we need to detect when a client subscribes. We eventually found a way, but it seems very obtuse and a bit black magic...