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...
Hi, i use SDK 15.0.0 ble_app_uart_pca10056_s140 nrf52840
I set BLE parameters like this:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...
Hello everyone.
I am trying to use my oled display with my nRF52832. I found a library that had been written before: https://github.com/monpetit/nrf52-spi-i2c-master-ssd1306...
Hello, I am wondering about something related to the numebr of elements. Does the number of elements needs to be fixed or it could also be also dynamicaly changed? Also, regarding...
hi..... i am using nrf52832 , merged the uart and timer example program . while i am debugging , debugged successfully , but timer is not working
actually i set the timer...
Hi,
I am developing a product based on nRF52840 chip. I want to know if there are any bootloader available for nRF52840 which has following capabilities:
1- The bootloader...
Hi,
I have set up nRF9160 DK by following instructions here: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF9160-DK/GetStarted#infotabs
By using nRF...
Dear nordic,
I have some doubts in BLE profiles.
1. If i started make custom profile as per your examples is that make any issue in BLE certification of product?
2.If...
I have an issue with the internal clock setting, and TWI. My custom board has an issue with the external crystal. So I switched to internal crystal with the following settings...
Hi Nordic
We are using the die temperature sensor on an nRF51822 we have observed a strange behavior. Some specific values seem to never be returned in the temperature value...
Objective: create a BLE gateway using the iOS Gateway app and nrf cloud demo
I have failed to make the demo work and am seeking ideas to help me get unstuck
I installed...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...