Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hello,
I hope you are well.
I am currently working on interfacing an INTAN RHD2164 chip with the NRF52840. This chip is connected in SPI with the NRF52840. The only problem...
I tested NB-IoT and MQTT in NRF9160, and the device could normally search for NB signals and connect to our background through MQTT protocol. After the device uploaded data...
NRF52840, S140, SDK 14.2
I am trying to write to an SD Card. But whenever I insert the card, I get a failure on ASSERT. I believe this is because I am using P0.0 as the...
Hi Nordic,
I understand that there's a way to monitor the RSSI of a Bluetooth connection using appropriate API from softdevice library. But we are currently developping...
Hi,
I'm currently working on a ble mesh project with 2 nodes using nrf Connect SDK v1.4.2 with toolchain 1.4.2:
Device A with Time Client Model - nrf52840
Device B...
Hi.
I would like to flash an external sensor with the Jlink and then to "talk" with him through the internal sensor.
Can I know which sensor an I flashing? All the time...
I handle events directly by invoking the following code after the sd_app_evt_wait(); call:
I poll the events and dispatch them to my handler as needed.
Now if I do this...
What is the operating temperature range for the Nordic Thingy 52? I cannot find it anywhere in the documentation, but there is documentation on all its other sensors.
hi,
After the TX interrupt event occurs, on_radio_disabled_tx() is executed.
There is a timeout event for receiving an ACK. I noticed that the timer timeout was set...
Hi
I'm a bit unsure as to how to interpret the documentation. It's my understanding that zephyr v2.4.99 is an unstable development release. But it seems to be the only release...
Hello,
4-byte long SPI messages, "1234", are sent to nRF 52DK. The code in DK is attached below. The XFER_DONE event is created before the message ends, which happens very...
I thought this would be rather simple as I would design a BLE peripheral in the usual way but the source of data for the peripheral comes from a sensor sending nonconnectable...
Hi,
I am exporting SAADC example to NRF52840 Dongle and I can see this structure:
/** * @brief Input selection for the analog-to-digital converter. */ typedef enum { NRF_SAADC_INPUT_DISABLED...
Hi,
I get read service content retained after reset, and it is read by the central before I get the chance to change it. Please advise how to clear it upon restart.
Thanks...
I want to create two switch EP(if it is possible I would like to it as much switches as possible).
I am using WIndows 10 with Segger and nRF COnnect SDK v1.5.0.
I tried...