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...
Linking ble_app_proximity_pca10040_s132.elf
Output/nrf52832_xxaa/Exe/ble_app_proximity_pca10040_s132.elf section `.fs_data' will not fit in region `UNPLACED_SECTIONS'
...
Hi,
I flashed an board with a NRF52832-QFAA-R7 with the ble_app_hids_mouse of SDK 12.1 (and also with the keyboard) example to test and build an application using this...
Hi,
I've been trying to get an implementation of the HTTP Proxy working with nRF52. The nRF52 is in central mode, accessing the proxy (running on a Pi with Bleno) which...
i measured the current of nrf52 dk board with the spi example (examples\peripheral\spi\pca10040). the result shows that it consumed about 6 mA !!!
i read the nrf52 datasheet...
Building ‘ble_app_cscs_pca10040_s132’ from solution ‘ble_app_cscs_pca10040_s132’ in configuration ‘nrf52832_xxaa’
Generating linker script ‘ble_app_cscs_pca10040_s132.ld...
I have been trying to get the PCA10028 uart to communicate for the last couple of days. Originally with the S130 experimental demo project and now just the simplified uart...
I'm using GCC and trying to build the debug bootloader_secure project in SDK12. No changes at all to the source code. The linker is erroring with
section '.text'will not...
Hello,
I want to implement random number generator with ble_app_uart, and I am using NRF5 SDK12 with pca10031. I also implemented the RNG periperal example already provided...
Hello,
I am trying to develop a PC station. However, I am having a problem with getting it started. I am using
github.com/.../pc-ble-driver-py
as a reference.
I was...
Hi,
I am reading battery voltage using nRF51822 microcontroller. I set the ADC configuration as 8 bit the result should be 255 but i am getting around 511 value. I am not...
Hi,
We tried to run the blinky example in the contiki source tree, and we had a strange behaviour. The example code is here , and the hardware is here .
The issue is...
Hi,
I'm using a RF module with nRF24L01+. Sometimes the RF stop working, the module keep replying status of no rx data (all pipes).
The device is embedded into a device...