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 Nordic team
I am working on nRF52832 DK, SDKv15.2.
My question is how we can send and receive more than 100 bytes of data? I know nus services doing it. Also how...
Hello,
On one of our custom board with nrf52832, after programming it like 3-4 times it stopped responding on the nrfgostudio as in it was showing no device detected,...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
Hi there,
I am facing a situation where I require my BLE Peripheral runs multiple GATT servers instances or add new characteristics to my peripheral to be able to connect...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
The example(s) in the nRF5 SDK 15.0.0 does not log to neither the terminal nor the RTT Viewer. I have enabled logging (I think) by setting NRF_LOG_ENABLE to 1. The example...
Hello,
I have an application that is meant to be used mainly as a peripheral. I'm now exploring options to expand functionality via 3rd-party accessories. For this, I need...
I am new to Nordic parts. I must say the PPI looks very neat, and the EasyDMA. I'm wondering if they can solve a particular problem.
I need to emit a rather peculiar pulse...
Now,
i have nRF51-DK.
now, i'm use one ADC pin in coding and one wake-up pin for device wake-up.
but i want to remove that wake-up button. and need to wake up device...
Hi,
I am playing around with the BLE relay & ble_app_uart example, and I noticed that on the ble_app_uart example, I can set the device name string to quite a considerable...
Hello,
I need your help, please review the following description and help to let me know the method to solve the issue,
thankful for your support in advance,
the...
hello,ESP32 ble scanner is not scanning my custom made beacon (nrf52832),I have programmed ble_app_beacon apllication in tag and ESP32 is scanning all ibeacon except our custom...
I have one nRF52840 DK 1(PCA10056 V1.0) programed the ble_aggrelator sample code, have 2 pcs nRF52840 dongle(PCA10059 V1.0) programed supported the 1M phy and coded phy sample...
I'm using nrf_ble_scan_filter with automatic connection and multiple filters and it is working just fine. When the automatic connection is made, is there a way to get the...