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...
Hello,
I'm working on a BLE application using zephyr and nRF Connect SDK 1.8.0 on the nrf52840. I'm debugging the BLE stack using ozone but whenever I set breakpoints the...
My Current nRF Connect SDK version: 1.5.0
I am trying to follow this reference https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/samples/nrf5340/netboot/README...
I am working on Apple Macbook Air with M1 silicon and I installed nRF command tools version 10.15.4macOS
When I open the toolchain manager , there is an error that shows...
Hi
I'm using the GNSS sample. It gives me an output, but I want to interpret the output of it. How can I read this and translate it to coordinates?
Kind regards
Sarah...
Hi,
I installed nRF Connect SDK (1.9.1) using Toolchain Manager v0.10.3, and nRF Connect for Desktop v3.11.0. Before that I also installed NRF command line tools 10.15.4...
hi,
I want to build and flash only mcumgr bootloader code to my controller , from the example which i observed i am getting that mcumgr is always with some other example...
I use an InsightSIP ISP1907-HT module, I have a 4 layer board to minimise cost. Signals on top and bottom with GND on inside.
I'm concerned that my design could fail emmissions...
Can using whitelist on Central and Peripheral reduce the connection time? In my example I want to advertise every 3secs and want to make sure that the central connects to...
I am completely new to this toolchain and how it works.
I was trying to add a UART sensor to the matter sample project on the nrf52840dk. Is there anyone who can help me...
Hello,
I'm using the flash MX25L1283 together with the NRF52840. I've implemented a new driver for that flash using the nrfx library. Everything works fine !
However,...
Hi,
What's the maximum throughput for nRF52832 as peripheral?
S132 7.1 SDS demonstrates configuration for 192kbps. But I noticed that DLE is not yet enabled. So can...
I want to use the timer to measure the interval between two signals, which requires an accuracy of 1us. But in Timer mode, I don't find a register that can read the current...
Hello Nordic semi team,
I am running into an issue with sd_ble_gattc_read
I have set the MTU size to 70 and I do this:
// Configure the gatt MTU size . memset(&ble_cfg...
Hi,
I'm currently development firmware for a application using a Nordic chip. This application will use some drivers allowing the communication with sensors and for the...