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...
I have a BLE central application (a form of BLE to LTE bridge) which I have no choice but to redesign due to the dismal state of the supply chain. The original device which...
Is there a release plan in place for the release of a pc-ble-driver-py version that supports Python 3.9? I can see on the github that the support has been integrated into...
Hello,
We recently implemented DFU on Android for nRF51 and nRF52 devices using the Android DFU library from GitHub. It works great, and we would like to see if it is possible...
Hello! I'm trying to setup the PPI module so it controls a LED based on an external digital INPUT. It works well while the nrf528232 is ON, except when I call :
nrf_pwr_mgmt_shutdown...
Hello,
I want to use the Nordic UART service from the ble_app_uart example in SDK 17.0.2 (running on nRF52DK) to use directed advertising to send data to a 9160DK client...
Hello,
Looking at the product specification, the nRF5340 system off current is specified at 0.9 uA. Can you please provide an example that I can run on the DK which can...
Hi.
As far as I know the SWD interface can be used to download/upload firmware and make debug, I would like to know if SWD also can make the function of sending and/or receiving...
Hi,
On a dice projet based on NRF52810. Sometime when I plug the battery charger the firmware crash at address 0x18808 and the call stack is empty !
This address is in...
Hello,
Can anyone please share some reference example for implementation code for central device which scan for available device.
I am using nrf52840.
Thank you
I have successfully installed the blinky example app on my new Nordic nrf 52840 Dongle - so that's good! :)
However, some things are not clear to me - so I would like some...
Hi,
I'm using nRF5_SDK_17.0.2_d674dde\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc\pca10040 & pca10056
Wants to send data packet over switch...
Hello,
I am trying to implement ble_dfu service into an existing project. The problem is I can not find an example in the SDK. I need to find out which macros to copy-paste...
Hello All,
I have a specific requirement to run 2 different functionalities from the same HEX file. Can someone suggest is there any means of special logic in the nRF52...
I have successfully ported the fatfs file system to my application code, but copying the files is very slow. I'm trying to modify the mass_storage.c file,follwing is my code...
I have two nRF52832 feather boards. Trying to set a simple connection between them so that board 1 sends beacons and board 2 receive them. Every few minutes, board 1 pair...