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,
I need more details on DFU mode entering topic. I understand how to configure DFU to enter the bootloading mode on button press event but have dilemma about using...
I’m doing a project using NRF51822. We use P0.06 pin for PWM out while reading ADC from P0.01 P0.02 P0.03 & P0.04 .
As my experiment, when I’ve used P0.01 P0.02 P0.03 &...
Hello everyone, I was wondering if we could run IPSP over 2 BLE-supported nordic kits and ping one from another without using a BLE-Enabled router, like connecting them together...
Good morning everyone,
I am writing a custom protocol using the RADIO module and I am having a hard time understanding the address organization.....
My protocol supports...
Hi,
I want to interface an analog front-end Device through NRF52840-DK board Using SPI Interface . I want waveforms to be as Below:
which driver I suppose to use is...
Hi,
I try to Toggle ON/OFF the PWM using simple code below.
The PWM does not generate any output.
Please see code below;
/****************************************...
Hi,
I try to Toggle ON/OFF the PWM using simple code below.
The PWM does not generate any output.
Please see code below;
/****************************************...
What is the input impedance or input current of port P0_30/AIN6 when operating as an ADC input? Nominal or typical figures would be OK, but maximum and minimum figures would...
1、Nrf52810 does not have VDD_PA pin, whether it needs software control, whether any pin can be replaced?
2、Is there an example of the use of PA/LNA circuits in gazell and...
Hello,
The Gazell Pairing User Guide in the infocenter states that the AES ECB block is used for encryption & decryption. However, the product specification document for...
I have an issue with bonding between a PCA10040 running the sample Glucose app and an Acer tablet running Android 7 and nRF Toolbox. I have not seen the problem on a second...
Hello sir,
I am a beginner on NRF52840. I am using Nrfx_spim example for interfacing sensor with NRF Board.
I have done some driver about Reg_read and Reg_write. I tried...
I'm using the basic sdk example of ble_app_hrs_freertos example and created two tasks in it, namely Task1 and Task2. Now I have enabled preemption by setting "configUSE_PREEMPTION...