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...
I have a complex application utilizing ble and ANT on the nRF52832. Slave channels receive fine but a master broadcast channel I have setup does not appear to transmit (as...
Hello all,
My use of the nrf_drv_saadc causes failures due to incompatible (driver) state, and seeing that other people are having various issues with it, before spending...
Hi there,
first off I'm impressed with the Zephyr project and with Nordic's support of it!
I'd like to understand if there are any gotchas for using Zephyr in a qualified...
I'm working in creating BLE NUS network using 3 NRF51822 FAB, one board has a role as central and 2 other as peripheral. Now I'm able to send string (via BLE NUS) from central...
I'm trying to set up the heart_rate_collector.py example app for pc-ble-driver-py , but gotten pretty confused about the process to run it.
What's gotten me furthest so...
Hello,
I have a project based on nrf51822 and SDK 10/S130. I have read about advertising mode and whitelist, but could not find my answer for my issue anywhere in the zone...
I added a new model to light_switch/server project according this , but how to test it working successfully or not?
I have tried to modify the light_switch/client to accept...
Hi,
When i do as the document say, i download the firmware to the development kit, and then i don't know which pin is the Tx and the Rx. How can i do all the function test...
Hello, I bought nRF51dk (pca10028) a year ago it was working fine last year in Segger Development Studio, now it gives build error "core_cm0.h: No such file or directory"...
Hi guys, me again.
Thanks for all the help before. I was developing me code with the example uart and now would like to control a LED with PWM output.
I have went through...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
I'm using the evaluation board PCA10040 with Segger Embedded Studio. It stopped working well and I get erroneous services even with the supplied examples (ble_app_blinky...
The device is broadcasting as "DfuTarg" and i want it to come out of the bootloader mode back to the application mode. Is there is a command i can issue to Secure DFU Characteristic...
Hi,
I'm modifying files in the NRF5_SDK_14.2 distribution and it is not clear to me which ones are part of the core SoftDevice libraries (and I, therefore, should not change...
(I know it has been asked before, but I thought I'd check in again..)
Has anyone had any success implementing the Dallas one-wire protocol on the NRF51822 - in particular...