Hello,
I’m developing a project using the nRF52832 and I’d like to put the MCU into the lowest possible power consumption mode while still being able to wake it up via a...
I am using a custom board with a nrf5340 and vs code with sdk/toolchain version 3.0.2 and trying to get mcuboot working for FOTA. I have been stepping through mcuboot with...
Hi,
using SDK 3.0.2 and build for the *ns target.
The idea is to put the CPU to sleep and while it is sleeping GPIO events (e.g. button press) shall increment a counter...
Hi, please bare with me for a newbie question:
I was in middle of learning the led_and_button example with "NCS fundamental" online video, and was trying to read code for...
Hi everyone,
I’ve designed a 4-layer PCB using the nRF52810-QCAA-T, powered by a CR2032 coin cell. The board integrates three I²C sensors: BME680, SHTC3, and an accelerometer...
I have several applications that continuously scan on Bluetooth that have started exhibiting a new failure mode after upgrading nrfxlib from v2.9.0 to v3.0.2 ( https://github...
Hi, our company is currently using nRF52832/RSSI feature to provide simple asset tracking/location service. Would like to know if we want to improve the accuracy by using...
Using GATT characteristic writes to transfer data is slow.Is there a cleaner and/or faster way to do faster OTA upgrade?
Also I wanted to upgrade firmware without affecting...
I have set up a 6lowpan test environment and could control the led3 and led4. could u please provide me with a code to read value at p0.01. i want to connect a temperature...
I directly connect GPIO pin with 24ohm resistor as follows.
And I set GPIO pin as high drive,
NRF_GPIO->PIN_CNF[MY_PIN_NO] |=
(GPIO_PIN_CNF_DRIVE_H0H1 << GPIO_PIN_CNF_DRIVE_Pos...
hello ,i use SDK9.0 ANCS project.when I paired it ,it can work normal. it can recive QQ,wechat,message and so on. but when I paired many times, it will be SystemReset.
...
Hi
I am trying to make an activity tracker with very low power conumption with the nrf52. The Idea is to count interrupts from an accelerometer thtat are generated if the...
Hi
I'm testing Buttonless DFU.
I use SDK 12.2.0 , NRF52 and S132.
I succeeded in entering DFU in Master Control Panel (PC application).
I want to do it even on iOS....
Hello,
I recently finished up the NRF51822 pcb board that I plan on getting printed. I posted my board before and have fixed the problems another user specified.
I used...
Hello,
is it enough to call NVIC_SystemReset() after I flashed a board so that it returns to lower power consumption? Or do I have to pull out the battery?
Marius
I hope to trigger notification from Bluetooth module into Master Control Panel. I had enabled notification/indication = true. However, when I pressed the button on my module...
Hai
i am able to store one array in flash memmory of nrf51822. but i need to save more than one set of data into flash and retrieve it separately.
how can i save more...
Hello Everyone
Is there any example code which uses indication property. Application nAn-36 uses notification property and as far as i read and understood about indication...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
HI, I have actually couple of (connected) questions,
Can a phone (v4.2 bluetooth) connect to a nrf52840 board that uses 5v bluetooth?
How many (BLE) connections...
Hi !
I just got my new boards with the NRF52 CPU.
When i burn the firmware that worked on the PCA10040 evk it works but on my hardware it resets immidiatly.
On my...