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...
Hi everyone,
I'm the author of the following question and a lot of context information about the state of our custom application can be gathered from there: registration...
Hi,
In my app I have been using the following to register my state change callback. This works. Only issue is it seem to only pass ot_instance, I cant pass a user data to...
Hello All,
I am attempting to use the scanning module to scan with a multiple filters. UUID and NAME filters to be exact.
I have done some testing with the code below...
We are seeing different behavior/performance on our system depending on whether we reset the system using JTAG (JLinkRTT Viewer) or we power cycle the system.
Our project...
Hi,
we would like to extend the measurement range of the PPK2 beyond 0.6 A in source meter mode, e.g. to measure the power usage of a Raspberry Pi. We know that this might...
I need a checksum to verify integrity of some data blocsk. As I saw, that the nrf5340 hardware has some builtin support for SHA-256, I though: cool, let's use SHA-256
Now...
Hi,
I build a custom board (nRF52840) but I'm not able to flash it using nRF5340DK with J-Flash via SWD interface.
1. The first thing I did was to do a full chip erase...
Hi,
Is it possible to communicate with the nrf52840 dongle from an android application via USB port ?
That is, nrf52840 dongle will be inserted to the android phone's...
Take Bluetooth UART as an example, there will be a delay in the process of sending data from the peripheral device to the central device to receive the data.
What factors...
Hi, I'm developing for a custom project board which only has the SWD pins exposed, which I'm using for (1) programming and (2) RTT logging during development.
Once the device...
I'm working on adapting ST's RFAL NFC library for ST25R3916B/X-NUCLEO-NFC08A1 on an nRF5340/DK in order to emulate an NFC tag, and would appreciate some insight into how Zephyr...
Hi, I use NCS v2.6.1 I have taken Central and peripheral HR as an example and am trying to modify it to make the Central/Peripheral UART example work similarly.
I briefly...
Hello,
I'd like to add the transmission of an I2C recovery pulse (where you toggle SCK 10 times) to my startup routine for an offboard device whose state I'm uncertain of...
Hello Nordic team,
I was wondering if it's possible to start the MCU boot from the application at runtime.
What I want is to be able to restart my product and run...