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...
Hello, how can I use the functions in nrfx_twim.c
Using SES and the CMSIS config wizard, I have picked:
NRFX_TWIM_ENABLED 1
NRFX_TWIM0_ENABLED 1
NRFX_TWIS_ENABLED...
Hello
I wonder how to verify that teh scan response data is set correctly and if there are other parameters I need to set to get it working.
So for setting length i have...
I have a nrf52840DK and try to modify SDK peripheral/uart example. I want to reboot nrf52840 device after getting uart communication errors. I put NVIC_SystemReset() function...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
Hello,
Im trying to interface LIS3DH with nRF52DK referring this example https://devzone.nordicsemi.com/f/nordic-q-a/34710/lis2dh12-driver-issue-in-nrf-sdk-v15-0 .
...
Hello All,
I recently started testing an nRF9160 DK board. I was able to follow through all the instructions, registered on nRF cloud and successfully connected to LTE....
Hello,
I'm designing the electronic of the nRF9160. We use the ANT PIN (61) for frequencies in the range [700MHz; 2200MHz].
I'm wondering to add a band filter on the...
SDK16.0.0, S132v7.0.1, nRF52840
We call nrfx_uart_tx() from the main application (non-isr) context to initiate multi-byte data transfer from a queue we manage.
We also...
I am using guide provided at https://openthread.io/guides/border-router to create border router. I am using Ubuntu 18.04 on a PC. I tried same on RPi 4 too and seeing same...
Hi !
I'm setting up buttonless DFU on an nrf52832. I'm using SES on windows.
I found two ways of performing it, one in the forum and another in the infocenter.
The first...
Hi,
we have to program direct test mode software for our certification process of our device. What we did was: take the dtm example from Nordic SDK (v15.3.0) and programmed...
Hi everyone,
I am desing a low power BLE application using the nRF52840.
How do I restart the advertising after the APP_ADV_DURATION has been expired?
Thanks in advance...
Hi,
We developed a medical device based on the nRF9160 chip and we would like to do the EMC test for qualification. Does Nordic provide any examples or support for the firmware...
Hi Team,
I have flashed the given serial LTE Modem hex file(attached) into dev kit nRF9160 and tested TCP server mode.
I am facing issue with AT command: AT#XBIND=3442...
Hi,
I´m using nrf52833 on customized board with a sensor on it. I would like to send the data, collected from sensor ober ble to nrf connect app. I print the collected...