Hello,
I'm using nRF5 SDK v17.1.0.
I couldn't find anything about it. Could I ran in some problems if i choose to handle the nrf_libuarte_async_evt_t in thread mode and...
We have a custom board that I ran through the board_v1_to_v2.py program and then attempted to build under SDK and Toolchain 2.8. When I run it it failed in the CMakeLists...
I am using the Nordic nRF5340 DK to communicate with the ICM-42688-P sensor via SPI. However, the sensor does not respond to the MCU's commands. After observing the SPI clock...
Hello,
I'm just starting with the Power Profile Kit 2. I've read all available documentation but I didn't find any information about the switch SW1 called 'POWER'. There...
Hello,
We are developing a Cellular IoT device based on nRF9160 SiP. Essentially it is a battery powered temperature and humiduty sensor, that sends the measurement data...
Hi,
This is a followup on https://devzone.nordicsemi.com/f/nordic-q-a/119259/synchronisation-between-tx-and-rx-in-connectionless-direction-finding
We now have a synchronised...
Hello, I'm having problems trying to make the MODBUS RTU Client code work on my board.
I'm devoloping with nrf Connect SDK v2.1.0, using Visual Studio Code.
The board...
Hello,
finally I am developing an application for iPhone which works together with the nRF8001/nRF8002 which I was able to buy in a reasonable housing already. Therefor I...
First, I'm just beginning bluetooth solutions, so I apologize if my question is dumb :)
I have 2 Arduino boards, with 2 nRF8001 shields.
I want to connect them. After...
Chip: NRF51822
Per the documentation the band gap voltage is 1.2V however on my board when I apply the voltage 1.5V to AIN2 i read the following value from the ADC: 209...
I am completing a schematic using the nRF51822 part. I will be supplying the part with a 3.3V supply. I will use one of the ADC inputs to sense battery voltage (up to 10v...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
I was using nRF Master Controller app on Samsung S4 to connect to my Ble device. However, after connected a while, the device will be disconnected automatically while I was...
I'm getting started and have an overwhelming amount of stuff downloaded which I'm trying to make sense of.
Which of the examples in the nrf51 SDK use the Softdevice and...
Hi,
I'm using a NRF8001 shield with an Arduino Leonardo, everything connection wise seems to be working. I'm using the "ble_my_project_template" and uploading various services...
I install the j link driver for mac(4.78k),connect the ek,but can't recognition it:
Sens-Macbook:~ sen$ JLinkExe -if SWD -device nRF51822
SEGGER J-Link Commander V4.78k...
I'm usually cleaning out the older manuals when downloading new ones from the web site. Unfortunately the new EK user guide 1.2 doesn't show how to connect the nrf51822 UART...
I would like to use an idle loop for non critical tasks. Is there any way this can be done with the scheduler implementation? I don't want this to be time based, I just want...
I have worked with nrf24l01+ devices. In my project include single PRX with 100 PTX. Objective of this project is all PTX send packet to one common PRX device & PRX send ack...
I have the simple UART example working with the nRFgo motherboard laid out as described in the SDK docs, with 2p connectors on the RS-232 P15 and the SDA and SCL pins of the...
Hi All,
I'm just starting to use the 51422 DK and I do as the nRF51422_Developer_Kit_User_Guide,I have flashed the broadcast_tx of the ant_broadcast project in SDK and...