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...
I started today with the following examples to make a start with serialization:
- ..\examples\connectivity\ble_connectivity\pca10040\ser_s132_hci
- ..\examples\ble_peripheral...
HI:
I am Measuring current on custom hardware with nRF5x DK, Peak current is always too high during testing.Please give me some advice。
I am using the nRF52 DK development...
Hi,
I am working on RTC implementation. I had a doubt.. Is it possible to generate interrupts on different channels (channel 0/1/2/3) using same RTC instance ?
Thanks
Hello,
I'm trying to communicate with another device via I2C. I'm trying to do a simple write but it seems that the TWI NRFX driver is sending wrong data.
I'm just calling...
Hi,
I am implementing a beacon solution and intrested to move from fast to slow and vis versa(slow to fast) advertising modes -
i.e. BLE_ADV_MODE_FAST & BLE_ADV_MODE_SLOW...
Hey,
I have seen some articles which says that voice over BLE (4.0) is possible but there is no standard profile for it.
So far i've seen :
Silicon Labs
STM
T.I...
Hi,
After I reset nrf8001, RDY pin stays hi. I checked the crystal pin, there is no clock. I am using TSX-3225 from Epson with 12pf caps.
Am I suppose to see the clock...
Hi,
I am working on a new project with the secure bootloader (SDK 15) as a part of it. I want to add periodic task that will do several actions for example maintaining the...
Hi,
I am downloading my code to my custom board and sending commands through a USB virtual COM port. I basically echo and execute some GPIO operations after decoding the...
I have installed NRF 5X command line but I don't see it in my programs/start / desktop where will be the .exe file or how can I open that? How can I work with that ?
Hello ,
I am using 4 nrf52 DK for Mesh
1. how to I configure a Node as Relay
2. How do I capture MESH Packets/ Data from Mesh in Raspberry Pi and send to cloud
hi,
When working with Keil are the NRF_SDH_CLOCK_LF_RC_TEMP_CTIV & NRF_SDH_CLOCK_LF_RC_CTIV compiled as part of the nrf52810_xxaa project?
if not how can I compile...
Hello, is there a way to send messages via the mesh transport/access layer (not using client/server models) but still be Bluetooth SIG compliant? where can I find information...
Hello,
There are a few posts about EasyDMA consuming 1-2mA of current, and I've measured similar currents. In the nRF52832 product specification, this appears to be one...
Hello,
I am running the ble_app_beacon example and want to add battery percentage in the advertising packets, how to do that. And is it possible for ble_app_beacon example...