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...
Hi,
I'm using app_uart for communication between different mcu. I can send more than 1 byte like "0x3917015623" through changing tx_buffer[0] to tx_buffer[5] . Unfortunately...
Hi,
I want to develop a system that App will act as a Provisioner, each of the devices in a mesh is Client and Server at the same time.
I want devices in the mesh can...
Hello!
I am working on a project where a large file (approx. 192MB) has to be transferrede from the nRF52832 to a mobile phone. Due this file size, transmission is taking...
in sdk16 "examples\peripheral\usbd_hid_composite" example, i found that after those code
ret = nrf_drv_clock_init(); APP_ERROR_CHECK(ret);
nrf_drv_clock_lfclk_request...
Hi,
I want to set advertising name in the main.c.
err = bt_set_name("NAME test"); if (err) { printk("BLE set name error (err %d)\n", err); }else{ printk("BLE set name...
Hello Nordic,
I had some questions regarding the management of versions of various components during application development (nRF Connect SDK/9160 Modem Firmware/Modem Certifications...
1. I am using a boost to power the USBD since I am using coin cell to power the whole system, what minimum and maximum supply current is needed/can be handled?
2. What boost...
I have being confused by other post around DevZone about DS18B20 to integrate with nRF BLE application or rather programmatic aspect is concerned . Is DS18B20 suitable for...
Hi!
I've just received a nRF9160 DK.
I've installed nRF Connect v2.6.2 and LTE Link Monitor.
I select the device (3 serial ports are shown). I press reset button and...
When working with a custom board with nRF52840 chip, I'm having serious problems with SWD connectivity. In many cases JLinkExe can't connect to target at all. I did some measurements...
Hi there!
I'm trying to simulate a peripheral with a PCA10040 and nRF Connect for Desktop.
I've made the Server Setup, applied to the board and started advertising - everything...