Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi Nordic team
I tried AWS FOTA and Nordic FOTA at nrf connect for cloud. It did work well.
We now want to set up our own cloud. It's neither AWS cloud nor nrf connect...
Hi,
Sorry for the newbie question but how am I going to use the SAADC to measure 4-20mA current loops? I've used the SAADC to measure temperature, voltage, and resistance...
Hello !!
We are using nRF52833 MCU in our one of project. It is very cost sensitive project. We are proving supply to MCU from coin cell CR2032 battery. Also we enabled...
Hi,
I'm currently developing custom board with nRF52832 and I'm experiencing weird issues.
It's mostly related to BLE, especially on Samsung A series devices (A3, A7,...
I am using custom board nRF52820. I'd done OTA up-gradation with USB connected. Firmware successfully updated on device over BLE and device got soft reset.
After removal...
I am using nRF9160 DK(PCA10090 0.9.0 2019.19) with Indian carrier LTE-M SIM and carried below steps to establish LTE-M communication with nRF Cloud: 1. Upgraded to latest...
Dear community,
I opened and successfully tried out the preflash_example. Since I will need a plain text NDEF message instead of an URI NDEF message as used in the example...
Hello,
I'm new to BLE and have a general question about concurrency and collisions. Sorry if a repeat question. I'm developing for nRF52832 using SDK 15.3 and S112 v6.1...
Hello,
I am testing nRF52 UART with DSP.
While transmit data in nRF52 (ADC results)
(example link: https://github.com/NordicPlayground/nRF52-ADC-examples )
I can show...
Hi
I am now working on a project which I use ble_app_uart_c as a reference.
SDK 16 and used softdevice s140.
The radio_tx_carrier() function was taken from example/peripheral...
So I bought a BLE Heart Rate Sensor (chest strap) from market. I am able to read data using the nRF Connect Android App. Now I am trying to read the Heart rate data using...
Hello,
I'm working with PCA10040 EVB.
I've followed this FAQ that shows how to add a device name.
But function sd_ble_gap_adv_set_configure() (called at the end of advertising_init...
Hi,
Forgive what may seem like a stupid question, but...
I would like to create a first reference PCB design using an nRF52832 for an IoT project I am working on.
I...
Hello,
For the function to acquire the FDS file system status, I noticed that the struct member variables are held in uint16_t. Some values, such as words_used and freeable_words...