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,
we've developed and produced a nRF52832-based custom PCB with custom firmware that is using advertising, scan, connection, custom Bluetooth service and characteristics...
Hi there,
I am designing my own custom nrf52832 PCB and would like to have my design evaluated before put it to production. I am just wondering if Nordic Semiconductor provides...
I am running SDK 15.2 on an nRF52840. I have programmed my secure dfu bootloader, application, settings.hex, and softdevice via jtag. During the first run after programming...
Dear fellow developper,
I'm trying to create a BLE device using HID service to control music, volume and so on.
I have successfully implemented a keyboard + Consumer...
Hello,
I would like to know if anyone else has faced this issue. Indeed, if i want all the consumer control interpreted in the right way, i need to add a keyboard in my...
I'm working on a project with nrf52840 and i'm trying to send and receive ipv6 packet throw thread protocol so i tried to use to send with otIp6Send and receive with otIp6SetReceiveCallback...
Hi,
We are currently working on a project involving a few Connectionless BLE advertisement transmitters based on nRF52832 (SoftDevice 6.1.0). On the receiving end we have...
Hello
I m hardware designing engineer in Turkey.
I m designing bluetooth controlled lighting armature. it must be connect other lamps. And must controlled by phone ios...
Hello all,
I got the nRF52832 dev kit and have been playing around with it. I am using Segger Embedded Studio V4.12. I tried out the ble_app_uart and the writable_ndef_msg...
Hello! I used the "blinky_rtc_freertos" example and transferred ticksource from RTC to SYSTICK in "FreeRTOSConfig.h". The application has stopped working. What am I doing...
Hi Every one,
In my application i want to use two UART's simultaneously, for that i am doing continuous switching of UART communication pins.
I am able to communicate...
Hello,
I am trying to designe my own iot sensor board with nrf52840
For my sensor board i will just add lipo charger IC and MPU6050 (accelerometer)
When i look at designe...
Is there a generic sdk_config.h file for each of the Nordic SDKs?
The ones included for each example seem to be missing useful macros/defines, for example, omission of SEGGER_RTT_CONFIG_DEFAULT_MODE...