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...
Hello All,
Recently I got the nRF 52840 PDK kit and wanted to start with a simple example.
I tried do the following. It works but when I use the following it doesn't....
I want to use Termite by UART. but failed. Is there any option left other than RTT ??
So how do Window user communicate with the board ?? I need to send data from mcu...
Dear Tech Support,
I'm currently working on implementing the Flash Data Storage library and ran in some problems. I'm using SDK 15.3 with softdevice s140 and a custom NRF52840...
Hi,
I'm trying to run the basic blinky exemple from 15.2 Nordic SDK on my nRF52480 hardware and get data on a puTTy window.
Unfortunately the putty window itsn't printing...
Hi, I'm trying to use two UART instances, and I have the following issues: - I'm not be able to configure both instance using NRF_SERIAL_CONFIG_DEF macro with parameter NRF_SERIAL_MODE_IRQ...
how to use the gpio pins functions in our program ? do we need a makefile and header file to read or write or use the gpio functions ?if so can you attach the makefile or...
Dear DevZone users,
Let me start this Ticket with providing the development setup I use:
OS: Windows 10 Professional
IDE: Segger Embedded Studio
Nordic board: nRF52832...
Hi
I am using nRF52DK, SDK 15.0, SD 6.0.0, multiperipheral based example with secure bootloader, FDS (7 FDS_VIRTUAL_PAGES). Uploading new software works (not tested thorougly...
I have modified a multi-central 52840 example, and would like to connect and read the characteristic value from various peripherals.
I looked through posts like the below...
Hi guys, I want to know that if I have one board that has rigado bmd 350 module that has nrf52832. But currently I donot have access to the board, so If I write firmware on...
Trying to build examples from nRF_SDK_for_Thread_and_Zigbee_v3.2.0, with SES 4.22 for PCA10056 dev kit. (Windows 10)
Of the 3 examples, 2 will not build due to linker file...
I just received the Thingy 91 this morning. I've inserted the SIM have verified it on the nRF Connect for Cloud.
I cannot proceed to the next step, as the led continues...
I already install Termite 3.4 but somehow it always not responding. Doing everything all possible thing like uninstall and restart but nothing work. Also try installing lower...
Hello,
I wanted to know how to syncrhonize the FDS_INIT event coming from the FDS. Indeed, it seems FDS is intialized by BLE stack but i want to use it before BLE starts...