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...
We have a new daughter board connected via I2C to an Atmel controller. What we need to do is load the right softstack onto the NRF and then send the needed commands to tell...
Hi Guys,
We have schematic of future NRF 51822 project, who can help us with PCB design? Or who can suggest me where i can do it?
PCB.DXF
schematic.pdf
Hello All,
I am trying to build a BLE peripheral project with RTX OS which is using S110 Soft Device and bootloader is also there in Flash memory region. So when I am trying...
I am just beginning to develop with BLE.I came across the nRFgo Studio through Nordic and BDS through the bluetooth SIG.
1]What are similarities/differences between the...
Hi.
I want to active HW timer with SoftDevice 7.1.0 .
Timer operation is good but I can not stop the timer.
The power consumption is 200~300uA after timer expired ( or...
Hi,
We would like to use NRF52832 chipset for our project, and we need to configure 11 pins as GPIO interupt , Is this possible ? How many pins we can have as interrupt...
I have Bluetooth iOS app communication with my nRF51822. I notice that when I connect the the nRF, the first GATT write event is always the same:
p_ble_evt->evt.gatts_evt...
I am using SDK v11-alpha2 and following the BLE Services and BLE characteristics tutorial.
When calling sd_ble_uuid_vs_add as the Characteristics tutorial asks, I get a...
HI ,ALL ,
i have change the project for the purpose of enter a six digit key at cellphone side to enable the notification with the board(52382).
But when i input the...
Hello, I looked througth the devzone but didn't find direct answer. So created new one.
RM v3.0 states chapter 12.1.19 "Reset behavior" with table. However, it is not clear...
Hi,
I have to check every 10 minutes the battery level when BLE is connected .
I have found in this forum this source : github.com/.../main.c
As the source date is...