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 am new to nrf.
l am using nRF5_SDK_15.3.0_59ac345
I am working on the ble_app_uart example and want to write the data in the flash of nrf52832.
I included flashwrite...
Dear Nordic Enginneer
Our customers has a problem when using the NRF52840.
They want to make a mouse,and now they use LLPM and then they use the gmouse example and the...
In Bluetooth LE Audio - nordicsemi.com , it says that nRF5340 supports LE audio. But in Bluetooth Launch Studio Launch Studio - ICS Details (bluetooth.com) , I find the ICS...
Hi everybody,
Now I want to integrate nrf52835 into the android system. Using ble is like using anroid's bluetooth.I finally want to implement pairing, communication, opening...
Hi,
I have modified the HRS example (central+peripheral) from SDK 17 to operate in Long-Range mode (PHY CODED). This appears to work correctly assuming that a bond was...
I have succeed transferred data from PC to NRF52840 dongle and managed to receive it back on the PC.
But i want to be available to manipulate the data in NRF52840 dongle...
Hi Team.
I need to know the time elapsed for a set of instructions executed and for this to implement I tried the API app_timer_cnt_get (); in app_timer.h, but it returned...
Hello, I am not able to send sms, and probably connect to LTE-m. I am using at_client example, modem version mfw_nrf9160_1.3.0, nRF connect SDK v1.5.1, v1.6 tried on both...
I have a question:
I found a problem when using D:\nRF52832\examples\ble_peripheral\ble_app_uart sample code and SoftDevice S132 on PCA10040. (nRF5_SDK_17.0.2_d674dde) ...
Hi, Can someone please guide me on the best approach to getting started with Bluetooth mesh application with Nordic thingy 91 (nrf52840). I have try to build the sample code...
Hello,
I found this picture on Nordic's official website
1、Can only proxy node connect to mobile phone and GATT?
2、
I open mesh example (dimming), which contains...
Heelo, i'm trying to use a nordic nrf5340 as a provisioner for the remaining network however i'm getting an error on sending the app-key to the un-provisioned node (I'm using...
Hi, I'm sending SAADC data via BLE. If my SAADC_SAMPLE_RATE is high(e.g. 250ms), the code works perfectly fine. However, if I sample at a fast rate (e.g. 10ms), there will...