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 using nrf51822 with a custom board, where I should turn on a buzzer sometimes. I configure a timer and ppi to make a bip alarm. each bip lasts about 1sec; and the...
hello! i have a problem ,when the Master send Slave SMP 37 Rcvd Pairing Request: Bonding, MITM, Initiator Key(s): LTK IRK CSRK , Responder Key(s): LTK IRK CSRK,but the slave...
hello! i have a problem ,when the Master send Slave SMP 37 Rcvd Pairing Request: Bonding, MITM, Initiator Key(s): LTK IRK CSRK , Responder Key(s): LTK IRK CSRK,but the slave...
Hello,
Thread Topology Monitor can associate an user name with a device. Where is it stored (in computer application or directly into the device) ? If it's in the device...
Hello All,
I am trying to interface an analog sensor with nrf52832, whose analog values have to be converted using SAADC and has to be sent over SPI to another chip. But...
I am testing the NR52832 using a BMD350 module on a custom made board.
Using the SPIM i faced the problem that i got an extra 500uA of current randomly. After trying to...
Dear Nordic,
We are using NRF52832 + RFX2411N for our product, and for lower the power consumption. we wonder if there has any way to know the CONNECT_REQ event.
In advertising...
After some time debugging an issue I had, I found out that my code was setting the I2C interrupt priority to 0, and at the same time that I'm running a Soft Device on my nrf52832...
Hi,
The Ch. 16 Power Supply Section of "nRF52840 Objective Product Specification v0.5" mentions the two power supply mode of nRF52840. This supply is available on the respective...
Hi.
I’m trying a multiperipheral function and have a problem.
The problem is I can not notify stable battery voltage with SAADC to the connected Central while advertising...
Hi, everyone,
We are developing BLE project on the nRF52832 chip (SDK 15.0) that must transmit to the big distances for about 20m. We set the transmission power to +4dBm...
Hi Dear nordic employee
I want to test the accuracy of my external LFCLK,
1、I enable the nordic RTC
2、set the prescaler 31(32768/32=1024),1/1024 second per step
...
The temp accuracy is stated at +/-5C. Does that include using piece-wise linear terms for accuracy? Is there any data on accuracy over a narrow temp range such as 0-40C? ...
Hei, I couldn't really find a question regarding this use-case.
I'm hoping to interface a USB (2.0) charging capability to my design and thus I need to have a communication...
Hi Nordic,
Does FDS affect PPI ADC acquisition when writing data? The test found that once the FDS is written to the data, the ADC data returned by the PPI ADC is fixed...