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...
Hello Everyone,
I have created an schematic for m custom prototype using NRF51BLE with Sigfox Radio chip whenever i press the button on the NRF51i has to send message to...
Hello,
is there a trick, how the Radio peripherals device address match feature could be used to implement those advertising filter policies that filters based on the PDU...
I want to program the ARM MCU in the nRF51822 Development Kit for my own purposes and then send the processed data using the BLE module in the kit to another nRF51822 Development...
I have been using this mode to init the app_uart_fifo code on SDK8 for a while now and when moving over to the SDK11 code I was in the app_uart_fifo.c code and it's radically...
Has anyone taken the Nordic LE Secure ECDH key exchange and encryption code though FIPS 140-2 certification and what level was attained? I was tasked with getting to level...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
When I use "sd_ble_opt_set" to set channel map as below, the API will retrun...
Brand new PC running windows 10.
Installed all of the necessary drivers (J-Link 5.12f)
To clarify any tool that tries J-Link connect crashes.
Also same behaviour with...
Im having problems running DFU serial examples.
i use one of the examples of the SDK but it seems like board doesnt leave the bootloader mode and memory value doesnt change...
Does someone could tell me where can I find information on the sequencing of events BLE_EVT_TX_COMPLETE and packet transmissions during connection periods?
In my application...
Hi,
I am using nrf51822 evaluation kit, and the sample program i am working on is ble_app_hrs.
I have created 4 characteristics with notify property and also created...
Hi every one,
I'm working on a custom broad and I'm trying to setup a gazell based protocol.
I had a solution using soft device and BLE which worked fine but we want to...
Hello,
I'm a few novice in BLE, and I've got a problem.
I'm using a custom project based in UART example. I'm using Nexus 5 and nRF ToolsBox for text it. I'm saving...
Hi! I want to send the temperature data that I get from the beacon sensor not one by one but in packets for example of 100 samples. I have followed this tutorial devzone.nordicsemi...
Hello,
I am trying to get SPIS EasyDMA to work. Currently the SPIS MISO response with high when the CS is pulled low by another master device, but no correct data present...
I'm trying to add more buttons to the nRF51 DK.
But I get an error.
I have found the NUMBER_OF_GPIO_TE define.
#define NUMBER_OF_GPIO_TE 4
How can I handle more...