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...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
Hi,
when i m using only Proximity . when I use
- (void) centralManager:(CBCentralManager ) manager didPeripheralSelected:(CBPeripheral*) peripheral;*
this method in ProximityViewController...
Hi,
I'm trying to transfer data received from BLE to SPI. When the handler of my service in BLE is achieved I transfer the data I received to SPI.
I know the max that...
Hi all,
I am using ble mesh code, it has version based. For my application( needs to blink led synchronously in mesh) i don't need version part, so i tried with using if...
As your datasheet, External HFXO's Run current is 250uA, but HFINT case is 60uA.
Despite lager current, why do you use HFXO in reference circuit?
I would like to use HFINT...
using **nrf_drv_saadc.**c and nrf_saadc .c nRF52832 with sd132v2.0
for example.
i init a app_timer to update a adc channel per 10ms.
and manually update the batt volt...
Hi
I'm trying to send adc value from peripheral to central. I'm using nrf51822 with softdevice s130_1.0.0 and SDK v10.0.0 .
I'm getting error 3002 which I figured out...
Hi everyone
I am trying to understand if it 's possible to change the clock frequency on-the-fly, by giving a certain command to the uC via UART.
I started from the...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
Hello,
I'm using nrf51822 with a few sensors and nrftoolbox app in my smartphone.
In nrftoolbox SW, I can just connect and see what happens in sensors.
I want to control...
I need to use Timer 0,1,and 2(I have only 3 timers 0-2 in nRF51822xxAA). This means, I cannot afford to let the BLE use a timer(I can certainly afford to give one RTC for...