Hi,
I am working on implementing the BME680 sensor with the nRF5340DK using the I2C protocol. I have successfully obtained the slave device address and the sensor address...
Hi all,
I have a custom board with an 9151, I want to use mqtt with aws, it's works I'm able to connect aws, but I have a question about
If I want to be able to connect...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
Hi,
for a couple of weeks (maybe months), I've been getting the following error indication when performing a pristine build on my projects:
The terminal doesn't show...
I am working on a nRF52832 NFC tag application. If I use a NFC-enabled smartphone to write a text message to the NFC tag emulated by nRF52832. The nfc_callback c allback function...
Hello,
We are in the final stages of development with a board that combines the nRF5340 with the nRF7002. This board also requires native USB support and we are routing...
We are using the nRF5340 with Zephyr OS v3.6.99-100befc70c74 and nRF Connect SDK v2.7.0-5cb85570ca43. We have the following questions:
Is our understanding correct that...
Hi,
I am new to BLE Development. Currently I am using NORDIC Development board (SDK Ver 5.2 &Soft device S110). I want to write a small program to establish the connection...
I'm trying to get a handle on the various ways I can implement console output on this system.
I have in the past used the retarget.c/.h code from this forum that uses simple_uart...
Hi
I use the random number generator of LE1,I have made a demo code and the code can generate a random number.As the project in attachment.
I want to get a random time...
Hi all
I get LE1 enter sleep mode(PWRDWN = 0x04;)and use RTC to wake up,but LE1 cann't enter interrupt function after RTC wake up.
If I just use RTC to run ,LE1 can...
Hi,
I am using a custom board with nRF51822 to transmit data. Everything works fine except the transmitting always stop after a while. I am using softdevice 5.2.1. I attach...
Hi,
i want to start timer 2 and read its value just before the radio gets active. I've seen in the nr51 series reference manual i can use task capture to set the current...
I am developing using a nrf51822.I need delay timer
that can be substitued for nrf_delay_ms().
in other words,need a task delay that can be taken some event from another...
Hi,
i'm reading through a document that is part of the ble-sdk-arduino
The document is titled "HID over GATT maps USB HID to the bluetooth Generic Attribute profile...
Hi,
I have 2 timers and APP_TIMER_MAX_TIMERS = 3. I am getting NRF_ERROR_NO_MEM error.
If I increase to 6 it works. Is it 3 APP_TIMER_MAX_TIMERS per timer?
Thanks...
Hello,
I am running a nRF51822 rev G0 with Soft Device 6.0.0 & SDK 5.2.0. My device implements a custom service with 4 characteristics. One of those characteristics is...
HI,all!
In the funtion on_ble_evt(), there is one of the events named "BLE_GAP_EVT_TIMEOUT", can someone please tell me what situasions might cause this event? (be better...
When the central and peripheral is connected, we can get the RSSI value through sd_ble_gap_rssi_start() function. but how can I get the RSSI value when not connected (scaning...
Update: I've worked on the BLE arduino sdk from Nordic, and followed all the directions, but I'm having some compiler errors. I've crossposted to a different forum for more...
I am using pstorage library to keep some data in NVM.
Should I use some nrf_delay calls while using pstorage_clear()?
I am calling pstorage_store from callback function...