Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi!
My BLE peripheral needs to change its "static" passkey under certain circumstance.
However, when I attempt to connect after setting it, I get a PM_CONN_SEC_ERROR_PIN_OR_KEY_MISSING...
Hello everyone,
I'm trying to interface a NiceRF LN610 LoRaWAN chip to nRF52840 via UART. Initially, I tried communicating with the chip using CP2102 USB-to-TTL module and...
Hi,
In order to measure the RF power, I measured the RF power by radiating inside the RF shield box.
But there is something strange.
The position between the device...
Hi ,
I want to develop the firmware to read the nfc tag and read the sensor data send to the application via BLE I have read many post regarding nfc . Let me explain what...
Hi,
I am working on temp. sensor with nrf52832 dev kit for firmware testing and development and also using nrf52810 for product testing.
in my code, I merged twi communication...
hi,
I want to develop a project based on ble beacon mode and ble app hts code.
and I am using nrf52810. so will it work if I merge both codes and use for this project...
I know that nrf_cal_set_time() from the nrf calendar example is NOT meant to be called on a regular basis / should only be called to update the time being kept locally to...
Hi,
We are looking for a guideline to trigger GPIO and SAADC sampling at the same time.
Our purpose is to sample every 20 m
Hi,
We are looking for a guideline...
Hi, We have a DFU OTA process that was functional, but updating our softdevice to s113 7.2.0 has left us with a problem - since the softdevice does not exist in the nrfutil...
Hello.
I am doing a small project where nrf52 reads data from a BME280 temperature sensor via SPI and sends it using ESB.
I have no experience with radio, so I use a ready...
I would like to use the NRF24L01+ from a 3v coin cell, but interface it over SPI with a 1.8v-powered microcontroller. Assuming the uC is tolerant of the NRF SPI outputs, I...
We have a application where data transfers happen through a mechanism where the external client does a write-without-response to send in a command. The response to the command...
I am busy with my first BLE project , programming a custom service for both pheripheral and central role. I have already finished the pheripheral service, using a custom service...
There are other GPS modules on the market which can give information like "the device is within 10 meters of the given coordinates". Is there a way to either get this information...
Hello,
i am using AES CCM encryption available in nrf52832,
my data which need to be encrypt is same every time. data will encrypt and 4 byte will add at the end of...