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...
I have an application communicating with IOS Bluetooth and it seems that IOS tries to write characteristics larger than the default. The Trace is shown below. Is this a normal...
Hi,
I used ble_app_gatts in the example to compile, and execution stopped when nrf_sdh.c sd_softdevice_enable(), where is the setting wrong?
Development environment...
Hi!
I'm trying to run the "https_client" samples on the Thingy91. When I build the project on SES I got the following error message.
However on the code...
Hi,
I am using NRF SDK for Thread and Zigbee V4.0.0.
For updating the firmware of my FTD and MTD devices I am using the thread OTA method described in examples/thread...
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...