Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
Hello. The visual study code uses toolchain v2.7.0, SDK v2.7.0 I'm trying to test the saadc example (in modules/hal/nordic/nrfx/samples/src/nrfx_saadc/) in "creat a new application...
Hello Nordic Team,
Our existing device using NRF52840 QIAA, we are plan to replace the QIAA package with CKAA package for size reduction. After I went through the SPEC,...
I´m testing the nPM1300 in a custom circuit with Zephyr on an nRF52 / nRF53 attached to it. It looks like the IC isn´t charging a battery. For testing I use the nPM1300-EK...
Hello,
Can I use in production nrf52840-DK as programmer to program E73-2G4M08S1C module on custom PCB?
What should I do to make the program code unreadable?
Hello, I need further assistance with the issue in the mentioned ticket ID, as it was closed by mistake. Could someone please reopen it so I can continue the discussion? ...
nRF52833-based board, software is based on Zephyr and Nordic SDK 2.1.2. Using Tag 2 type driver library, nfc_t2t Occasionally, when NFC coil is tapped, we observe one of the...
Hello,
Our product uses nrf52 and a quectel bg95 modem connected over the uart
We are evaluating the nrf connect sdk, we seek to have a working modem abstraction to send...
We are designing a board with nRF5340 and need an external flash of preferably 512Mb (128MB) or more and 1.8V supply. For speed reasons it is best to use the QSPI protocol...
Hello team,
In our bin file, we are seeing " ZigBeeAlliance09" as String and how to avoid this string in the bin file? I am using SEGGER SES ID tool to generate bin file...
Hi,
I have a concrete example, where I have no clue, as to why a given configuration is not working. In general, I wonder, how one is supposed to debug / investigate such...
Hi All,
I am trying to migrate my toolchain/sdk v2.4.1 project to toolchain/sdk v2.5.0. And I am having these weird issues related to mbedtls. The same project without any...
Hello,
We tried using pcd_network_core_app_version() to read the network core version (presumably set by CONFIG_FW_INFO_FIRMWARE_VERSION in our hci_ipc.conf) from the app...
Hello If CONFIG_FOTA_DOWNLOAD_NATIVE_TLS is defined in the function fota_download_object_init() the variable dlc.set_native_tls is set to 1 and then in the function download_client_init...