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 trying to expand on the ESB PRX example and want to recreate functions with the same functionality as Arduino's micros() and millis() functions. I'd like the following...
Hello, Nordic & all:
I have a problem when use P0.21 as the libuarte's uart RX( base on libuarte example/sdk17.0.2) for my custom nrf52840 board, I looked up the reference...
We just received a PPK2 and have used it in several configurations to test a custom nrf52832 board that runs on a 3v lithium coin cell.
When connected in the following manner...
Hello:
I am working on an application that uses a simple UDP socket for transmitting data. I would like understand the zephyr BSD socket behavior when there are cellular...
Hello,
I see a number of threads on the Nordic devzone where people are asking about official support for a DFU bootloader that combines BLE and UART for transports. Most...
hello Nordic
i am working with nrf52840, SDK16.0, s140 (maybe i will change softdevice later)
i build a project on the peripheral blinky example, i change the advertising...
Hello,
My application is based on the example "ble_thread_dyn_mtd_coap_cli" (nRF5_SDK_for_Thread_and_Zigbee_v4.1.0). I would like to be able to send large files via Bluetooth...
Setup -
nRF52840-DK
Nordic Connect SDK version 1.5.0
Sample - nrf/samples/peripheral/lpuart
Commented out "uart0" in the board specific overlay
Uncommented console...
Hello i'm trying to compilate the project secure_bootloader_ble_s132 but i'm having issue with micro-ecc.
when i complie on keil the bootloader exemple i get this error...
Hello,
As the question shows, how to add RTC function to a 5340 empty project?
condition
ncs:1.5.0
board: nrf5340dk
I have found a project,but it's 52840.
...
Hello,
My application runs in non-secure mode on the nRF9160, and I would like to disable external access to CPU, RAM and Flash.
I understand this is done by setting the...
Hello
I have board nRF52833 and i have several questions:
1. Is AoA example available ? I would prefer to have example of software for tag and for the localization...
On a custom board based on nrf52840.
We want to implement OTA DFU with radio (not necessarily BLE, e.g Serial 4G Modem)
We already checked the Serial DFU example and made...
Hi
I found the function
in nrf_ble_scan.c.
This decoding looks wrong to me since https://devzone.nordicsemi.com/f/nordic-q-a/27012/how-to-distinguish-between-random...
my gcc version: gcc-arm-none-eabi-9-2019-q4-major
defined in discarded section `.intList' of app/libapp.a(softuarte.cpp.obj)
////////////////////////////////////because...