I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
Hello Nordic team, For the ( POC), I configured ADC channel 1 and interfaced a potentiometer to pin P1.14. The ADC was set up accordingly to read raw value from the potentiometer...
Hello, I have been going through the DFU and FOTA lesson in the Nordic intermediate course. I see that there is a FOTA support for a scenario in which we want to update a...
Hi
I need to sync a PC with a BLE board. Fixed delay is not a problem, but jitter should be max +/- 1 ms.
Our competitors have solved this issue some how.
As we all...
Hello. Right now, I am connecting an external flash using SPI. The external flash is used for firmware updates. I'm trying to launch sQSPI to access the external flash. I...
Hello, I would like to ask if the latest SDK version supports power management on the FLPR core of the nRF54L15. According to this article, the power consumption is quite...
Hi,
I have a functioning custom PCB with a NRF52840 doing everything it's supposed to do in peripheral mode. My goal is to enable both peripheral and central mode, as I...
I am new to Nordic and am using SES as my development environment along with the Nordic SDK v15.0.0. I have followed the instructions for installing the CMSIS configuration...
Hi,
i am using light_switch example in nrf5_SDK_for_Mesh_v2.0.1_src with nRF5_SDK_15.0.0_a53641a . Here i flashed proxy_client and proxy_server onto two different NRF52832...
nRF5_SDK_11.0.0_89a8197 - with MPU.7z this is how my nRF go studio looks with example blinky and works well.
nRF5_SDK_11.0.0_89a8197 - Copy.7z I am trying to wire NRF 51822...
I have found out some data about flash:
Flash memory Endurance 10 000 Write/erase cycles
My question is UICR's life is same ?
If use ERASEUICR will erase all area (eg...
Hi everyone,
Days ago, I met a problem while trying to implement the DFU function with MESH SDK 2.0.1 and nRF5_SDK_15.0.0 following the quick start guide on different systems...
Hi,
I received my nrf52840 Dongle today. It works quite well using nrfConnect.
However, we need to implement our custom USB bootloader since the default USB bootloader...
Hi,
Since I saw nrf52840 is for "mouse, keyboard" in document, may I ask, is there any hardware supporting to read mouse PS/2 protocol?
If there isn't, any idea to read...
I have an in memory log, built using a custom log backend, which I write to using the NRF_LOG_*() macros.
My implementation of app_error_fault_handler() will do some NRF_LOG_ERROR...
Developing with S112 + Emulated NRF52810 I've run into a road block.
I've set `m_adv_uuids` to the following:
static ble_uuid_t m_adv_uuids[] = { {BLE_UUID_DEVICE_INFORMATION_SERVICE...
Hello everyone,
I am currently working on porting the InvenSense motion driver 6.12 to nrf52.
I am using MPU9250 and nrf52840 pdk.
I've managed to set up the DMP and...
Hello - I have looked through documentation and can't confirm which component on the board is the BLE Module. Could someone follow up with an image of the board to help confirm...
Hi, we are looking at using a FCC pre-certified nRF52832 module such as the murata MBN52832. It would be for a wrist mounted product so will be in close proximity to the body...
Hi there Nordic Semi/ forum,
This is actually my first post here.
I got the NRF52 DK and I want to implement the NFC type 2 ( passive) tag with it that I could both read...