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...
Hello everyone,
I've got a three type of devices: 1 Central device, 2 Peripherial devices, and mulitple beacons. Central is connected with two peripherial devices with...
Hi Devzone,
We are using the nRF52 DK in a prototype which is under stress, and we noticed that any bending of the board breaks the BLE connection.
To easily replicate...
Hello,
I am currently writing a script whose purpose is to automatically provision and configure devices.
My question is related to the devkey_handle and address_handle...
With SDK 14.2.0 and S332 softdevice, I'm using UART to control ESP8266 WiFi module with AT commands and I'd like to replace app_uart (+FIFO) with nrf_serial , in order to...
Hi,
I am setting OOB with sd_ble_gap_auth_key_reply() method { 0x11, 0x11, etc 16 bytes }, but when trying to connect with desktop nRF Connect there is an error 132 inside...
Hi,
I am getting errors when attempting to include the nvs library to save data to flash storage on the nRF9160 DK. My CMakeLists.txt:
I get the same errors with or...
Hi,
We tried to use a smartSIM from Sierra Wireless with the nrf9160DK without success.
The nrf91 can connect to the LTE network after a few minutes (LED4 steady). However...
Hi,
I did have a working development board. I was working to disable serial and disable as much as possible to get the power usage down. It seemed to be working (although...
I tried this using the ram_retention example from the SDK (nRF5_SDK_15.3.0). The example (Ram Retention) still seems to work if the lines concerning NRF_POWER->RAMON and NRF_POWER...
Hi,
our appliction need to using I2S worked at 96kHz sampling, and i find two parameters , MCK and the CONFIG.RATIO,but when i use this formulation:
LRCK = MCK /CONFIG...
Hello,
I think about connecting two central devices (nRF's 52840) using one common antenna. One device will be only RX and will scan for a advertisements, second will manage...
Hi, I am from China. My company made a BLE module with chip nRF52810. Recently , I coded a program for it by SDK12, based on ble_app_uart example. I modified the corresponding...
I have setup the nRF52840 DK as below
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/how-to-setup-the-thread-demo-displayed-live-at-google-i-o
Setup WireShark...
Hi,
We are currently going to try and implement FOTA/DFU with an nRF52840 controller and an nrf52832 peripheral. Is there any example for how this can be accomplished...