I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
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...
Hi All,
I have a question about use of super/ultra-capacitor in a circuit using a module BLE (nrf51822 inside) instead of accu Li-Pol / Li-ion ?
it is possible to use...
I am looking to use the nRF51822 in my product and have been given a nRF51822 development kit however i have been looking for access to the Firmware and Hardware files and...
I have an nRF52 DK and have compiled (with gcc) and flashed an example that contains the line
NRF_LOG_PRINTF("SPI example\r\n");
I get the appropriate LED flashing...
Hi,
I'm trying to discovery the content of a vendor specific GATT service.
So far I'm receiving the BLE_DB_DISCOVERY_COMPLETE event and I'm able to see that I got 4 entries...
Hello,
I have a BLE Nano (nRF51822) and I want to develop an app which will find all BLE devices around (MAC addresses and RSSI) and send it by UART/SPI . I've used nRF...
Hi.
I'm using nRF51822AC, S130.
I made source code for RF test as below.
NRF_RADIO->SHORTS = 0;
NRF_RADIO->EVENTS_DISABLED = 0;
NRF_RADIO->TEST = 0;
NRF_RADIO->TASKS_DISABLE...
I tried MQTT subscriber example code, it compiles and loads successfully but it doesn't show the LED lights accordingly as I press the buttons, meaning that MQTT state is...
I am using S130, and I try to write an very simple program, when I push button_1 then it read ADC and print it our by UART.
So, write a "nrf_drv_adc_buffer_convert" code...
I connect to nrf51 DK board and PC using USB. I used RTT Viewer to see RTT log output.
But when I try to compile and download from keil to the board, I got several WARNING...
All,
Can anyone tell me what is the fastest time that a ble SD (5.x / 6.x) running on an nRF51 can (re)start advertising from a disconnect. Basically looking to do an ...
I am not able to connect Garmin Edge or SimulANT to nRF51-DK. Neither sensor nor receiver seems to work. Just looks like there is no RF.
Examples tried:
power_only_sensor...
Dear Sir,
Here I test the ble_peripheral example "ble_app_uart" (Softdevice 8.0) with Kail MDK ARM 5.20 environemt on the PAC10028A board.
I found it's not stable and...