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...
So with my NRF52840 board I am trying to use the cc310 backend in zephyr. My project did work until I recently tried to upgrade to ncs v 1.3.0 . The issue was that the build...
Hello, guys!
We are currently developing our firmware with nRF9160-DK and nRF Connect SDK v1.3.0. Among the other things, we need to communicate with the ultrasonic sensor...
I am working in nRF52840 chip with SDK 15.3.0 and softdevice s140. I am looking to automate third party BLE peripheral device, this device is designed to connect with smart...
Hi All,
I have integrated DFU service into my application. I am successfully able to use OAD so far. Today I have added a piece of code to my application. So, my binary...
While doing power profiling on Adafruit's nRF52 Arduino port, I have noticed that when using delay(500), the CPU power consumption goes up about 1ms before actually returning...
Hi,
I have a project where I am wirelessly streaming 16bit mic data at fs=50,000. I'm receiving that data on another nRF52840 dev board. I've ensured that the data doesn...
Hello,
I use the nRF24LE1-32 develop a product. It has strict requirements for low power consumption.Now I get 10-20uA current on deep sleep mode referring to the article...
I'm trying to pair my device (nRF82382) to nRF Connect (Dev Kit) and using another Dev Kit as a BLE_Sniffer. I'm trying to establish Pairing with LESC enabled. It's Pairing...
Hi community ! All is in the title.
The latency between sending the message and receiving the callback is not stable ( between 1600 & 4300 ms) I know that this delay is...
Hello, guys!
We are currently developing our firmware with nRF9160-DK and nRF Connect SDK v1.3.0. Among the other things, we need to communicate with the ultrasonic sensor...
Hi,
As we are in design phase of our custom board based on nRF9160, can you please let us know what all pins needs to be exposed in our design for collecting modem traces...
Hi Team,
I am trying to integrate a scheduler feature for my Thingy 91 using a nRF9160 DK kit. I searched for a few examples and found the one below in the link:
https...
Hello everyone,
I am developing a simple BLE node with an I2C sensor on it. Basically I just need to send over BLE the measurements made by that I2C sensor every minute...
Hello,
I am new to the Nordic environment and am trying to set up a beacon to scan and advertise using BLE.
I used the beaconing example ( https://github.com/NordicSemiconductor...
Hi, I have the same issue as in here: https://devzone.nordicsemi.com/f/nordic-q-a/62676/2-spi-devices-nordic-nrf52382 but for me the Debug/Release-toggle does not work. I...