on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
Hello,
I tried copying code from twi_sensor example to ble_app_uart and got this error:
Error[Li005]: no definition for "nrf_drv_twi_init" [referenced from W:\MODIFIED_SDK_13...
It takes time for fs_event_handler to be called back after nrf_fstorage_erase is executed. In SDK13.1.0, it didn't take much time, but in SDK15.3.0 takes time to be called...
Hey,
I am using nRF52840-DK and SDK 15.2 and working on 802.15.4. The transmitter is sending beacons at an interval of 2sec. The receiver is scanning the network for beacons...
It seems that the GPS is more inclined to give a fix faster when the trigger defined has type GPS_TRIG_FIX set than if the trigger type is GPS_TRIG_DATA_READY. Is this the...
I am working with a custom board and the nRF52840. I have been able to program various hex files to the Nordic chip on this board using SWD and an official Segger JLink device...
I am using the nRF51822 Development kit USB dongle to try to sniff a BLE connection between two other devices. I have installed Wireshark, flashed the firmware onto the dongle...
Hi,
Couple of questions:
- I'm finding that querying the Modem clock with AT+CCLK? always returns the network time the instant after it has registered with the LTE network...
How to increase the sig sensor model to have the data of the incoming sensor, why the development difficulty is so high. How do officials treat developers as enemies.It was...
I have troble when try to change custom service to Environment Sensing Service in this sample
https://github.com/maidenone/custom_ble_service_example
I used the sample...
hi,
I have some questions from test ble speaker (ex: JBL, Sony) or Air Pods.
First of all, I use two iphones to bond one airpods or ble speaker. (Below let me call two...
Hi,
Our application includes implementation of capacitive touch sensor through SAADC.I should initially wake up device from system off mode.Using SAADC is it possible to...
I found on GitHub an nrf52832 Bluetooth course, can I use it to learn how to use the nrf52840 DK? Currently, I am having some issues on learning how the use the nrf52840 DK...
Hi,
I'm trying to utilise UART1 and freertos queues, with dynamic b;e&threads.
I'm trying to use the serial api for the UART.
I've tested the code below with the freertos_coap_server...
I have to send 6 bytes of sensor data from mesh server to mesh client. Is it possible to use simple_on/off model or have to create new model. Any sensor model example is available...