I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
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...
Hello,
I've been playing around with the nrf52 DK (sdk 16.0.0, s132). I'm trying to add volume up/volume down functionality to the example. I found this source code from...
Hello,
Does anyone has an example of MQTT LST application for nrf9160.
I've tried to use the MQTT_Simple sample with LST.
I've add "CONFIG_MQTT_LIB_TLS =y" change the...
Hi everyone,
I am designing my own PCB using Raytac's module MDBT50Q-1MV2 that carries on the nRF52840 SOC.
The system will operate in normal voltage mode (VDD = VDDH...
Dear All,
I am trying to compile a project from the command line and I want to enable all the warnings possible for the files that I have created. I am using the NCS v1...
hi support team,
i tested the example of \\nRF5_SDK_16\examples\peripheral\usbd_msc , and SD card interface , that with the APP_SDCARD_FREQ_INIT 268435456 (1 M) and APP_SDCARD_FREQ_DATA...
Hi DevZone,
I created my project on SES in order to download files from a web server. So I decided to include in my project the "download_client" library which contains...
Hello! I am working on updating from SDK 15.2.0 to the SDK 16.0.0 and have encountered some problems when trying to use DFU OTA to flash my unit with the application.
I...
I need to be able to measure the battery level of the NRF52 with the internal ADC.
I know it can be done, but I don't really know how to configure it
I am using MBED...
I have purchased an nRF51822 module. I am using the Arduino IDE and the ST link to program the module. I have used the library BLEPeripheral by Sandeep Mistry (see below)...
I deleted a node in the mesh app without unprovisioning the node. I then reprogrammed the dongle hoping that everything will be reset. It seems the dongle is still provisioned...
I am following the example given in the SDK v16 with nRF52832/ nRF52840. For the given example UART is working fine. But whenever I am changing the default pin configuration...
Hello,
We are working on the NRF52840 with the SDK15.3 and the softdevice 6.1.1, we are trying to connect to different mobile centrals via ble. We are facing problems...
Hello,
We are trying to develop a gateway (central) to interface with off the shelf BLE devices. One of the functions of the device is to send logged data to the client...