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 have an OpenThread application that worked on NCS v1.9.1 and after updating to NCS v2.0.0 (nothing in the source code or kconfig was changed), the application fails to build...
Hello,
i found a few articels about it but none of them where helpfull for me.
I just want to use my nRF51822 Module from Raytac without an external 32khz oszillator....
I was having an issue where reading from SPI inside a timer handler always yielded 0xFF instead of the actual values. I tried to reproduce the issue with a simple test program...
I'm trying to do a firmware update over BLE.
Here's what I did: - I created a new application from sample "smp_svr" because I think that is where I can see how to do firmware...
Can you please explain how the %XCOUNTRYDATA command can speed up network selection in a new location? Does the modem perform a general scan on all bands to determine the...
Hi everyone,
I'm wondering on which plateform / app and how is it possible to read and retrieve the data sent from a nRF52833 Slave to a Mobile Phone (Master) ?
We have...
I'm running on Windows 10 and am trying to connect to my BMD-350 development board with an NRF52832.
I've also attempted to execute this with Python 3.9 and 3.8 (both installed...
I'm using SDK17.1 and pca10056 DK board. I want to use app_sched_event_put for a very simple purpose. I start a one second clock whose timeout handler increments a static...
Hi
I have configured my project to have a Modbus RTU slave on UART1. When I poll the dev kit, using Modscan, I get frame length errors. I have checked baud rate and parity...
I am trying to figure out why my application is generating a hard fault. The hardware platform is nRF52832 and SDK is 17.1.0
In my experience, the generic Cortex M3 processor...
Hi,
My customer use nRF52840 with nRF5 SDK 15.0.0.
They have come up against the difficulty that uart RX pin instability.
I have searched the DevZone and it's advised...
We are trying to integrate the STEVAL_MODEM_BG96 chip into the NRF52840 for rapid prototyping. Trying to interface nrf52840 with the STEVAL-
STMODLTE chip via UART. Connecting...
I used to have a dts file for sdk52dk_nrf52832 containing gpio1 references:
rts: rts_pin{
status = "okay";
gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
label = "TS pin...
There was a question when doing the multi-channel test of ANT. The SDK is 17.1, and the example is (ant / ant_ multi_ channels),Encountered the following problems:
1、Example...
I have
nRf52840 DK - 1 - Mesh Serail example nRF52840 Dongle - 2 - Mesh Light Switch Server example.
I used the steps given in the infocenter to provision and configure...