But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
We have a device based on nrf_52840, SoftDevice_132_3.0.0 and SDK_12.3.0, using BLE for communicating to a PhoneApp and UART for communicating to a washing machine...
I'm writing an application for the nrf5340 with nrfConnect v1.6.1,
I've been able to do the FOTA upgrade through BLE with the example smp_srv located inside zephyr/samples...
I recently got the nRF52840DK and have been able to build/flash a couple simple samples. However when attempting to try the OpenThread CLI example on tool chain v1.6.1 and...
Hi,
cannot run pc-nrfconnect-launcher v3.7.1, built from sources.
```
$node -v
v12.22.5
$git clone https://github.com/NordicSemiconductor/pc-nrfconnect-launcher...
Hi,
When I want use nrfjprog to program my NRF52, I have a problem.
This why I write to program my nerf : nrfjprog -f nrf52 --program _build/astronaut.hex --sectorerase...
Hello,
Is there example code on how to get NRF_SAADC_INPUT_VDDHDIV5 working? When I do nrfx_saadc_init(), I get NRF_ERROR_INVALID_STATE.
Same code works fine with normal...
I am using nrf5340 and icm20948 for our development. i had initialized things as shown in code attached.
this work fine for me. but when i am uncommenting rc |= inv_icm20948_enable_sensor...
Is there any guidance on zigBee OTA? What are the similarities and differences between ZigBee OTA and BLE OTA? Could you please tell me what I need to pay attention to during...
Today I received my first CMSIS-DAP debug probe (Pitaya link) and tried to integrate it into my development environment. Unfortunately, I must have broken my Pitaya Go (Nordic...
Hello,
I've been very slowly gearing up towards developing for the nRF9160. I'm going through the "nRF Connect SDK Tutorial"
https://devzone.nordicsemi.com/nordic/cellular...
For example, I'd like to add at_cmd_parser to my project. It's under /ncs/nrf/lib/at_cmd_parser.
My project is out-of-tree in its own directory. Initially I tried add to...
Hello,
I am using example code of LIS2DH ac celerometer sensor with nRF SDK v1.3.1. Building the example code I am getting macro error in devicetree.h file as mentioned...
Hello,
I am using PPK 1 kit with nRF52 DK. The system is used to measure the power on nRF52840 DK using DUT mode. The system was working just fine until I started receiving...
Hi
I'm trying to use the nrfx TWI Slave function with IRQ (No Poll), but there is no clean code available I found.
I'm using the following code:
But even if I can...
Hello,
I am using NRF9160 running the Serial LTE Modem application in NCS 1.5.0. When connecting with AWS IoT over a secure MQTT connection the maximum MQTT packet size...