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...
Has anyone successfully built the pc-ble-driver static library in Visual Studio as a project? In this manner one could debug applications that use the library when there are...
My code bluetooth module hangs if I use flash storage functions inside the ble_evt_handler . I am using the functions from the fstorage example in peripheral folder. I turned...
I have always understood it to be dangerous to invoke a call in a callback. It is not clear to me what the callback model is in SoftDevice so I would like to know when it...
Hi
I have searched a LOT but I can not find if Nordic can record audio with high enough fidelity to a SD card (I have seen in the SDK how to attach a SD card ).
I want...
Hi everybody,
we're testing our device with nRF52840 and full Bluetooth 5.0 by sending some packets over coded PHY and receiving them via nRF Connect for Mobile on an Android...
Hi .....
Here i want to make mesh topology between 5 boards , in that one has to act as client and other has server . i want to send the string data from client to particular...
Hi all,
I am trying to write in flash but when i use:
pg_size = NRF_FICR->CODEPAGESIZE; pg_num = NRF_FICR->CODESIZE - 1; // Use last page in flash
addr = (uint32_t ...
Hi, I've being using an arduino to collect pressure measurements from the BOSCH BMP280 pressure sensor over I2C. I want to do the same using the nRF52840 and miniturize my...
I am trying to install the pc_ble_driver_py package via pip on MACOSx. It works fine for python2.7, but I cannot find it under python 3.7.
Pauls-MacBook-Pro-2:XCP psnell...
Hello !
Due to the slow access of your company's website abroad,
the nRF5 SDK forMesh v3.2.0 document cannot be read normally.
I hope to provide the download method...
Hello,
I have followed the BLE tutorial on characteristics to make my own 2 custom characteristics that successfully read and write uint8 data to my nRF52832, however I...
I am using the examples/nfc/record_text application (nRF SDK 15.3.0) with disabled leds on pca10040. When I approach the NFC antenna with a nfc reader (like a smartphone)...