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...
I run the Asstet_tracker V2. The part of LTE log is as below:
..... 2022-05-19T07:58:34.234Z DEBUG modem << [00:00:33.314,788] [0m<dbg> azure_iot_hub_integration: azure_iot_hub_event_handler...
Hi All,
I usually use nrf Connect for desktop in conjunction with the nrf52 Dongle (nrf52840 chip) to perform DFU's on my devices during development. but recently I have...
Everything is goes well with nRF5340 but when I connect and try to debug some examples it just gives some errors.
Like " Failed to download application
Generic error ...
I have received a development kit from Farnell. It has version 3.0.0. When I connect an external target, I can't get a connection. It only recognises the onboard chip. An...
To get this example working, both major cellular providers here in NZ, Vodafone and Spark (M2MOne) require a specific (different) APN in order to access their networks.
...
Hi, I want to connect my PC to nRF-52840 through BLE. I git nRF connect for desktop and downloaded the BLE software to another PCA10056 and i managed to connect but i can...
Good morning,
We have a new equipment based on the nRF52840 and s140.
Just now, a new problem has appeared and it is very strange, as it seems to be a ‘random’ error:...
Hello,
I am currently using Fanstel dongle, where I am trying to trigger the USB DFU with nrf connect programmer (buttonless). The example which is provided works on the...
Hello,
I am using an nrf5340dk and I am trying to create a qdec sample using as reference the wheel module.
I have added set the CONFIG_SENSOR and CONFIG_QDEC_NRFX to...
Hello Nordic Experts,
Recently, I have been investigating the radio timing for advertising, I tried to find answers online, but I failed. To explain more clearly, let...
nrfutil is required to program the nrf52840 dongles being distributed at the 2022 Zephyr Developer Summit. west is the tool used by zephyr to install, build, flash, etc. ...
Hi,
I have a QSPI flash device with a weird bug (I think). Basically, when the RDSR command is executed, the HOLD pin needs to be held high otherwise the flash chip status...
Hi,
I'm developing with Segger and nRF52832.
I'm writing a code that makes two tasks into RTOS and sends data to BLE after I2C communication and SPI communication respectively...
Hi, I am using NRF5340 and I want to connect it with a 128x64 oled display with the I2C protocol (Scl, Sda, Vcc, Gnd), I have been trying to connect it for more than a week...
I want to interface 4 Digit Seven Segment display to nRF52840 Dongle and display the data(number) , which is received by it through Mesh protocol. I have successfully implemented...