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 am trying to interface bme280 with pca10040. I am using sdk12.2.2 and referring twi_sensor.
I am able to make read function and it works as expected. I am facing...
I am generating a pwm signal in pin no:21 of nordic nrf51422 board. i connect this pin to pin no:24 using a wire in the same board and want to count only rising pulse edges...
How to decode opus file on Android or how to configure NVS on Android?
we have a Android TV device to connect Smart Remote 3 of nRF52,but audio from the Smart Remote is codec...
I am just trying to program my sample nRF52810 using a PCA10040 devkit.
I get the message "No device detected, or readback protection may be set"
Pressing the Recover button...
Hi,
I'm working on an application with an accelerometer without SoftDevice (for the moment).
The accelerometer communicate in I2C. It send an interruption when a new sample...
hi
I develop nrf52832 based ble device, this based rtos therefore ble communication have critical
time limit.
I will use mesh protocol my ble device, in the environment...
GLS is implemented using Nordic(S110_7.0_SDK6.1).
When set to Control solution function.
The setting of the device and the READ value of the application do not match...
I am trying to integrate an iBeacon Library on nRF51-xxAC with SDK10.0.0 and S110v8.0.0 . Can anyone please help me out if any one has ported the iBeacon Library and what...
I want to implement one central device to ten peripheral devices connections.
I'm using nRF52832 DK and S132 5.0 and SDK 14.0.
So, I have run multilink_central example...
I managed to sniff Nordic mesh sdk 0.9.2 packets on raspberry pi 3 using "hcidump --raw", and I can read the raw hex data of mesh packets of light control demo, but since...
Trying to interface this module with atmel core micro.
We are able to transmit data by this module but not receiving the data at other end.
At transmitting side we are getting...
Hi,
Currently I'm working on nRF52 with SDK11 and SoftDevice S132.
Till now I've worked with IAR and my code was based on the "ble_app_uart" and the dfu "bootloader" examples...