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 read BMI160 outputs using SPI protocol but I am struggling to get a successful build from my code.
The build fails at the first line of my code...
Hi,
I am trying to write a file in flash(nrf52840) at a particular address & after that i want to instruct DFU module to start FW update from that address?
Is there any...
What are the situations where a SoftDevice calls reset handler?
I have a somewhat heavy data collection (lots of event handling) and those things are logged via RTT backend...
Hello,
I developed an application on a BMD-300-EVAL. This is a evaluation platform with a BMD-300 module (nrf52832 chip + antenna + crystal +...) on it. The application...
Hello,
I have followed all the Getting Started documents to setup the development for my new nRF9160 DK.
Among them, I installed SAGGER Embedded Studio version 4.52
...
I have as starting point the HRS FreeRTOS app. Now I want to add a millisecond counter. But from what I read I'm a little bit confused. Can someone tell me what's the best...
Hello, I am working on a custom NRF9160 and I am on SDK 1.3.0. I am working on the asset_tracker project and I want to put my own accelerometer there. To do this, I changed...
Hello,
I have been using Nordic mqttsn examples (publisher/subscriber) along with an OperThread Border Router. So far I haven't changed the parameters of the Thread Network...
Hi,
I am trying to adapt the read register function that use the TwoWire lib of Arduino in order to read a Sensor Hub Response Byte of a defined Host Command :
to...
Hi
The flash data retention time for nRF52832 have been specified for 10 years @ 40°C. Is there any data available what the retention time would be at higher temperatures...
We are developing tracking system for our ground floor car parking but couldn't able to get GPS location.. we install Nordic Thingy:91 inside the steel body. Please let us...
Hello guys,
We are developing nRF52840-based device that needs to act as both BLE Central and Peripheral.
Peripheral role:
In BLE Peripheral mode, nRF52840 should advertise...
I have a need to send pressure data form 1 device to 4 other devices , it is medical application , data rate is in such a way to be in human readable form, can i use nrf24l01...
Hello, Just purchased a nordic NRF5340 PDK from digikey. On plugging the micro USB 2.0 and switching on the device , the device powers up for couple of seconds (LED1 & LED5...
I'm trying to add BLE_UART functionality to a custom board, on top of the already existing USB (and working) USB_CDC CLI. I'm using SDK 15.3.0 and softdevice S340
I used...