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. I'm using PCA10028, SDK10.0.0, S130.
I'm testing External interrupt.
Current concumption was just 50uA around(low speed advertising mode).
But It goes 1mA around...
Hello
I'm working on a network of nodes with more than 300 nodes
each node is constructed by (1 arduino nano,humidity sensor, 1 relay and NRF24L01 +)
I'm working with the...
Hello. I'm trying to understand twi_sensor sample code on nRF51. (nRF51_SDK_10.0.0_dc26b5e\examples\peripheral\twi_sensor)
I have a trouble finding where the function twi_handler...
Hey,
i've bought the nrf52832 Preview DK some time ago, are there any big changes to the new DK? So if i buy a new nrf52832 IC i can desolder the old IC and use the new...
If I have some value and this value has become out of desired range I want to change property from indicate to notify.
I only found function sd_ble_gatts_characteristic_add...
I'm developing an application for a device which needs to support both DFU and some method of restricting connections to a single central (ie: bonding). This is a challenge...
Hello!
Is there have any tutorial for how to create GATT service on the MCP(master control panel app) and what coding do we need to add to the project?
Hi, I would like to put a nrf51822 device into system off mode and wake it up with a GPIO transition from high to low.
I would like to measure the press time of the button...
I'm using JLinkExe ( J link commander ) for Linux to flash the application firmware on NRF51822_QF_AA target. The following have worked so far, but I'd like to confirm and...
Hi,
I am upgrading to SDK 11.0.0 and S130 v2.0.0 from SDK 9.0.0 and S130 1.0.0 and I am stuck with an error when I call sd_ble_gap_adv_start. Here's the code that now fails...
I have the following two lines with pin 21 not connected to anything:
nrf_gpio_cfg_input(21, NRF_GPIO_PIN_PULLUP);
uint32_t value = nrf_gpio_pin_read(21);
I would...
Hello!
I'm trying to flash my SeeedStudio Tiny BLE board (nRF51822 QFAA) with SoftDevice S110 using Keil but it doesn't look like it's going to let me. I'm just getting...
Hi,
i am having some trouble getting my nRF52 DK (S132) to read a value provided by the nRF51 dongle(S130).
First of all, i am very new to this whole Bluetooth thing so...