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...
Hi,
I am trying to modify the Android nRF Mesh app to filter un-provisioned devices with URI hash contained on un-provisioned device beacon.
My question is how I can...
Hi
I have a question, the Nordic SDK have a DFU, I want to know what is the default value of TX power in Bootloader? Can we change the TX power? if yes. How to change it...
Hello, I'm using nrf52805. It is confirmed that P0.04 is AIN2 and P0.05 is AIN3. Can I use this pin as UART TX,RX? What should I do to use it? Thank you.
Hi!
I am trying to work through the nRF Connect SDK tutorial series, and I got stuck at the "building with west step" in part1.
When I try to build my project using the...
Hi guys,
I have a peripheral device using a custom service based on the ble_nus, the intention is to hide the service and its characteristics until the bonded has been...
Recently our Device started exhibiting random BLE disconnect problems.
It's really hard to debug as not all of our devices are exhibiting this issue and in generally so...
Hi
I have a question to ask for your help. I'm studying thread networking. The SDK is "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0" I use masterkey networking, but I find it unstable...
Hi all, i want to ensure my antenna have correctly triggered. I'm using TI Boostxl-AoA antenna for nRF52833, Its a antenna of 6 , but i'm just opening up 3 first. my sequence...
I would like to figure our how i can send MQTT packages over a Thread network using a nrf52840DK. And to begin with only between two nrf52840 devices.
I am using the nrf...
Hi
I'm testing RC3 of NRF Connect SDK v1.6 in combination with our application. I have an issue with the configuration when I want to enable CONFIG_LTE_LINK_CONTROL. This...
Hello, I work with nrf51822. I need to use ble to control several LEDs. The control logic for each of them is the same. I am creating my own service to control a single LED...
Hi,
After we complete a OTA update via iOS in Objective-C we can't get the BLE to function afterwards. Admittedly, I haven't taken a deep dive into it yet but was curious...