Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Hi,
When the bootloader address resolves to something invalid, fds_init will hardfault. I think it should have some check and return a nice error code instead.
See an...
Hi,
I want to disable all four buttons to my rigado bmd 300 evaluation kit (pca10040 is the board config. the same as nrf52 DK ) in project ble_app_uart
I have tried to...
I'm powering an nrf52810 with a 3.3V regulator. I understand the internal LDO powers the system at 1.3 V. Are the GPIO pins and other peripheral devices outputting 3.3V for...
Hi
When I select the Generic Level server model and try to bind the app key I get an invalid model Error. I am using the nRF Mesh android app.
This might be relevant or...
Dear Nordic Support,
I am using ble_nus service on nRF52840 (BMD-340-A-R) + Raspberry Pi 3B+ ( https://github.com/IanHarvey/bluepy ). The nRF52840 is the peripheral and...
Hi,
I would like to know the I2C bus capacitance for the nrf52840. Do someone have the information please ?
My slave components are compliant for 400Khz and VDD is 3.3V...
I have gone through the tutorial on mesh experimental dimming and I was able to provision the BLE nodes, contol and dim the LED1 on the evaluation module with RTT viewer....
Hello everyone,
We are having a problem with the DFU function in our custom iOS app.
We are using DFU library version 4.5.1.
After updating SoftDevice and Bootloader...
I'm using the nRF52840 DK to develop my application using FreeRTOS while trying to achieve the lowest possible consumption. I'm having some issues so I went back to the ble_app_hrs_freertos_pca10056_s140...
hi
i use the example flashwriting in nRF5_SDK_15.3.0_59ac345, i set a table at 0xfd000:
// ProgramSection alignment="4" keep="Yes" load="yes" name=".tabletest" address_symbol...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi,
Recently, I was trying to established an application based on ble_app_hrs with PCA10028.
The MCU I used is nRF51822_xxac (256KB), S130 for softdevice and the SDK is...
After I add uart function to ble_example, I use app_uart_put() to send data,but data only one byte.What can I do?My board is nRF52-DK.SDK is nRF5_SDK_11.0.0_89a8197.This is...