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...
SDK Version: nrf51_iot_sdk_0.8.0_f1f6187
In SDK all examples are given for PCA10028. Is it possible to run on PCA10001?
What I have done so far with PCA10001:
1.Programmed...
Hello,
I have modified the Android-nRF-Blinky Application to use it with the Datathroughput Demo on the nRF52 DK.
The android application runs on a Nexus 9 with android...
Hi, i try to understand how to use mode for supply voltage measurement. But i have a problem and i get always 1.225 volt
hal_adc_set_input_channel(HAL_INP_VDD2_3);
hal_adc_set_reference...
Hey all,
Wondering if we could use an external 65.536KHz LF clock, or thereabouts, instead of the 32.768KHz? We need better resolution for the RTC, but don't want to turn...
hello im from mexico, last week i order 10 NRF24LE1 and arrived the next wake,
but before i have many cuestion about.
someone can tell me that the burner can work?
compiler...
I had a mbed firmware running on a ST Nucleo 64 that periodically query a sensor for data. It only use the I2C, a button interrupt and a LED for heartbeat. I ported it to...
Hi,
I want to know that if the TWI easyDMA in nRF52 can help in achieving this task:
we want to read from TWI each 10msec based on a timer interrupt and write...
Hello:
I have detected a problem with a timer on my program.
I can solve it, but I would like to understand what is happening exactly.
My program starts to scan BLE signal...
I'm writing the client-side code for the Nordic DFU service and according to the spec, the DFU packet characteristic uses Write Without Request. Are there any examples of...
Hi,
I'm trying to implement a HID gamepad on nRF52832. Here is my situation:
nRF is receiving frame over UART from master uC every 15 ms. Frame is being converted and...
I was trying to track down high, approx. 6mA, processor current consumption and I have found high current consumption if the FPU executes a divide by 0. If I comment out the...
When I start the "ble-sniffer_win_1.0.1_1111_Sniffer.exe" program I get this screenshot:
The port was found correctly (COM4) but I see no devices found.
Am I missing...
Which is more lower power consumption,system off mode or system reset (according to nReset/SWDIO pin Lo) when we don't use nRF51822 for a long time ?
Our products have...
Hello,
I have this code
if (NRF_SUCCESS!=nrf_drv_twi_tx(&m_twi,devAddr,®Addr,1,true))
return false;
unsigned int err_code = nrf_drv_twi_tx(&m_twi,devAddr,data...