Hi,
I noticed in the nRF54L QFN48 reference design, for the NRESET pin, there is an RC filter (1Kohm series R and 3.9pF shunt cap). What's this for and is it necessary?...
Hello,
I am using a nrf5340 dev kit. When I use SPIM the output from the pins gives the correct hex values but the output's amplitude is only around 100-200 mV. I know that...
Hi,
I'm using the nRF52840 with the SoftDevice for BLE. In my system, it's primarily a BLE transceiver controlled via SPI by an external TI MSP430. We're considering implementing...
Hello,
I want to request AGNSS information from nrf cloud services using my nRF9151DK board. As a first step, I flashed the nRF Cloud multi-service application onto my DK...
Hello,
I just received my Thingy:91X which I purchased through DigiKey. I am trying to connect it to hello.nrfcloud but I keep getting the following message: " The fingerprint...
With reference to the Thingy:91x reference design, I see that the LNA (SKY65943-11) on the GPS signal path is powered by one of the switching converters from the nPM1300:...
Hi,
I'm using cdc_acm to create two COM ports on a PC -
// USB support
& zephyr_udc0 {
cdc_acm_uart0: cdc_acm_uart0 {
compatible = "zephyr,cdc-acm-uart" ;
...
Hello,all
I want to use timer,ppi and gpiote to toggle a pin in sdk8.1 but not working.Here are details:
Firstly I use the example project "gpiote" which does not contain...
Hi,
i'm working on nRF51422 and i'm trying to do a simple BLE object that advertise his name and his services and is connectable by the others.
Advertising and connecting...
Hello,
I am working with nRF51422 & would like to know if I can measure current of single event & multiple events (pictures attached) as detailed as possible. I have cut...
Hello everyone.
I want to increase the operating range for nRF51822. To do this I added PA SE2576L in design.
Unfortunately, I do not have experience in RF develop...
Hi,
I'm attempting to use Version 2.1.0 of the HomeKit SDK on an nRF52. We're using the s132 SoftDevice 2.0.0-7.alpha (the SoftDevice in the latest nRF5 SDK v11.0.0). ...
Hi.
So my problem is, that i cannot successfully program external board with preprogrammed nrf51822 chip in the board.. This board is from china.. its an ibeacon.. If i...
I've recently been playing around with Bluetooth Developer Studio, and I can see it's potential despite it having a few annoying bugs.
I've set up a custom service by re...
Where would be a good place to feed a watchdog when using a softdevice?
My first guess was in main loop:
for (;;) {
NRF_WDT->RR[RR_number] = 0x6E524635;
power_manage...
Hi,
When a watch dog timeout occurs, I want to save some data to the flash memory prior to reset (namely the RTC count value). Therefore I enabled the wdt interrupt. The...
Im using nrf51, I configured the watchdog to reset after 3 seconds of hang and it works. But I have absolutely to save some data in flash before reset
Is there anyway to...
My custom profile was being built fine until I added a couple of standard descriptors to a custom service characteristic. Any idea what's going on here?
19:34 - [Code Generator...
Hello All,
I want to develop bluetooth mesh using NRF51.
I have question about this:
Is their library closed or not?
Do we need smartphone like in CSR?
...
Hi, I have a TinyShield Nordic module and I am having some troubles trying to customize the advertising packet. I have downloaded NRFGO Studio and I have enabled service data...
I have an nRF 52 dev kit, an Asus router running openWRT, and an android phone with the master control panel.
I'm able to compile and flash the dev kit with the example...
hello,
I am using the nrf51822, I want to add a normal service which do not need bond before used at the ancs example.I hope it can do the follow tow points,firstly,if the...