Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
Hello,
I want to run mass storage on my custom board with the nRF52833 and W25Q512JVEIQ. I have reviewed the mass storage sample (ncs\v2.7.0\zephyr\samples\subsys\usb\mass...
Hi,
First of all, let me confess I am new to NRF and BLE environment.
I am working on a project where the mobile device and NRF 52840 acts as a BLE peripheral and one...
Hello everyone,
I have been assigned the task of finding a wireless modem with integrated LTE Cat-1 bis support. I've come across the nRF9161/60/51/31 family, which indicates...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hello,
In ble_advdata_short_name_find,
&& (parsed_name_len < strlen(p_target_name))
should be
&& (parsed_name_len <= strlen(p_target_name))
Right now, if the short...
Hello,
I am looking at the nRF51822 and was wondering if I have the input buffer disconnected, is there a difference in current consumption for that pin if it is not connected...
Just saw the announcement of the Arduino nano 33, based on the nRF52840 and mbed RTOS. Presume it'll take a while for all of this to come together, both HW availability and...
How to set the tick of RTC to, for example, one second. And then calculate the current time base on the RTC counter.?
i need to calculate time from the RTC so that i can...
Hi all,
During development I've run into issues setting up a functioning characteristic notification for IOS or Android. The notification works fine using the NRF Connect...
This is the ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/52310/how-to-switch-a-node-into-provisioning-configuration-mode-to-configure-with-nrfmesh-app-and-then-into...
Hello, we seem to be having an issue with LE privacy. We want to always use a random address when advertising, here is what I am seeing.
- SDK 15.3, Nrf52840.
If I disable...
Hi,
I'm working on enabling APP Protection while successfully executing below code:
if (!nrf_sdh_is_enabled()) { if (VERSION_BUILD <= MAX_RELEASE_BUILD) { NRF_UICR-...
Dear all,
I'm using and nRF51822 chip for implementing a wireless HID device with dongle.
The device has an RGB LED, and indication scenarios for different modes are played...
I'm using SDK 15.3.0 example twi_scanner with Segger Embedded Studio. I do a search entire solution for TWI_SCL_M and the only location it shows up is in main under the twi_master_init...
I'm having this issue with oldish SDK 12 but since I reproduce the issue with SDK 15: I re-used the code from https://devzone.nordicsemi.com/nordic/short-range-guides/b/software...
Hello,
I am using nRF5_SDK_15.2.0 and with s132_nrf52_6.0.0_softdevice
I am trying to interface with external Flash (MX25l64) using SPI.so when ever i am trying to send...
Hi
Any sample or known project that can transform nrf52 usb dongle and be driven through COM port?
Imagine a C program in Linux that opens the USB port where dongle...
Hi,
I'm developing a custom board based on nrf52. Currently, we are using Segger through J-Link to program nrf52 DK.
As for my custom board, I left a 2x3 pinout including...
As unicast address is a address of a element in a node.
We have to assign unicast address to 500 nodes each contains 2 elements, and we configured publish and subscribe...