Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Howdy!
I am attempting to develop a system using an nRF52840 and an ADS131M04EVM (ADC). Our application requires us to collect data at a high sampling rate (>= 16k SPS...
I have a nrf9160 DK but when upload SLM application to it i can not send AT commands to it over it's usb port but in asset tracker application it works i want to modify SLM...
Finally we got our prototype boards and proof of concept firmware code done and we are a bit stuck on the average power consumption over time for the entire sensor that is...
We are implementing a Joiner device using OpenThread on the nRF5340 (with Zephyr, NCS v3.5.99-ncs1-4). After successfully joining the Commissioner's network ("Join success...
Hi,
I have integrated Neuton’s “Transport Type Detection” pre-trained model into my firmware, running on a nRF52840dk. For collecting 9-axis IMU data, I’m using the ST X...
Hello Nordic Team
I am using SDK 3.0.1 with a nRF52DK to develop a firmware that can be switched from BLE mode to GAZELL mode and vice versa over a command sent via UART...
Hi
I need to connect to perticular central and i know the central MAC address. So i am using whitelisting in peripheral.
I made below changes in my code in ble_app_uart...
I am trying to use the gzp_dynamic_pairing example in SDK version 16 with Segger Embedded Studio and the PCA10040 dev board. There is no project for SES so I copied what I...
Hi,
I am working on nRF5_SDK_17.0.0_9d13099\examples\peripheral\uart project.
How can I increase the UART buffer? like if I have to receive 100+ bytes data how can I read...
I am using a nRF9160 DK. I'm using a Windows 10 system and setup the SDK using nRF Connect.
I've started to experiment with the serial_lte_modem project -- version 1.3.1...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_intro.html links to two pages which cannot be found: https://infocenter.nordicsemi...
Hi,
I am able to transfer data from my custom peripheral device with nRF52840, but data is moving much slower than it should.
I am writing 244 bytes into NUS within...
Hi,
I am trying to use Cbor library provided the SDK version 1.3.0, I have added the module in my prj.conf file, however the documentation (at the top of cborencoder.c)...
This is the name that is advertised when the device is in DFU bootloader mode.
I've copied the bootloader_secure_ble from /examples/dfu/ but I cannot find where to change...
Hi every body,
My system was able to wake up on gpio on dev kit but after adjusting pin , my custom board is not able to wake up.
I'm in debug mode, it was also working...
Hello,
I am trying to send a single adv packet when a certain condition in the application is met. To do this I am calling ADV_start for the initial adv packet and then...
These questions are in the context of using an nRF52840 in a serialization application. But I don't believe this will impact the information I am trying to understand. The...
I want to program the firmware into a nrf52840 on our custom board to be the NCP and do the DFU over thread. I can not use the DK board and have the nrfutil load the firmware...
Hi,
Our application uses MQTT over TLS to talk to a MQTT broker.
The MQTT APIs used are like in the 'mqtt_simple' sample code.
When mqtt_connect is called with invalid...
Hi,
I'm designing an application using SEGGER Studio for the nRF52832. I have based my application on the template peripheral example.
What I want to do is to trigger...