I'm using the code below to trigger a callback on pin rising edge.
Unfortunately, the counter is not being increased at all. Any reason why? I used multiple sources already...
Hello Team,
I AM USING NRF52833QDAA IN NRF CONNECT SDK , IN DATASHEET P1.09 IS MENTION BUT IN OVERLAY FILE OF NRF52833QDAA AT ALIASES PIN P1.09 IS NOT MENTION OR NOT DEFINE...
i build with nrf5340+nrf7002 custom wifi board. i flashed same firmware . at nrf7002dk , it's works but it isn't work at my custom board. buck_en and iovdd_en gpio signal...
Hello,
I am working with a thingy9160 to connect to an MQTT broker using TLS.
I have run into an issue where the MQTT connection is disconnected with error code #XMQTTEVT...
Hi,
We're running into a high memory usage issue on an application that is using the nRF5340-nRF7002, multiple sensors on SPI, SDC with littleFs, BLE and WIFI. The WIFI...
Hello,
I am working on nRF9160 custom board. Since I am reprogramming a lot, this issue is kind of getting on my nerves. Here is the issue:
Usually modem takes couple...
Hi,
we are using active voltage divider as battery readout circuit. It is controlled by MCU NRF52832 pin P0.09. Voltage from divider is read by integrated SAADC on pin P0...
Hello,
I'm working with the nRF52840 PDK and the SDK for Thread V0.11.0. The RTT Viewer shows that the program uses the Thread version OPENTHREAD/ga89eb88-dirty.
I try...
Hi,
I was trying to follow the guide to enable unit test of mesh SDK, but cannot get it through yet.
When I run the command
cmake -G Ninja -DBUILD_HOST=ON -DCMOCK_ROOT...
Hi,
I am using the nRF52 PCA10040 board. The memory settings are IROM1 - { start 0x1B000, Size 0x65000 }, IRAM1 - { Start 0x20004000, Size 0xC000 }. The board was working...
Hi,
my ble device mcu is 51822 with sdk11,when my ios app on frontend,it can search the ble advertising immediately,but when my app runs on background,it can't search the...
Hi,
I did some benchmark on internal flash access and found it takes more than 2 seconds for the device to write 16kB data. I timed by "nrf_fstorage_is_busy". Is this normal...
Hello,
I am using the sd_ble_getts_value_set() function two times in a row on two different characteristics. Both characteristics are part of the same service.
At the...
Hello,
I am really new to using the Nordic nRF51822 and I'm having problems making SPI work with the S110 SoftDevice. I was able to combine the sample codes spi_master_example...
I am using a nRF52840 PDK and trying to config 8 buttons.
(1) GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS to 8 (sdk_config.h)
(2) Add buttons define (pca10056.h)
Button...
I've been trying to run some of the examples provided with the SDK's. Blinky is the only one I've gotten to work for sure. I think I haven't set up the linker scripts properly...
I am looking at using two Nrf52840 on Custom PCBs to create a wireless link from my product to a PC one 840 would be the host and would be wired to the PC using USB (HID,MSC...
I know this has been asked a few times, but I am having a hell of a time receiving a ACK packet from my nrf24l01+ receiver (PRX). I am able to successfully send packets from...
Hi,
I just spend a day trying to get the nrf_sniffer tool working.
The
devzone.nordicsemi.com/.../
contained some very useful info but unfortunately it seems i am...