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 am trying to enable UARTE0 on BMD-330 module. The serial config looks like this
# # Capabilities # CONFIG_SERIAL_HAS_DRIVER=y CONFIG_SERIAL_SUPPORT_ASYNC=y CONFIG_SERIAL_SUPPORT_INTERRUPT...
Hi,
I tried porting LC3 to my own 5340 project with reference to the SDK(nrf5340_audio_nrf5340_audio_dk_0.4.0), but I had a restart problem when initializing LC3
sw_codec_lc3_init...
Hi, I have a mature product that is programmed with a J-Link compact, I have 4 different PCs to program and a custom UI that uses command line instructions to flash PCBs....
Hello,
I'm currently developing on an NRF82832, I'm using a Black Magic Debug Probe to flash the firmware and the bootloader. I use Linux.
I have a working firmware...
Hi,
I started using nRF Connect SDK in VS Code recently. Everything works well, start a new Application, configure a new board, build, and flash.
While I found "Go to...
Hi,
I'm working on modifying the secure bootloader (SDK 17, nRF52840, s140) to store the old app before the new app is programmed into Bank 0 (see this other thread )...
Hi,
We have a design for a battery powered tag using a nrf52833-QIAA. I saw in a post from a couple years ago that you widened the DCCH inductor tolerance to +-20%. I...
Hello ,
I am trying to use NFC pin p0.10 as WAKE up pin , using nrf_gpio_cfg_sense_input(Btn, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW); this code. I have defined CONFIG_NFCT_PINS_AS_GPIOS...
Hi,
I double-checked that when NordicUpdate_is_update_mode() returned false, I can still use the iOS Device Manager App to perform DFU.
I thought users needed to press...
Dear Nordic support Team
I have a question regarding the performance/specification of the RF front end of the NRF52 series chips. I noticed that the question "Is there an...
Hi, I'm testing the current consumption on a nRF52810.
I use PPKII to measure the current that the chip draws.
The software does the following.
Wakes up every 1 second...
Hello,
I am developing nRF52832 with SDK 16.0.0, ESB prx example.
ESB prx receive BLE and send it to UART.
UART is configured to 1000000 baud, which is maximum rate...
Hey,
I am trying to set up an application that generates interrupts on a total of 11 buttons. Setup is pretty straigt forward, for which I use the following functions for...
Hi all,
I'm using the PPK2 to measure the current of our IoT device. To get the data from my PPK2, I wrote my own software in order to integrate it into our test setup....