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...
(nRF Connect SDK, v1.8.0, nRF52840)
I would like to create classic Bluetooth Classic peripheral behavior, the peripheral is not advertising (or advertising without name...
Hi, I created a Zephyr project for board : nRF5340DK_nRF5340_cpuapp . Now, I need to read the Device ID from FICR. I made changes in overlay file as shoen in atached first...
Hi,
I am using SDK 17.1.0 as a host scanner. When I changed the timeout to 0, there was a problem with the connection slave (NRF_ERROR_INVALID_PARAM). I'm pretty sure the...
I'm currently using: - NCS 1.6.1 - Zephyr - NRF52840
I'm using the lwm2m client to read and write to lwm2m objects.
When the device starts for the first time, I store...
Hi,
I downloaded the hello_world_with_mcuboot.zip file that Simon provided in one of the ticket few days ago - Case ID: 283917.
I built hello_world_with_mcuboot project...
Hello,
I would like to know if the application / use case stated below is implementable.
In my application I would like an nrf52840 to communicate with the Bluetooth module...
hi,
In the NUS routine, it is necessary to turn off the peripherals before entering the idle mode to minimize the power consumption, but there is no change after adding...
Hi,
I'm trying the sample fat_fs on the nRF5340 DK
1) It does build, but there is awarning
CMake Warning at D:\nRfConnect\v1.8.0\zephyr\CMakeLists.txt:722 (message)...
On a MCU PCA10040 v2.0.0, I ran the command:
.\nrfjprog.exe -f NRF52 --program .\final_image.hex --verify --reset
Which subsequently caused the board to go into a reset...
I have a Thread bench-top environment set up that includes
One nrf5340dk flashed with the openthread coap_server firmware build and flashed on 1.8 via Visual Code
Two...
Hi
If a bug stop the application to feed the wdt,Is there any way to store 8bytes application data to flash before reset which occurred by wdt?
I find that there is only...
Hi,
I'm having some difficulties understanding how to manage commands in endpoint-specific callbacks. For example, when receiving a "ZB_ZCL_CMD_CONFIG_REPORT" I'm able to...
Hello,
I have a peripheral (nRF51822, S130, using the peer manager) that should be paired/bonded with one or many centrals. I have followed the example ble_app_bms from...
Hi everyone,
I implement nrf5_SDK_17.0.2 ble_app_uart example and I use an android app like nRF_Connect to receive the uart data on my cell phone.
The problem is that...