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...
Hi, I want to enter the DFU by setting the register.But when the sd_power_gpregret_clr and sd_power_gpregret_set are set to set the register, and the err_code is 0x02 is returned...
HI
dk:PCA10090 0.8.5
modem: mfw_nrf9160_1.2.3.zip( This DK board supports modems up to this version )
ncs v1.9.0
example :serial_lte_modem
The NB card has been...
I added DCDC-enable to ble_app_beacon and measured the current consumption. As shown in the figure, spike current is generated during advertisement transmission. what is the...
Greetings,
I am running the "ble_app_template" example on my custom board using SDK v17.1.0. I am trying to figure out how to wake up the MCU from the SystemOFF sleep...
I currently am working on a BLE device in which I am trying to set the Service and Characteristic UUIDs. Here is an example of what I mean:
As can be seen here, the Service...
Hi there,
I'm in the midst of migrating between SDK14.2->15.2, and SD 5.1->6.1
I'm calling sd_flash_write() and sd_flash_page_erase() before enabling the SoftDevice with...
Hi,
I start a new design using the nRF Connect Sdk instead of the nRF5 Mesh Sdk.
Is it possible to provision a device over the mesh network using the NCS (like the PB...
After LPN publishes message, NRF_MESH_EVT_LPN_FRIEND_POLL_COMPLETE event is generated five times. Also I noticed that instead of transmitting single publication message LPN...
Hi,
We have a problem with a nrf9160 connected in NB-IOT with a bad signal.
During the debugging session to try to figure out what happen, we saw that the mqtt_evt_handler...
Hi everyone,
I have a problem since a couple of day with an interrupt of app_timer not triggering when adding a BLE central to my project. The device is working well as...
If I can get time through WiFi then send it to the nRF5340 and place it in a Struct TM. is there any method to have the nRF5340 maintain the time/calendar from that initial...
I'm sorry. This must be trivial to all of you. I'm a beginner with nrf52 programming, and I saw several examples that refer to timers TASK_START, TASK_CLEAR, TASK_STOP. Everywhere...
Our device has both a 9160 and a 52840 on it.
The 9160 is running the stock serial modem firmware on it.
The 52840 is running a custom handler for AT connection targeted...
Hello,
We are doing some network quality tests on LTE-M with PSM off and notice loss on UDP between 0% to sometimes 15% on simple udp messages sent every 10 seconds from...