Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello,
First of all, I'm not a hw-engineer
I've 2 evaluation devices of nRF52840 (BL654-DVK) and I'm trying to test the SPI communication between them (one as master ...
I have successfully run, Nordic serialisation connectivity application on nrf52480, (And able to control this from a custom board, and also from PC). But I want to use a lighter...
Hello !
I'm currently working on a project using the DK Boards nRF52832 .
I'm disappointed that one card no longer works ( doesn't light up ). I therefore explain to you...
Hello everyone :)
I'm trying to get an analog signal from n channels. I started with modifying the battery sample from Vdd to AIN0 according to the modification - only to...
I am using Nordic Serialisation library, with a nrf52480 chip as connectivity chip and a m4 arm core custom board as Application chip. I am able to establish gap connection...
Hi,
I am trying to enable the internal clock for NRF 52832 (BMD-350) module.
The configuration option for the clock has
1. RC Oscillator
2. Crystal Oscillator
3...
Hello,
I am using the nRF52840 DK to debug my application using nRF Connect SDK v2.0.0 ..
Application runs well in debug.
But when click restart / reset .. it should...
Hi Team,
I am working on NRF52832 based on the BLE mesh protocol here I am using the Light_switch example of SDK - nrf5sdkformeshv500sr
Here I transfer boolean(0 and...
Hi, I'm developing an application based on ble_app_uart, and integrate FOTA is the last feature. I'm using sdk16, S140, nRF52833. I plan update firmware over BLE, so I have...
We've a custom board which has NRF52833 and TM52F1376-MTP-C3. They are connected over UART.
What I want is transfer binary data between Phone and nRF52 over BLE.
and then...
Hi Nordic team,
I'm going to start new BLE application project, so I tried to understand how to use nRF52 series first.
I completed the academy and I'm trying to make...
I am attempting to compile the peripheral_uart example targeting nrf52840dk, I've done quite a bit of work with zephyr but never with the nRF Connect SDK. I've encountered...