Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Hi!
I want to use a TensorFlow Lite for microcontrollers model in my existing project built on top of the nRF5 SDK. However, as outlined in the nrf-tensorflow example ,...
Hi ,
I has been using NRF9160's AT client mode to connect with CMW500, however I found some problem.
The following is the command log that I used to send via UART. However...
I'm working on code that needs to discover services on the central so I'm using ble_db_discovery_start. However, I notice that if the connection handle passed into this does...
I am trying to measure frequency of a gpio pin. I am using the code from the below thread -
https://devzone.nordicsemi.com/f/nordic-q-a/9036/measuring-input-gpio-pin-frequency...
Hello,
About 2 months ago I upgraded my project to SDK 17.0.0 (from SDK 15.0.0).
When I opened the datasheet recently I found that a newer version - SDK 17.0.2 is now...
Hello,
Im trying to implement FOTA on the nrf9160. Currently my first version is working however I would like to decrease the amount of data used in the process. According...
Edited: It appears any use of NRF_CRYPTO_BACKEND_CC310_BL breaks joining.
Environment: nRF52840; SES; nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
I am implementing Thread...
Hi Support Team,
For the recent DFU issue "some Android 10 can not connect to the device during the DFU" ( https://github.com/NordicSemiconductor/Android-DFU-Library/issues...
I have 2 characteristics in a single custom gatt service.
There are 2 issues -
1. If I dont enable notifications on char 1, I dont see any data on char 2, even though...
Hi,
I am using
nRF52810
SDK 15.3.0
Keil IDE
The soft device is S112_nrf52
JLinkRTTViewer for debug
nRFConnect (pc-version)
I used ble-dfu to download...
Hi, I encountered an issue when moving my project directory within my computer. In fact, the linker seems to be unable to find some functions definitions : Error[Li005]: no...
I am going to use two nRF9160dk for LTE-M communication. However, it is difficult to approach because examples are nowhere to be seen. My question is, is LTE-M wireless communication...
Hello Nordic support team!
I have some basic questions regarding the GPS receiver in nRF9160 as input to our evaluation of a possible tracker:
1. Is it possible to send...
Hello! I'm using SDK 15.2
I have a bootloader that has both BLE and USB DFU capabilities
Everything is working fine, the inactivity timeout of bootloader triggers in all...