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...
ble_ant_app_hrm.rar Hi!!
I want to design dual mode(BLE UART +ANT) but unfortunately I can not built it well.
Can anyone tell me what kind of function or parameter? I based...
Hello,
I am using the nRF51 dongle to try to observe the packets sent between two soft devices. I have inserted the dongle into one of my PC's USB drives and am holding...
I'm running s120 v1.2 & SDK 9
My application will connect to, up to 8, known peripherals. If the connection is dropped or not established, my central app will try to continue...
By trial and error, I notice that I can only write 20 bytes to a characteristic, no matter how big I make ble_gatts_attr_t.max_len. A little googling reveals that this is...
Hi,:
I run my application program by nRF51822, about S110 V6.0 and SDK 5.2.
When the program run servial cycle functioin , it is work normail.But sometime, nRF51822 sysytem...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
Hello Guys,
I'm about to start my first BLE iOS project and I was wondering if there are any compatibility issues or anything that I should be aware between nRF51822 and...
im running on mac with eclipse and tried to use debugger prints, but the don't show up in the console.
Same goes for printf and uart.
Is there a flag in the makefile preventing...
Hello,
I am checking to see if it is possible to use app_twi_perform() to transmit TWI transactions that have a High Write bit. I have changed the polarity of APP_TWI_WRITE_OP...
I'm developing an embedded application using the nRF52 device. I am using GCC to build the C software and a segger flash device to program the nRF52, all using linux. I wish...
I wrote this code found in an example and it works fine:
#include "nrf_drv_config.h"
#include "nrf_drv_timer.h"
//Before I activated TIMER0, TIMER1 and TIMER2 in nrf_drv_config...
Hi,
I am using eclipse IDE and gdb to debug and flash applications onto nrf52 dk. I wish to be able to print data and messages to the eclipse console. I work on mac OSX...
I'm trying to send data over UART... started off using the examples from the SDK.
When I run the code on the dev board, I can get it working. When I load the code onto...
I want to use ESB protocol, with app_timer module to generate timer interrupts. Is it possible?
If yes could you please send some example codes for it? thanks