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...
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,
I am using Nordic's iOS library to perform DFU in our app to upgrade firmware on some BLE devices. Before the DFU, the app scans it as "Paradevice", but reads it as...
Hi,
I'm designing a prototype board with the nRF52832-CIAA and was planning on using the Johanson 2450FM07A0035T integrated 2.4 GHz filter, but have not been able to find...
Hi
in pcb designing of the nrf52832 we use two oscillators one is 32 MHz and another one is 32 kHz.
can't we use both 32 kHz instead of one 32 MHz for saving power consumption...
Hi,
I can't seem to find an example for receiving an update about restored value of CCCD when a bonded peer reconnects. I'm using SDK14.
NUS and HRS examples which use...
I am new to Nordic, and Keil, and not especially strong in microprocessors yet. I am trying to get currently developed firmware for a nRF52382 chip to operate on a custom...
hi expert
i use sdk14.1 ,nrf58312, when my phone(andriod 5.2.1)connected to nrf58312 board ,i find the addr type is 2, so i want write the mac to whitelist ,but when i set...
Hi, I wondered if the source code of the SDK 51422 PCA10028's firmware is available ? The one firmware which allows the SDK to flash other nRF51X over the air? If it is, where...
While the default microphone mode on the Thingy52 is ADPCM - which I got working fine in my evaluation environment - the SPL mode defined in https://nordicsemiconductor.github...
Hi,
I am beginner for nRF52840. I use Keil uVision 5.20 to develop firmware. I have a problem with the Nordic packs downloaded from Keil website. The USB driver is not take...
Hello.
Until now, we work with NRF52832 for a new product but we have identified that the memory (64kB of RAM and 512kB of flash) of the chip will not sufficient for our...
Maximum connection node in 6lowpan over BLE
I am testing Pi to Nordic node (NRF52832 IoT Softdevice). When I test connection, maximum connection node is 10. Do you know...
Dear all,
Sorry for asking an old question but I can't find any similar situation in the forum. I now have 3 boards: 1 is 52810 EVB, 1 is 52810 QFAA ( 48 pins) custom made...
I bougth pca10056 and I need use it with Keil, but I do not find the pack installer for this board on "Pack Installer".
Furthermore, keil does not recognize my board.
...
I am using a lithium polymer 4.2V battery to power an nRF51822 (as a side note the power goes through a voltage regulator before going to Vdd). I want to be able to check...
When calling app_sched_event_put() no check is done whether the exact same record (same data, length and function pointer) already exists in the queue. We have setup where...