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...
I am using a nrf_drv_twi_tx() and nrf_drv_twi_rx() for a simple I2C transaction but I'm noticing a strange behavior.
If I don't use APP_ERROR_CHECK(err_code); right after...
Hi,
We are developing a flutter mobile app, for Actility/Abeeway (chips from Avnet Silica) using flutter pluggin that relies on the Android SDK. In some situations (after...
Hello,
I am using NCS v1.6.0, nRF Connect for Desktop v3.7.0, and the Bluetooth Low Energy app v2.5.1 (part of nRF Connect for Desktop). I am using the nRF52840 Dongle with...
Hello! I am using nRF52840 develop product. When nRF52840 circuit board has been moved away from the cell phone and is out of the BLE range, I want to send message via UART...
Hi all ,
I have a buzzer that I will order using the library pwm and it works succefully .
But Now I want to turn on the PWM if the temperature value is greater than 40...
Hello,
I was wondering if Nordic provides any examples of Green Power Proxy devices being implemented in a system?
Also, NXP has a comprehensive document here outlining...
Hi,
My system has both PCD card reader (such as adafruit_pn532) and nrf52840 internal NFC. How to make them work together and use the same antenna?
1.when i connected...
Hi there, Is it possible to flash bluefruit nrf52832 feather with nrf SDK example, particularly ble_app_beacon (as in https://www.novelbits.io/ibeacon-nrf52/ )? I have tried...
Hi everyone,
I connect an external device to my nRF52840 DK via UARTE and I receive the data properly via PuTTY.
I want to transmit the data via BLE. So I implement ble_app_uart...
Hello,
I am trying to use the NCS with the nRF52DK and I'm trying to use the SPI.
This is my prj.conf file
And this is my .overlay file
However, when I compile...
Hi
I've taken the ble_app_uart_coexists and ported it to the 52840 DK with S140 softdevice.
Works great.
Now I am trying to swap out the on/off mesh model for what is...
I am attempting to programmatically access the nRF5340 network core using pynrfjprog on Windows, but am continuously hitting:
`pynrfjprog.APIError.APIError: An error was...
We are calling nrf_pwr_mgmt_run which in turn calls sd_app_evt_wait. We set a timer with the app_timer code to wake us up. I verified that the handler is called. However sd_app_evt_wait...
Hi, I want write code on rust, but build system of nrf sdk for nrf5340 too hard for creating bindings, so I decide to create own HAL on rust and embed it in C with BLE stack...