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...
nrf52832 sdk16.0
my program initialize as below:
advertising_init(m_advertising_data_init_array,10);
adv_scan_start(erase_bonds);
scan and advertising is ok,but when...
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12...
Hi,
we would like to use a production ready open source RTOS with our nrf52840 development under Linux (with eclipse or visual studio code).
We have tried with mbed...
I am using nrfmesh android app. I have configured a mesh network. exported network. then reinstalled app and connect to network. then tried to read state of device, then get...
A mesh node contains multiple lights.
Assume a light contains 5 Elements (Main, Temperature, Hue, Saturation, Light LC). Each light has 30 model servers implemented.
When...
Hi,
I am trying to test ble_app_blinky app. I am using VS Code for the development IDE and while compiling the application using MAKE I am running into Cannot file Source...
We are seeing about 500 uA in sleep mode and we expect to see under 2 uA. We are using an nRF52810 on a BMD-330 module on SDK 16.0.0.
Here's the relevant code...
nrf_pwr_mgmt_run...
Hello all!
How can I get the current count of a timer without stopping it?
Right now I'm doing like this:
_timer_base->TASKS_CAPTURE[channel] = 1; uint32_t counter...
Hi,
I am no programmer, but I wanted to try the Wake-on-NFC example on the 52840 dongle (I soldered an NFC flex on pins P0.09 and P0.10). I have downloaded SES and nRF SDK...
I want to connect heart rate sensor and bike power sensor together. I config channel 0 for heart rate sensor,and channel 1 for bike power sensor. Ant work well when both sensors...
I've just tried to compile and run the stock lpcomp example on two different computers, targetting an off-the-shelf 52840 dev board. It compiles, and starts fine, but doesn...
Hello,
I am creating an application that counts the number of times the button is pressed (Every high to low transition).
I am using GPIOTE to sense the high-to-low events...
Hello,
I am considering redistributing the SDK source code. I also saw the following, but hasn't it changed?
devzone.nordicsemi.com/.../32969
【SDK:15.3】
Hi,
How can I understand what all Errata's are applicable to softdevice and are taken care of?
For my application I am aware of the modules/peripherals being used and...
Hi,
I noticed there is no SWO support mentioned in Product Specification 1.1 for nRF9160. But since the architecture seems similar to the nRF52/nRF53 that have SWO under...