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...
Below is the output from a 'bluetoothctl' session for one of my thingy:52's
This is running on a raspberry pi 4 using Ubuntu Mate 20.xx
The output below is using command...
In beacon example code the RSSI value is 0xc3 while converting to decimal it giving 195 and in comment line it is mentioned as dbm.when converting this 195dbm to milliwatts...
hi,
The Fanstel BT832 has a nRF52832. It has TX on P11, RX on P12 for standard uart. I need however rs485 and so need to add a DIR (output) pin. P11 and P12 are not on...
In the mRF24L01+:
Unlike MultiCeiver mode, I have one TRX and multiple PRX units sending back ACK payloads.
In the PRX, what is the purpose of the PPP field in the W_ACK_PAYLOAD...
Hello,
As I understand it, Apple is working on a new product called Airtags. This will be similar to the Tile for finding items like your keys or wallet. The catch is that...
I'm using standard ble_bas from sdk12.3. I set up a timer at 60s interval to use saadc to read battery voltage. Below is my code in saadc event handler for battery level update...
Hi,
I want to add some included services to a new added custom service with nRF Connect, but I can't find a method to do this.
Is there a method to solve this problem...
Hello, regarding to another thread in this forum the debug interface mode can be turned off by sending the command "writeDP 1 0" via J-Link commander or by power cycling the...
Hello,
I'm working with the nRF5 SDK for Mesh v4.2.0.
During the init phase, I call the function mesh_stack_init()
After doing so, the consumption is on average 2.8...
Hello DevZone,
SDK 15.0.0 SD S140
Currently working without an active SoftDevice but even with an active SoftDevice these problems keep occurring.
I'm currently working...
Hello! I need help implementing a TDMA on a nrf52. I've never done this before and Its been hard to find good resources online on the topic so if anyone here has any previous...
I am developing connection between BM833AF Evaluation board and nRF52840, Like a BLE Tag and Beacon. Need support in connection and transmitting data from one to another?...
Hi,
My use case is I have an RGB LED that I want to be green for normal operation, but blink red for 0.5s when a serial driver error occurs.
R, G, and B are each attached...
Hello,
I have multiple questions regarding BL mesh using nRF5 SDK for Mesh v4.2.0
1) is it possible to run this example using 2x NRF52840 dongles(PCA10059) and one NRF52840...
Hello
We have an application that ADV every second and is based on SDK 14.
We are currently attempting to move to SDK 17. What I have noticed is that if I change and...