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 followed this custom service tutorial.
but when i changed the RAM_START and RAM_SIZE address it getting below error, im using S132v5 softdevice
<warning> nrf_sdh_ble...
Are the PCB antennas provided in eagle library of NRF52810 ( github ) require any additional components for impedance matching or i can directly add the PCB antenna to ANT...
I downloaded radio_test.c from Nordic and complied it to output a .hex file. Now I want to flash this .hex file onto nRF52832. Does it require to softdevice and bootloader...
Hello (I'm new to this nRF-world...).
I am searching for a small "nRF-52832 clock" (arm mounted watch) that at least reports the "surrounding/room temperature" (not only...
Hello
SDK12.3, nRF51822
Example Gazelle from SDK works fine. If I use the softdevice (add ble_stack_init) then the program freezes in the nrf_gzll_enable
I want to do changes for firmware upgrade nrf52832 with SDK BLE_2.0.1 for the mesh.
I need DFU (Bootloader)UART for our application to upgrade nrf52832 firmware by the host...
Hi
I have written this code based on a sample from SDK12. The board is a pca10040 and nRF52832 chip. It seems like after disconnection from the master device the Softdevice...
Dear support team,
Channel survey (RSSI report for each data channels) are now available on S132v6. However, for users who need to use v4.0.2, is there alternative method...
I am using the Hackable Kit from Electronut labs and using their Bumpy , black magic probe alternative for programming. I would like to control a servo motor precisely at...
My code is on the multi-link example and it works well when I use another nrf52dk board as the "Nordic_Blinky" peripheral device, but it can't find my other BLE device.
...
Hello
I am running gls example on SDK14.2.
I paired after flashing program to my DK board, and then turn off power.
And turned on again, but i can't connect to my DK...
HI. I used a translator.
I am using the RNG example of SKD15.
I know that when I set the range of the random number to 1 byte, the number from 0 to 255 is generated. ...
I am using a Raspberry PI as a 6LoWPAN router, running Raspbian 9.4. Linux 4.14.34. Radvd 2.15.
I configured everything as described in IoT User Guide . I am using Miredo...
Hi,
As well know, the nrf51822 can only work either TX or RX mode at the same time.
Normally, the nrf51822 device is working in RX mode (by using function "nrf_esb_start_rx...
Hello, i'm trying to updade my firmaware using the DFU. I manage to do it with nRF Connect and nrfutil but i'm trying to a custom central to flash the software without any...