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,
With the following program running, how can I achieve the lowest power consumption between timer events:
nRF Timer is running with the HF crystal requested
...
51822, config a pin as output , in the param , set disconnect or connect the input pin, when config as output ,what mean disconnct/connect input pin?
I use a pin to light...
For my project to simulate the spreading of a disease I am thinking of recording the complete social network on the beacons and then collecting the data to a pc. I have roughly...
I am using nRF51-DK hardware and working on the ble_uart_app s130 SDK_11
Upon power-up, nRF51 is discoverable and connectable. After sometime, it is no longer discoverable...
Hi, I am using microESB library. We want to test the continuous carrier wave mode for ESB(similar to using DTM for BLE continuous carrier wave mode). Is there any library...
Hi,
I have the nrf52 working perfectly in iBeacon mode. Even when my iPhone is Off, the iPhone will wake up and post a notification with UUID, Major,Minor etc.. It's great...
I have suspended my Beacon in SLEEP (at .5 uA) until a keypress. Is there an event that can trigger an event if there is a low voltage detection while in SLEEP?
My goal...
hello,
I am trying to write one characteristics on GATT server from a client. My server program (acts as peripheral) is working fine with MCP. But when i am trying to connect...
Hi,
I've spent the last few days trying to get this going and getting super frustrated.
After having no luck getting the nrfutil to work on Python ( another thread ...
HI,
I am using micro esb(0db tx power, 250kbps, RX mode) from GitHub( github.com/.../nrf51-micro-esb) . I am using nrf51822xxaa and SD10.0 and s130. With just the micro esb...
I can't get the Master Control Panel to work. I think the drivers might be messed up but various re-installs aren't having any success.
Can you suggest some troubleshooting...
I'm Dinesh Katkar, trying to adapt
new IoT design and development and planning to build wearable device based on nRF52832 Bluetooth SoC chip and ordered nRF52 Development...
Hello,
I am new to all this RF stuff. I am trying to set up multiple transmitters (2 for now) and one receiver. Basically, each of two transmitters read one set of data ...
hi all,
i am currently using version 8 sdk.
i tried to include bsp_init() function in my code.
i attached following header files
#include "nrf51.h"
#include <stdbool...