I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
How do I share variable data from my nRF52 application to the bootloader code?
Check the update to this question after first comment by @HungBui
There is some short...
Hi,
I am using three nRF DK (nRF52832 - PCA10040) to test and analyse the mesh network (nRF5 SDK for Mesh v3.1.0).
I worked on light_switch_example with 2 clients and...
Hi.
I'm using the nRF52810-QCAA (DCDC) Reference Design, but I've noticed that C6 and C13 are labeled as No Connected in both the schematic and BOM, but in the PCB model...
Hi,
I am trying to write data to the nRF52 module from my custom application. I am sending few parameters bundled into a packet to the module. One of the parameters is the...
Hi
Im currently having some problems with programming a solution for a small system that im making.
The idea is a mailbox with a dongle and accelerometer that senses movement...
Note that for SDK v12.3 : if application size * 2 > available space a single bank update is performed.
While I am using v15.3 and there seems no more infor about the single...
I installed espruino_1v99_thingy52_app and espruino_1v99_thingy52_softdevice , but i want to restore the thingy to the default firmware. Have a way to reverse to the default...
Is there some instructions to debug the nRF91 sample applications with segger with thread awareness? I've seen mention of freertos thread awareness and have requested access...
Hello,
I have been working on ble_app_uart_coexist to achieve the integration of uart and mesh on nRF52840, but I learnt that nRF52840 does not support this example.
I...
Hi all,
I spent a few hours researching how to communicate with AWS (using MQTT) through nrf52840 (I’m using the PCA10056 for first developments), but I don’t understand...
Hi
I am trying to merge zephyr's http_get example (with TLS option) into the nordic mqtt_simple example (ncs 0.4.0) since I need to set up a http S connection and not just...
my project plan is bluetooth 5.1 use development but now there is nothing on the market only nordic's nRF52811
so i want bluetooth 5.1 prototype. please
And I will pay...
Hello,
I am new in using Nordic MCUs and BLE. I am trying to flash the experimental_ble_app_blinky example on KEIL on my nRF52 PCA10040 board and the android application...
Hello,
I try to start developing my nrf51/nrf52 projects using Segger Embedded Studio but each time I receive the same linker error:
"(...) section fs_data' will...
hi,
I am working on temperature sensor i merged the uart and twi sensor , using nrf52832 + Max30205 (temperature sensor) . i am getting the temperature in float which is...