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...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I'm trying to integrate mesh 4.0.0 into an existing project that uses sdk 16.0.0. I'm very close, but I'm getting an error when I try to run mesh_stack_start()
I traced...
HI everyone,
I am currently facing an issue when using nrfjprog to flash my nrf52832-based custom board using nrfjprog.
Here is the steps I followed:
- Creating application...
Hi,
I have recently been evaluating the nRF52840 for the research purpose. I came across a question related to this product that I could not figure it out myself.
I noticed...
Hi Nordic
Is there any sniffer can sniffing ANT traffic?
I just trying 52840DK and nrf-sniffer-3.0, and read user guide, it seems to sniffer BLE packets only.
Regards...
Hello Supports,
I downloaded the SUPL package, and extracted it to nrf/ext/lib/bin/supl/.
For enable it in gps example, I set CONFIG_SUPL_CLIENT_LIB to y in prj.conf...
I have borrowed a snippet from github nordic repository for doing a single Vdd voltage sampling. I lifted the code and installed it directly into my app. It appears to hang...
address = 0xe7 0xe7 0xe7(3bytes),
dataLength=0x01(8bit),
S1>>PID=0x01(2bit);NO_ACK=0x00(1bit);
How to calculate CRC, I need software calculation, not hardware processing...
Hi,
Greetings!
One of our product requirement is that we have to upload SIGmesh network data (lamp status, temperature etc) to cloud server
Here we have to use SIGmesh...
Hello,
will the Systick be sourced by the LFCK when in WFI/WFE low power mode (SYSTEM ON IDLE)? On nRF52 series the freeRTOS port uses the RTC as systick for its tickless...
Hi all,
I'm developing a board based on nRF52832.
I want to implement delay power on and power off through holding a single power button for about 3 seconds.
Regarding...
I am try to make twi communication and i got strange issue.
When i use twi scanner example with unconnected pins on my board , i am not see any requests
Great oddity that...
Hello,
I am working on nRF52382 IC. I am accessing GPIO also. But still i don't get the access of antenna. I have make the circuit as per the development board of nRF52...
Hi,
What is the practical maximum throughput of nRF proprietary protocol? The following table showing ESB and GAZEL has 1.3Mbps and 128kbps respectively.
https://www.nordicsemi...
Hello,
I am developing application based on nRF52833 DK. Basically, my application scans all iBeacon messages (ADV_NONCONNETABLE) and transmit to computer.
I would like...
Dear All,
I need your help because I created a PCB with the nrf52840 and a flash connected exactly as the one on the dev-board.
The only difference is that the one on...