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...
I am trying to develop a program that can read the RSSI from the nrf52840 dongles without using the RSSI in the BLE app.
I have looked through the example code that is given...
Hi,
I designed a gateway that includes nrf52832 which receives beacons and sends it to other processor through uart, and this processor sends beacons to the server. Well...
Hi
We have managed to change our firmware BLE settings in order to be iOS compliant
However Android side we notice that it is more difficult to scan and especially...
I am using the v1.0.0 sdk at_client sample project with the v1.0.0 LTE Link Monitor on an 0.8.2 nRF9160-DK board. I have upgraded the modem firmware to 1.0.0.
The AT%CMNG...
I am trying to transfer data from a USB to serial converter board (called board A) to the nrf5 board (called board B). I made the connection over a bread board, the transmitter...
hi i'm use nrf52dk
and segger embedded studio
also i'm mcu beginner
The value was obtained using a magnetic sensor.
now i want using the ble
Now we want to send...
Hi,
I started working with nRF9160 and took AT_Client and added support for my own commands. Additional to that I added HTTP example to it and they are working great together...
Hello,
i have a very easy goal, i want to generate a hex file which combines all parts and flash it via nrfutil or something like that onto the device.
I followed a few...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
Hey , i'm using nrf52832 with SDK 14.2 . I'm trying to send 3-axis accelerometer data through BLE . Is there any example for SDK 14.2 to achieve this ?
Hi,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
As shown in below snapshot I am just doing below...
According to the blog below, hardware design of nRF9160-SICA has been fixed on May 31st. https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf9160-development...
I am designing a pcb just the nRF 52840 MCU. The design of the PCB is based on the reference design from Nordic. When ordering the PCB I came across a problem that the vias...
I have 4 gpio inputs on the nRF52840 working and sending these states over the BLE. I tried to add a few more gpio inputs but I get an error =4 which I think is NRF_ERROR_NO_MEM...
Hello,
I can successfully put my nRF52832 into System OFF mode, however, the Debug Mode Interface is still running, so the current consumption is > 2mA. What are the command...