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...
Hi
I´m planning to design a pcb including a CAN transiver. What transiver is recomended to use and is ther any code avalable for CANopen? Regards Tomas
Hi,
Recently i have started working on nRF52 BLE SDKv16 (with PCA10040 and PCA10059)and i wanted to transmit multiple records of temperature data which are collected with...
I have DFU OTA application running on 52840 platform on a custom board. SDK v15.3.0. I use SoftDevoce S140 v6.1.1.
Then I need to port it to 52832 platform - SoftDevice...
Hello guys,
I'm trying to use the new NRFX library but I've hit the wall with the following error when trying to use the comparator API:
undefined reference to `nrfx_comp_init...
Hello,
for clarification I use the nrf5_SDK_for_Mesh_v2.1.1.
After an OTA update (with use of the nRF toolbox app) the nrf52832 seem to be in a state of constant reboots...
I would like to use nvs_read and nvs_write in aws_fota app to store a mode value inside, but it doesn't work. Any help?
I added the following lines to aws_fota prj.conf...
I am trying to use a uartpipe as described here
https://devzone.nordicsemi.com/f/nordic-q-a/58034/uart-communication-between-nrf52840-and-nrf9160-on-nrf9160-dk/235304#235304...
I am experiencing a GATT error 8(0x8) when connecting the Samsung S10 Android 10 to the nrfconnect app. This seems to be a Samsung issue as I do not experience this when connecting...
Hello,
We are working on an IoT project where we will have multiple peripherals and central nodes. You can assume that there will be around 30 peripheral and 3 to 4 central...
Hi
I am playing around with ble_app_uart example from SDK, it works perfectly fine together with ble_app_uart_c. Now I want to modify it so that it would work in long...
Hi
I'm using SDK15.0's ble_app_beacon, I want to add'srdata.**' response data to it, but when I do this, I get an error, RTT will keep printing'Fatal error' and'System reset...
Hello everybody.
This post is about how to use Segger Embedded Studio for ARM with NRF51 series microprocessors. There is a tutorial about import keil project to ses. However...
Hi,
I followed this page , downloaded SDK 15.1.0 and I was able to compile and build Custom bootloader (after adding custom board, also changed in makefile as well) for...
Hello,
i am using the DFU Bootloader from the version 15.3.0 of the nrf connect SDK with the softdevice version 7.0.1 on a nrf52832.
In Addition i am using a modified...