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...
Hello Team,
I am trying to port the example of nRF5 SDK for Mesh to IAR Embedded Workbench for ARM (Dev Kit (nRF52832).
I am using nRF5_SDK_17.0.2_d674dde and nrf5_SDK_for_Mesh_v5...
I'm testing the Serial LTE Modem application on the nRF9160DK with the LTE Link Monitor. I want to use the DK as a UDP client to send data
to my remote server via UDP over...
Hi,
I am working with a custom board that has an nRF9160 SiP (B0). I am using SDK v1.6.0 on a Windows 10 machine. Modem FW is v1.2.3.
Our device uses GPS periodically...
Hello all,
I'm trying to use P0.05 (AIN3) as output, but it does not work.
in file .dts is used as: rts-pin = <5>; status = "okay"; of uart0, I have to change this config...
I'm evaluating feasibility and developing a Proof-of-Concept for a client using the NRF9160 + NRF52840. This is a second generation product where the client wants to evaluate...
Hello,
I'm currently using SDK 17.0.2 with NRF52840. We have our SPIM3 device up and running nicely. I'm now de-risking our SPIM0 device and noticed that chip select isn...
hi,
i am adding dfu feature to ble_uart code.
i did all steps as explained in https://devzone.nordicsemi.com/f/nordic-q-a/48872/how-to-merge-one-application-with-dfu-feature...
Hi Nordic, you should add a BIG warning label, as show below, under the UICR description for all nRF52 devices, saying UICR registers cannot be erased when APPROTECT is enabled...
Hi Team
For some reason, I need to disable CONFIG_BT_TINYCRYPT_ECC. But I don't know if our BLE controller in NCS rely on Tinycrypt lib when it need support the ECDH paring...
Is not something like
missing in https://github.com/nrfconnect/sdk-nrf/blob/master/applications/serial_lte_modem/src/main.c#L227 ?
Error return code should be handled...
Hey all,
I'm currently working on a ble_app_blinking in which I added a temperature service. I can connect my phone to the bluetooth of the board in nRF Connect application...
1) Why nrf_delay_ms(500) is required in twi_sensor example, in main.c, while(true) loop?
2) Is the __WFE(); interrupted by NRF_DRV_TWI_XFER_RX inside twi_handler?
3) From...
hello,
i am using nrf52832 customised board with sdk 15.2 and using ble app blinky example my need is to scan and advertise the nearby beacons in one advertising packet...
Hello everyone,
I'm using a modified version of SDK 15.0.0 ble_app_hids_keyboard on my nRF52 DK. It sends a volume up and a volume down command when I press buttons 1 or...