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...
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...
Hello NordicSemi and Developpers,
I am working on a project with using the nRF9160 SiP and running a slightly modified version of the Serial LTE Modem sample from the nRF...
Hi!
I'm trying to connect nRF52833 with nRF21540 for long range communication, but there is no recommendation in reference design files of output circut for ANT pin (nRF52833...
Hello Nordicsemi Dev community,
I have previously utilized the `zephyr/samples/bluetooth/peripheral_hr` example and flashed both app and net core with the respective ...
Hi
i'm trying to connect openocd using Jlink of nrf52833 DK, but it does not work.
i installed openocd in MSYS in win10 environment and also installed seagger Jlink driver...
Hello, i'm currently working on my Bachelor Thesis using Makerdiary Board. I recompiled the OpenThread Libraries to get the CLI working on my Board. I need to read out sensors...
Hello,
I'm trying to use UART0 for communications between the nrf52840 and another microcontroller, while also using UARTE1 for debug communications between the nrf52840...
Hi.
I'm trying to combine TWI sensor and BLE app UART examples.
I already tried putting parts of TWI sensor example in the BLE example, but it gave errors on missing...
HI everyone,
I have issue relate to ble_lbs_init(ble_lbs_t * p_lbs, const ble_lbs_init_t * p_lbs_init) function.
issue happened when i call: err_code = sd_ble_uuid_vs_add...
I am new with nRF9160, just bought a nRF9160 DK from overseas, but I use it in China, two questions come up.
1. Is it working with China celluar network?
I tried the Basis...
Hi,
I'm trying to make the softdevice controller work on NuttX RTOS. I followed the SDK example code to reproduce initialization. All calls are returning 0 (no error). However...
Dear Sir,
we're developing a Ble keyboard with 52810. the product needs to detect what kind of operating system and have different behavior therefore. but i don't know how...
As below, BLE Data RX works fine, but TX doesn't. When does this happen?
Currently BLE connect/disconnect and RX is working fine. The power does not turn off due to this...
Hello: I am trying to design a project about a type of sensor powered by high accuracy battery which is using the nRF52832 chip in a custom board. To use the battery energy...
Hi
My requirement is to upgrade the application firmware on the nRF52840-DK from another processor using SPI interface, and I am trying to understand the code to plug-in...