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 there:
I'm now developing a product with 51822 using the SDK10.0 . The product communicate with another chip through UART.
My problem is when the UART crash with error...
Hi all,
I have an application where I have a mobile app that communicate with up to 20 BLE devices. The BLE devices are RGB LED lights with push buttons and a sensor. I...
Hi.
I'm trying to use nRF52 as TWI slave.
I am using Segger Embedded studio for the coding part and nRF52840 PDK.
I wanted to use TWI between the nRF52840 board and...
Hello Helper,
I am currently running ble_app_uart on 2-3 nRF52 dongles that acts as a node and ble_app_uart_c on nRF-52 DK that acts as a central. While establishing different...
hi:
App <lightblue or nrf connect> (ipone6) connect nrf52832 failed .But using Android won't cause this problem.
Here is the log that failed to connect lightblue...
Hello,
I am using my own board with the NRF52832 device.
I currently have a NRF DFU bootloader programmed and soft device. I used it to download my own App using the NRF...
Hello everyone, I am starting with the NRF52840 dongle. I intend to use it for a Uni project because I'm gonna use it later for work (new product). Since we're using STM32...
Hi everyone! I'm a beginner with BLE. I'm trying to test Eddystone beacon. I'm successfully run "ble_app_eddystone" example in NRF52 SDK, and I also successful connect to...
We are doing some rapid prototyping using PCA10040 boards. I have a bench-top setup with a PCA10040, and some sensors. We want to place our sensors on an Arduino shield, enclose...
Hi there,
I just found an example, Experimental: BLE Multiperipheral Application, https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_multiperipheral...
Hello there,
I have a decent amount of experience using arduino IDE and the arduino micro-controllers to generate PWM signals, but wanted to create an BLE app using the...
Hi
I have sd+dfu uploaded and can download app through dfu with no issues. But if I make any change to the app and try to upload app using Keil uVision then nrf52832 not...
HI,
When I use the SAADC example, I found that the data collected during the simultaneous 8-channel acquisition has abnormal data on both channels。
I've ported the SAADC...