Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
I'm attempting to using pa_lna_setup(), specifically the softdevice function sd_ble_opt_set to enable/disable the radio and an external amplifier. My application is a custom...
Hi All,
Im trying to flash the pre boot-loader from here github.com/.../releases
to my nordic usb dongle.
hex-> mdk_nrf52840_dongle_bootloader-0.3.2_s140_6.1.1.hex Im...
Hi Team,
We are using the uECC library for ECC Functionalities, while connecting the debugger we are getting the pop up message like "not finding the source file".But while...
Hello guys,
I have nRF9160DK board here with me and the nRF Connect SDK v1.3.0 environment installed. I want to connect to AWS IoT Thing through the MQTT connection.
I...
When I was testing USB on SDK16.0 with nrf52840, the gateway acted as the host, the following scenario 1 worked abnormally, and scenario 2 worked normally.
Scenario 1: When...
I am using NRF5 on an NRF52840 board, building under GCC. My application needs FreeRTOS and I also need to be able to use stdlib functions such as printf() from any RTOS task...
Hi
I am reading the Irms and Vrms data from the register 0x20 so i am using nrf_drv_twi_rx(&m_twi, ACS71020_ADDRESS, m_sample, sizeof(m_sample)); where we specify only device...
Dear DevZone,
I developed an application based on ESB wireless communication protocol for the nRF52840, and I would like to perform an OTA DFU with it.
I read in this...
This has been noted a couple of times but your treatment of bit fields is just wrong in the bootloader. It not only disagrees with the documentation but it's so flawed that...
Description:
nrfutil and especially the pc-ble-driver-py seem to not work with virtual pyenv environments.
I am expecting it has something to do with the lib files _nrf_ble_driver_sd_api_vX...
<environment> - Windows10 - modem fw v1.2.0 - nrf v1.3.0
I try to receive "OK" message after sending an AT command "AT+CFUN=1" using at_cmd.c functions but can't receive...
Hi Team,
I just want to understand how to interpret the SMS received.
I am actually getting a combination of numbers and character for the SMS,here is my log
AT+CNMI...
Hi,
I have been testing unbounded buttonless DFU with BL652 using SDK 15.0 and SDK15.2 and I kept getting Error 8(0x8): GATT CONN TIMEOUT after bootloader is entered.I traced...
Hello! H.W: nRF9160 DK v8.5 MWF: 1.1 NCS: tag 1.2 SIM: Telenor NB-IoT I'm using a modified version of the MQTT simple example for an application that periodically uploads...
Hello,
I am new here and trying to understand flow of every example and bluetooth profile,
so are there any detailed documentations with explanation of snippets of code...