Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
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...
Hi,
A few months ago, I raised a ticket regarding the integration of SoftSIM into the nrf_cloud_multi_service sample. With the help of one of your support engineers, I was...
After a fresh installation of NCS 3.0.2 SDK and toolchain via the VScode extension, all west modules are reporting modifications:
PS C:\ncs\v3.0.2\zephyr> west status =...
Hi Nordic Team,
I am working on implementing synchronized sensor sampling on multiple Bluetooth devices that are externally triggered. To achieve this, I have combined the...
Why project config is not finding relative path of these files but absolute path works fine:
CONFIG_CHIP_FACTORY_DATA_USER_CERTS_DAC_CERT = "certs/Chip-DAC-Cert.der" ...
Hello,
I'm evaluating the nPM1300 for a battery powered project. What is the quiescent current of the LDO? And is there an output current vs dropout chart?
Thanks
Hello,
I am having some trouble with the UART API (Async and interrupt). I am connecting the development board (nrf9151 DK) to a 3rd party device (keypad / prox reader)...
Hi,
We are evaluating the Thingy:91x and found that the BLE range is significantly decreased compared to the Thingy:91. The nRF5340 has a lower maximum TX power but when...
LE audio can support multiple stream, but I can't find any description about following application, please advise....thanks
phone1 use unicast to play audio on headphone1...
HI DevZone,
I am trying to add the coded phy features in Peripheral_Uart and Central_Uart examples of NCS. I hope Coded phy features are successfully added into Peripheral_Uart...
Hello,
To finaly adjust the inside crystal capacitor at the end of production, I need measure the LFXO and HFXO frequencies signals to fine tuning. How should I do ?
Best...
Hi Nordic DevZone !
I'm facing an issue that I cannot manage to fix by myself.
So here is the brief: I'm trying to create a BLE beacon that will send some analysis results...
We are working with the nRF7002-DK board and need to measure and minimize power consumption. We are using Wi-Fi in our application and currently working with the sample nrf...
Hello
I created the out of tree sample sensor application with SDK 2.6.2 and it built just fine However it builds only when it is inside the sdk that was pulled when I selected...
Hello, I would like to appply change in asset tracker template FROM nrf_cloud to Firebase Realtime Database.
https://github.com/nrfconnect/Asset-Tracker-Template/blob/main...
i am working on controlling rgb led with nrf52832 using ble which is based on ble_app_uart example script so my script is working properly on your development board everthing...