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...
Hi,
I'm doing some changes to the bootloader to be able to copy the old app in bank 0 to another extra bank (bank 2) in case of needing to do a rollback without connection...
Hi,
I am using the nRF9160 DK board and want to use it in offline mode (without IoT Sim or services ),
Actually, I am living in India and here we don't have IoT SIM, but...
Hello, I have been working on trying to get Bluetooth mesh to work in Unity trying to support iOS, Android and UWP. I will have to write most things from scratch. At this...
I have just received nRF52840 dongle and I cannot get it programed. I have tried both west flash and nrfProgrammer from nrfConnect.
I have been developing using nrf52840dk...
I'm trying to add the drivers, etc from here: https://github.com/circuitdojo/pcf85063a for the PCF85063a RTC, to my project.
Part of the process involves updating the west...
I am using the http library, NCS 1.4.1 on nrf9160dk and discovered an issue that was fixed here: https://github.com/zephyrproject-rtos/zephyr/commit/ab2f616641b19684455369b1e2a362eb736774cc...
Hello Support Team,
Our product design uses a custom BLE service and solution with the nRF52832 on our own board. Also, this BLE peripheral device does not use any BLE pairing...
Good morning,
To my knowledge, the nRF52833 dk as well as the reference designs are FCC certified.
I'm currently searching the FCC IDs for these designs but I'm not able...
This example automatically create the thread network. Once the button is pressed every 3 second udp is sent.
Issue is I am not receiving the packet on 2nd device. I am not...
Hello, we came across a recurring issue:
There are no executable permission for Linux + macOS for the packed binary:
jlinkarm_nrf_worker_linux
jlinkarm_nrf_worker_osx...
Hi,
I have written the BLE UART code With custom characteristics. I have flashed the code to DK and tested it. but that was not working correctly. Then I flashed the sample...
Let me start by saying we have not ruled out other possible sources of errors at this point. However, right now all the evidence is pointing to an issue with the nRF52840...
I attended the Introduction to the nRF21540 RF FEM for range extension webinar and bought a few nRF21540-DB kits
The first thing I want to do is compare the range increase...
Hi,
We have our own MQTT broker setup with TLS running on a AWS EC2 cloud service. I am building my code based on the MQTT_SIMPLE example. I have only a CA certificate in...
In my project I use nRF52832 embedded in MuRata module. I have a BLE service with capabilities very similar to NUS service.
I've managed to add support for LESC + SEC_MITM...