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...
Hi all , when I combine light switch server and remote server in 1 Node and use Provisioner Node for provisioning and config for it . I have error
Log in provisioner : ...
Hi,
I have to transfer messages every 100ms and to receive confirmation about successfull reception.
Message is sent from the phone and should make two hoos and return...
Hello,
I'm using the PWM peripheral to generate a waveform. The waveform is loaded into RAM and then I use the SEQ[n].PTR and SEQ[n].CNT registers to set up the DMA. The...
Hi to all,
i am working on a project based on nrf51822 soc, i want measure level of battery with nrf51822 ADC channel.
i have an example code that measure the level of...
Hi all,
I can't get the Blinky example working on my PCA10040 kit. After flashing, LED1 stays on and there is some activity on LD5 but the kit is not detected on all my...
Hello,
I'm currently developing an application using an NRF52832 and SDK15 (SD 6.0.0). I have an issue that causes an UART overrun during some flash operations and it somehow...
I was wondering if it was any use to make use of gains 2 and 4, and noticed the errors for those gains are missing in the PS.
So do gains 2 and 4 actually increase the resolution...
i want to sinchronyze diferent peripheral and 1 central thank's to the gpiote's state.
but i have a error 8 invalid state whereas i had initialize
help me please !!! ...
I am using nordic nrf52840 sdk kit as a peripheral and mi 5A mobile as a central .The problem is continuously disconnecting with following reason
Reason: Remote User Terminated...
I am trying to read values from an analog peripheral device. To perform an analog read, I am using this example from the NordicSnippets simple examples:
https://github.com...
Hi, I have been trying this for 3 days.
I was using DBGX_EVTX in SR3v1.1 to check the log, it works fine and never goes wrong.
But in v1.2, is using another function instead...
Hello everybody,
I am using central device with SDK14.2 and S132.
In a central application, the operation sequence is as follows: * Buttons pressed and scan started *...