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 writing some DVT tests what I'd like to see the output from the test display in real time on a RTT log. By real time I mean that if a log statement prints something, I...
I've been running into an issue when running examples from SDK 15.2 (S132 6.1.0) on a custom board that uses a Fanstel BC832 (uses 52832 soc) module.
At the moment I have...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0, using gcc. I only just got it to link and flash. I'm using the RTT logging and the flashlog. The RTT logging is working...
I have just received a set of nRF52840 dongles and I want to write applications that run on the PC using the dongle so I have downlaoded the pre-compiled pc-ble-driver located...
Hello, I am using SDK version 15.3 and nRF5280DK.
I am having trouble finding an example that uses the button handling library .
From the information I could find on the...
I've been trying to connect my device to AWS IoT for a week, but I'm getting the same error "no matter what" I do (ERROR: mqtt_connect -45), which seemingly is an authorization...
Hi! We're developing on an nrf52840dk and have been running in to some problems when we want the system to only pull currents in the size of a few microamps. As our system...
hi, i'd like to make communicate 2 different nrf24l01+ without the enhanced shockburst if possible, i'm using arduino to control the tx and fpga to control the rx; i'd like...
Hello!
I am trying to improve the GPS-performance of our custom board. It is difficult to know if it is my hardware, firmware, antenna or something else that needs to be...
Hello, im relatively new to this and not sure why im getting this error. According to previous such error clarifications, i read that the newest versions have to be used....
Hi I have a couple of Thingy:91 devices, which we are using to evaluate the 9601 SoM.
The devices ran out of credit, but after buying more iBasis credit still would not...
Good afternoon. I use NRF 51822, and I want to use RTC 0 or RTC 1. But there are problems, if I do not initialize BLE then the compiler does not execute LFCLK_config because...
We are now developing BLE ADC sender, using nRF5_SDK_14.0.0_3bcc1f7, and two nRF528322s (sender and reciever).
We send SAADC data via BLE, after that, we disconnect, and...
I am currently using SysTick to count milliseconds in my device. This works fine, however with it enabled I can't sleep the device as it wakes up instantly.
I have tried...