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 community, I tried to read my motor encoders with the QDEC and capture the position of my motor. Hardware: nRF52840 DK, 2 Hal motor encoders on pin 0.13 and 0.14 which...
In NCS v1.6.99 the HEX data format is removed from data send and receive commands (socket, udp/tcp cli/srv), only ascii and data mode is supported.
In case of binary data...
Hello,
First time post and brand new to the nRF52832 chip. I am tasked with building firmware that will synchronize ADC samples across multiple devices. I have started with...
Hi to all team,
I have two units of nrf52840 dongle with me.
I have to develop the generic application firmware where data send from one dongle(coordinator) is getting...
Hi,
I have built ble board with nrf52832 with no pca10040 on my board and i have assign button switch pin as P.0.13 from nrf52832.Previously i am using nrf52832 dev kit...
Hello,
I have a custom example based on the "asset_tracker" application of the SDK v1.3.1 and I am trying to open the IDE through Toolchain Manager, but when I select "OPEN...
hi support team,
i was testing usb dfu(NCS1.6.0) function with window10, after i download the code, the windows seems not able to install the driver as below, and i couldn...
Just a naive question about the definition of nrf_fstorage_t , it has a member nrf_fstorage_info_t *p_flash_info .
Why the type isn't nrf_fstorage_info_t const* ?
Tell...
Hi,
there should be OK response after #XSLEEP before enter into sleep to notify, that command was received and processed without errors.
Current implementation (NCS v1...
device: nRF52832
SDK: nRF5 v15.3.0 (s132)
Soft Device: 6.1.1
I am trying to read multiple fds records and transmit them to the central device (nRF Connect on android...
SDK: 15.3.0
I have developed PCA10056 board based on CLI example.
I tried to print debug strings.
but, [00: 00: 32.310,668] <warning> app: Prints backends flushed repeatedly...
Hi,
I have developed BLE mesh by using nRF52832 with Mesh SDK v5.0.0. Now I am trying to implement the light switch client example.
In order to reduce the current consumption...