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, I developed a project starting from MQTT-SN example available in SDK for Thread and Zigbee.
I noticed that publishing and subscribing requires calls to functions...
hi,
I work in the nrf5_SDK_for_Mesh_v4.1.0_src. I want to adjust TX power based on light switch server . After setting TX power, I find that RSSI varies from high to low...
Hi.
I'm using nrf52840 SDK 16 with S140.
in my last piece of code static arrays were not enough and i needed malloc.
I used malloc without any issue, also i use cJSON...
Hi I am new to BLE energy and I would like to know if there are any SDK examples I could refer to learn about two DKs to communicate the external sensor data to the central...
Hello Nordic team,
I'm working on an nrf52840 with the SDK 15.3.0.
I'm using the SPIM instance 3 at 32MHz to interract with a Slave SPI which can support up to 40MHz....
Hi my USB keyboard application works on Windows and Linux but not on a MacBook Air with macOS Sierra 10.12.6. So I did step back and tried the combined HID example nRF5_SDK_16...
Hi,
I am using NRF52832 on SDK16 and Mesh 4.1.
When I use the NRF Mesh app to connect to a node, everything just works fine. Whenever I reset the device, the app and...
Hi,
I want to use a timestamp in my payload when ever I send data to the cloud.
First I wanted to use the ntp example from Håkon found here: https://github.com/Rallare...
So I've been tinkering with nrf2401 module lately and trying to send data between the modules. PTX is set up on STM32 and PRX on RPI, and i'm sending from PTX to PRX.
I...
Good Morning,
is possible to have a manual nRF Connect for Mobile to evaluate the features of your App ?
If I see well, there aren't features to browse the folders...
After updating the J-Link firmware, I found that PAC10100 doesn't work, but I can't reprogram it, so I would like to ask the following questions
1 Will upgrading j-Link...
Hi Team,
We need conditional compilation between crypto engine related macros for CC310 and mbed TLS and micro-ECC.
If we add our own macros in "sdk_config.h" file we...
Hello,
I need to develop software that realizes the following communication.
[For Central]
Communicates with two peripherals with 2Mbps PHY(short range) and long...
sdk: nRF5_SDK_11.0.0_89a8197 routine nrf51_ble_app_hids_kbd_consumercontrol-SDK11 can adjust the volume of Android phone, or adjust the volume of the laptop
sdk: nRF5_SDK_16...
Hi,
I'm currently porting a project to nRF5 SDK17. Some time ago we decided to use the nrfx module as a fork of https://github.com/NordicSemiconductor/nrfx .
So I synced...