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 noticed you have added C13 and C14 (12pF) caps. However, they are not visible on Infocenter's reference circuitry. What are these caps for and why they should be...
PDM Initialization normal,I enable PDM and start PDM sampl,I find not jump to NRF_PDM_EVENT_END irq,This is when the link is broken.I suspect not get data in RAM,can you gave...
Hello,
I want to add NUS service on the SDK_14.1.0_1 example called "ble_app_hrs_rscs_relay".
I added
uint32_t nus_err_code;
ble_nus_init_t nus_init;
memset(&nus_init...
Here: devzone.nordicsemi.com/.../group__ble__api.html
Choose to simply not keep track of available buffers at all, and instead handle the BLE_ERROR_NO_TX_BUFFERS error...
We plan on using 4 to 5 timers on our project. Each timer has different timer intervals (Example 1 minute, 50 ms, 300 ms etc)
We are trying to use 2 Timer instances and...
Hello,
I am working on example
nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_uart_c
pca10040\s132\arm5_no_packs/ble_app_uart_c_pca10040_s132...
Hello, I would like to know if there is any way to avoid bootloader start in secureDFU firmware transfer. All the checks on init file and control point are on the application...
My DFU is staying in the bootloader, even after successful download of the application package.
I have modified the secure bootloader for my custom PCB (removed the GPIO...
Hi,
I'm trying to get OpenOCD flashing to work on Windows using the FTDI 2232H adapter and an NRF52 target. I found this site:
https://www.allaboutcircuits.com/technical...
Hello,
I am trying to read multiple registers from a slave of i2c.
The values that I capture are the first value repeated in all the buffer.
The number of readed reg...
Hi,
I would like to use ping pong mechanism to prevent faulty application update on nRF52840. Is there a way to build a single image to run at 2 different addresses? How...
I have OSX Sierra, VMWare Fusion and Windows 7 available.
I do Arduino (Teensy) dev, staying on the OSX side.
I want to use the nrf52 chip as a MIDI over BLE conduit ...
Hello,
I have a PCB with a NRF52 powered by batteries. We need to be able to plug the batteries, then program the device and never remove the batteries.
We noticed, that...