Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I am using S132 v7.0.1 on an NRF52832 to do a basic scan for BLE advertisements for 30 seconds (10 seconds on each primary advertising channel):
This works fine and as...
I am developing a custom board with NRF52832 and an audio DAC which outputs to a headphone jack. When the headphones are plugged in I can't program the board with my Segger...
Hi,
I have updated our SDK version from 15.0.0 to 15.3.0 for our custom board based on nrf52832
I wanted to rebuild the bootloader just in case it was needed. So i have...
Hi,
I referred and tested the File system Shell example on nRF52833-DK. In its source code, in file 'main.c', the function main() is empty/stubbed. Is there any way to customize...
Hello ALL,
I am trying to use MCU boot with my application. I am using NRF916DK and it has external Flash similar to NR52840DK board. Now when I am creating a partition...
Hi, I'm using BC805M module (nRF52805 SoC). I understand that the nRF52805 doesn't support BLE mesh. I would like to ask about the availability of using BLE (S112/S113) for...
Hi, I am in the process of evaluating nRF5340 to switch from STM32 device to nRF device as per my ex-colleague recommendation. I started looking at simple blinky example for...
I am using nRF connect v3.6.1 but the following error occur when i open the device in nrfconnect as follows:
Error :Unsupported device. The detected device could not be...
Hi,
I am using nrf Connect SDK v1.5.0
The immutable bootloader is located in nrf\samples\bootloader
My question is about the partition setting in the pm.yml.
This...
What is the least latency interrupt that i can implement in external gpio pin? In product specification there are mention about GPIOTE. Is that only way to do it? We need...
I want to receive ADC sampling and transmit UART and Bluetooth.
I think the parameters for Bluetooth transmission are as follows. What are these, and how do you find the...
project :Zephyr
board :52840DK
Description :
we want make 52840Dk advertising only once ,at 37 ,38. 39 channel,so we do like blew
(1)we Start advertising by bt_le_adv_start...
When I look at the zip files that are released for modem updates, I see that they contain a number of files, including delta updates for updates within a major version.
...
Hello,
I'm trying to integrate cli_libuarte on project that use FreeRTOS. I'm basing on example form SDK cli_libuarte how ever this does not use RTOS. What I'm facing is...
Hello!
I'm trying to perform DFU over BLE using a nRF52840-Dongle (PCA10059) devkit. I'm getting the following error:
I've tried to add '-cd 5' and '-f' options...