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 have just started developing with Nordic NRF52832 using the IAR Embedded Workbench. I am attempting to work with the existing Example projects provided within the NRF5 SDK...
Hi
I am using nrf52 thingy hardware version 1.0.1
I want to use OTA for the same module with customize application.
Till the time I am able to transfer firmware file...
Hello there
I'm developing a custom board for the nrf52810 and I need my product to be as small as possible. The dimensions of the reference design are just what I need...
Hi all,
I am using nRF52832 with SDK 13.0.0. And I use the ble_perpheral -> ble_app_uart example.
I am trying to send data through BLE and. I'm using timer 2 to sampling...
Hi,
I am developing a device based on NRF52840 soc. in this project i will store some records in flash storage and i need to tell the user remaining space of flash storage...
I am getting the linking error seen in the uploaded image. I am using segger embedded studio with SDK 15.3.0. I have already added the nrfx_saadc.c file to the project folder...
Hi,
I'm trying to look for a definition for the APP_ADV_DURATION and APP_ADV_INTERVAL.
How does we know the value we set is in units of 0.625ms or 10ms ?
Can anyone...
The native debugger for Segger Embedded Studio always goes to the disassembly window when setting a breakpoint in the C source code. I've played with too many options settings...
Hello I'm contacting you about the nRF Connect SDK and especially the BSD library. I’m a student in Embedded Systems and for a personal project in board support package I...
nRF52832
SDK14.0
Hi,
I had a question regarding the Fstorage Write/Erase operations. My question is what happens when there is an erase or write operation taking place...
Greetings,
I am relatively new to compilers and I would like some clarification on compiling C++ projects on Segger Embedded Studio with Nordic's SDK vs. 14.2.
I am use...
I have a TC74 temp sensor
https://www.microchip.com/wwwproducts/en/TC74
and want the temperature
using code below I always get a greenlight / EVENTS ERROR
thank you...
Yes there are development boards available to shortcut design and development, but I'm only evaluating without a product in mind and want to layout a minimalist board, with...
Hi,
I'm using the nRF52-PCA10040 board and I was trying to program the softdevice using the instructions for the ARM Keil method in this ( infocenter.nordicsemi.com/index...
Hello,
I have a query on Ack for Notification and Indication.
1) I pasted statement from below link,
https://devzone.nordicsemi.com/nordic/tutorials/b/bluetooth...