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...
Hi all,
To keep compatible with previous devices, I need to use Enhanced ShockBurst on 52832. Now I need to add PA / LNA control to Enhanced ShockBurst, but I can't find...
Hello,
Now i want to implement Scanning and Advertising at the time using s132 on nrf52832 with SDK15.0.
I use a app_timer of 10ms to realize a dvertising every 10ms....
I have an nRF52810 on a custom board and can't get it to wake from System Off mode. The code:
trying it with a different way to turn the system off also didn't work: ...
Dear Nordic Support,
Processor: nRF52840 / S140 soft device / SDK 15.3.0
I have a question about the use of the HFCLK in relation to the soft device. Our board has both...
Take a look at a following code
void fmc_serial_rx_cb(const uint8_t* p_data, uint32_t length)
{ __LOG(LOG_SRC_APP, LOG_LEVEL_INFO,"\n-------------SERIAL RECIEVED : %s...
I am new to softdevices so please bear with me for long list of questions.
I am evaluating SDK15.2.0 examples one-by-one. I came across eddystone example (ble_app_eddystone...
Hi!
In older SDK (15.0) has been present NRF_ESB_BUGFIX_TIMER and it initialization. Now (SDK 15.2/15.3) defines this macro but not use it. Is it bug or obsolete code?
Hello Nordic Team,
I followed the tutorial as you say( https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/nrf52840-dongle-programming-tutorial ). But when...
dear all,
I'm a newbie on blue tooth low energy development, I have some really basic questions that I hope someone could answer, thank you very much in advance!
what...
Hello,
trying to bring up the new nRF91 dk with default firmware.
Registered the eSIM. Switch sequence followed when LED 3 and 4 starts blinking, but get the devices list...
Hi I have central device which has array of MAC address to connect.
when i see the structure of sd_ble_gap_connect() i cannot pass a uint8_t addr[5] as input.
so i tried...
SDK v11.0 & NRF51822 QFAC
I encountered a problem. In the process of pstorage processing flash data, a serial port interrupt came in, resulting in a system reset.
I used...
Hi,
I have discovered a (rare) problem where the S132 stack get stuck in connected state when it is not actually connected anymore.
This behavior was first reported by...
Hi,
SDK - nRF5_SDK_15.2.0_9412b96
HW - nRF52840 connectivity chip, other controller for application chip
We are tried to port serialization application on other than...