The Errata 155 workaround seems to work for the nRF52840, but only when events are configured before tasks. If I configure a task for an unused output pin *before* configuring...
Hello,
I am trying to optimize performance of a series of SPIM transactions using the 5340. Each transaction is 3 bytes long: CSN goes low, clock out 3 bytes, CSN goes high...
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...
I would like to make two BLE single mode devices to communicate with each other and Bluetooth v4.1 supports that, I was wondering if any of Nordic's modules support v4.1?
Referring to page 58 of the reference manual there is a ANAEN control signal that will contect a gpio pin to a corresponding analog input
I am using GPIO P0.01 -> AIN2...
I have started "playing" with the nRF51822 eval kit and the LED-Button example explained in the nAN-36. I wanted to know how is the UART port configured but I have not found...
Is it possible to count pulses with the 51822 from an external device in the range of 250-15.000 pulses pr. second, while the CPU is powered down (softdevice sleep)?
I...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
Hi all,
i am new to nordic and I working on the project to scan/locate iBeacon by using nRF51822,
I can't found a related sample code on SDK 5.2.
Is there something I...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I have built a board using a reference design for the USB dongle board for the NRF24LU1+. Now when I connect to the USB the system identifies the device as "nRF24LU1+ -F32...
Hi!
I just ordered nRF51822 and nRF8001 chipset from Digikey, not dev KIT. I want to develop product by ourself based on nRF51822 and nRF8001 chipset so I want to have all...
In s210 there are functions sd_flash_page_erase, sd_flash_protect, and sd_flash_write. There is no sd_flash_read.
How do I read from flash? I can write to is using sd_flash_write...
Hi
I just want to create a custom service with a characteristic, which sends "n" (upto 200) bytes at same time and this bytes are are written to a SD card via SPI
So...