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
I am using nrf52840 and I want to use nrf_calendar example with app_ble_uart,
I am traying to send parameter from nrf toolbox uart app mobile
but I have no idea how...
Hi,
I am using nordic 52840 development kit along with sdk17.1
I am tried to use ble-uart example code to receive data from the app and based on the data i need to write...
I'm trying to follow the instructions to perform an OTA DFU for the Thingy 52.
https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/dfu_generating.html...
I'm using SDK 1.7.0. Here's how I have the modem code setup.
Init modem outside of thread loop
Set modem at+ comman CFUN=1 (start searching for a tower)
Once +CEREG...
hi,
when I call 'mesh_stack_device_reset()' function from the application, then the bootloader goes into infinite loop.
exactly at the point int the main() -> init_clock...
We are supplying the nRF52840 from 5 V into the VDDH pin. We are not using the USB interface, so I want to confirm what our options are for the VBUS pin. Can we leave it floating...
Hi,
I am trying to include the CMSIS-NN libraries inside the segger project. Since they are not available in the software package inside Segger Embedded Studio, I pulled...
Hello! I've been using Segger Embedded Studio (Nordic Edition) for the project in nRF Connect SDK.
So, this SDK uses CMake to build the projects. But my project involves...
Hello !
I try to understand all available crypto libraries in SDK 17.1.0 what is applicable for nRF52840 and CC310 cryptocell.
https://infocenter.nordicsemi.com/topic...
Hi,
I'm trying to implement a simple FOTA BLE with MCUBOOT following the instructions in the documentation.
I'm using Visual Studio Code NRF extensions as an IDE, and...
I have an early nrf52840-Preview-DK device that has worked fine before. When the project is revisited the board is no longer detected in any of the programs in nrf Connect...
I am building with west and then using this tutorial:
https://docs.zephyrproject.org/2.6.0/samples/subsys/usb/dfu/README.html
to create a .bin file. I then use nrfConnect...
Using NCS 1.8 and NRF5340
Right now I’m able to use the MX25U external flash that we have attached to the nRF5340, We are planning to ship our board with MCUBoot and application...
I am using v7.0.1 S132 SDK on the nRF52832 processor for BlueTooth Light coded in Segger.
I have a high speed output (50uS) to drive an external device using an internal...