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...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
i would like to get MCC, MNC and other cellular data via API. I found lte_lc_conn_eval_params_get() function/API as part of <modem/lte_lc.h> that has the information I am...
i would like to get MCC, MNC and other cellular data via API. I found lte_lc_conn_eval_params_get() function/API as part of <modem/lte_lc.h> that has the information I am...
i would like to get MCC, MNC and other cellular data via API. I found lte_lc_conn_eval_params_get() function/API as part of <modem/lte_lc.h> that has the information I am...
Setup NRF52840 with SDK 17.1
FreeRTOS tickless idle mode
When we call xTaskNotifyWait and then get the notification then function returns but the result of the function...
Hello,
I downloaded the zip file "mfw_nrf9160_1.3.7.zip" from nordic and I am trying to upload it via the programmer tab in the nrf connect to desktop app, but I keep...
I am trying to get a WiFi project working using the nRF52840DK and nRF7002EK . I use a 3.3V power source that is supplying power to both nRF's in parallel. For the nRF7002EK...
Hello,
We are developing a board with both nrf91 and nrf54 boards. We are looking to make the nrf91 a SLM with a UART interface to support the LTE functionality of the nrf54...
Hello!
In the NCS SDK for the nRF54L15 chip, the DTS is configured in a way that part of Flash and RAM is reserved for the FLPR core (RISC-V core).
I'm wondering if we...
Setup NRF52840 with SDK 17.1
FreeRTOS tickless idle mode
When we call xTaskNotifyWait and then get the notification then function returns but the result of the function...
Hello LE-Audio team,
By any chance, do you have a working code base that supports a headset with 2 end points instead of just one as your sample nRF5340_Audio kit?
If...
I have a 5 year old design using a nrf52832 on a MDBT42Q module. The BLE option was placed on the PCB in 2020 and has been unoccupied since going into production. My customer...
Hello!
I bought dev board with this module and plan to use it in my product.
I bought a development board with this module and plan to use it in my product.
While I...
Hi,
We are running into a serious issue with OTA. Specifically, we have observed that nRF52832 will not be able to perform OTA to a newer firmware given that it is previously...
Hi there, I am trying to implement a UART handler on my nRF9151 that can Tx GNSS updates to my nRF52833. I am adapting this into the cellular/gnss sample, which is working...