Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
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...
Folks. I developed my own circuit using nRF 52833 and I`m trying to upload a new firmware via SWD interface. I'm not getting connected to the target for any reason. Is there...
Using SDK 17.0.2 and the nRF52840DK, I am setting up SPIM with a memory IC (not actually hooked up though, just looking at the signals on the oscilloscope). This code is executed...
I'm facing a problem with a product I'm developing. The problematic setup is as follows:
Two nRF52832 peripherals (S132 v6.0.0), each notifying on two characteristics...
Using: Windows Pro 10.0.19041 Build 19041
I'm trying to run Trace Collector for an issue with the nRF9160 and FOTA. I go to run the Trace Collector and it starts, but says...
I am using nRF52832. For reading ADC value for battery level percentage i have used 800k and 1M ressitor value. But while reading ADC Current cosumption is reached to 3 to...
I am trying to copy from this example:
https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode
but I get:
./nrf5_SDK_Current...
Hi,
I'm trying to understand the PSM availability of my local network.
After playing a bit with the RAT and RPTAU values, I found out that using RAT=16~30 secs and RPTAU...
Documentation states that k_fifo_is_empty() returns 0 if data is available in the fifo (which is really implemented using a queue).
I'm receiving some spurious interrupts...
Hi,
In these conditions "custom device connected+bonded and whitelist enabled", when the device scan for beacons it see only the smartphone bonded to the device (don't see...
Hi! Looking at the product specifications V1.1 specifically 5.2.1 Electrical specification, one can see that on Sleep System On, full ram retention wake up on GPIOTE Port...
Hello,
I have following problem.
I use the nRF52840 DK and want to run it in nRF only mode, so I have the minimum power consumption. If I set the DK to low power mode...
Hi,
I encountered fota_evt_handler in azure_iot_hub.c is missing the call to azure_iot_hub_notify_event for the AZURE_FOTA_EVT_ERROR case, resulting in the application not...
I'm currently working with the MX25R6435F flash chip on board the nRF52840 DK and I'm running into issues with it. I don't know whether it's down to my lack of understanding...