Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
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 need to measure the frequency of a PWM signal with 50% duty cycle through one of the GPIO pins. The frequency of input PWM signal ranges between 100Hz to 1000Hz....
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hello.
I use nRF52 , PCA10040 , S132 & SDK 11.
I want to send data what get through UART to nRF52 from a peripheral, to PC by UART.
Due to, I made this program from example...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
Hi,
is it possible to configure the nRF51822 Beacon (RCA20006), that it could be used as a wifi access nfc device.
So that the device (Beacon) sends the Wifi SSID and...
Where can I find a working application that has an observer callback function (not a beacon) .
this application must have also the broadcaster callback function.
OS: Ubuntu 14.04
IDE: Eclipse, installed as per tutorial.
Board: pca10040
When trying to debug esb prx and esb low power trx I get the following error:
No source...
So I'm only use to programing PICs with mplabX
I've designed my board and am ready to dive into programing the Nrf51822
I'm a little overwhelmed by the different information...
Hello,
I have build a gatt server device and my application is setup following the tutorials, which are really helpful by the way.
Now I want to check if the notifications...
I'm doing a more complex application than what I'm showing here, but I've reduced it to the minimum. I'm initializing the RTC subsystem, creating a timer, and starting that...
Hi all:
I use the softdevice 2.0.0 and compile bootloader example with "dual bank" on the nrf52 DK,
Running a system that can using DFU from app then jump to bootloader...
Hi ,
I search and found some of questions on this forum wich speak about enabling and disabling peripheral.
I'm ok with that but i have a question about there initialisation...
I am testing the Nordic nrf51822 chip.
I have rewritten a bootloader example allowing firmware updates via Bluetooth LE (FOTA). A mobile phone will sent the update package...
Hi,
I'd like to transfer some data from my App (using fstorage) to the bootloader (using pstorage).
Given that that the two storage mechanisms are different, how can...