Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
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...