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...
Linker script `nrf_common.ld` in nRF5 SDK v16 defines __etext to point to the end of the .text section. It needs to be 4-byte aligned according to comments in `gcc_startup_xxxx...
Hello,
In order to try and implement passkeys, I've implemented my program inside of the glucose app example. The project compiles + runs and crashes sometimes randomly...
Hello everyone, just a quick question.
When routing on the nrf52832 WLCSP package, I noticed that the only inner pin "required" for use is the pin to enable DC/DC (Pin B6...
Hey guys,
I want to create an accurate timer without interrupts. My timer has to be very accurate because I have to send HIGH and LOW signals for 1us. I have read this pos...
Hello.
Currently I am trying to merge the peripheral example ble_uart and saadc examle. My little project is to send potentiometer values over ble.
As of now I have copied...
I have the bmdware.uvprojx project opened in Keil uVision 5 and have the BMD 350 breakout board containing the nRF52832 chip connected to my PC via a J Link debugger (EDU...
Hi all,
Here I am using the nrf52840 in my customized board, in parallel i have nrf52840 dev board.
I am using the twi peripheral to communicate with a i2c based sensor...
Hey,
I am using SDK16 and want to update the bootloader on my NRF52840 from SDK15 with a new one.
I modified the bootloader from SDK16 a little bit. Then I created a Zip...
To the kind attention of Nordic support team,
I have got in here two pictures of flash. The first one it is after installing bootloader and settings, softdevice and application...
Hi,
I am working on a product development that uses an nRF52832 (through a LAIRD BL-652 module).
We have a voltage point (named 5V), that is connected to SIO_28 GPIO through...
Dear,
I used ncs_v1.0.0_joakim to adapt the battery of my thingy91:
I used: battery_monitor_read(); to read the %battery, and it worked well
I just updated new...
I understand correctly that in order to use my private key for my applications, I must first sign an immutable bootloader with this key and upload it to the device?
I used...
Hello there,
It seems the CC310 backend for ChaChaPoly does not allow zero-length data or adata (associated data). I am implementing a protocol that requires this (Wireguard...
I am trying to change the default ATT_MTU size from 23 to 64.
my code uses Ble_nus service and Eddystone_Service.
Eddystone service is in connectable mode and it's where...
Env.: nRF52 customBoard, SES, nRF5_SDK_16.0.0_98a08e2
Hi,
I'am working with ble_app_template example and currently trying, to merge it with the experimental multiperipheral...