Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
I want to transfer data collected in my nrf52DK to nRF51 dongle at regular intervals. Right now I can use master control panel in PC to receive the data. Is there any way...
I am using the bootloader from github here to upload DFU over-the-air using an android phone. It works fine for bootloader and application uploads. But if I upload the softdevice...
I'm looking for a radio module for a harsh environment (steelworks furnace)
The module has to work at high temperature 80°C and must transmit 16bytes every second at a distance...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi. I'm using PCA10028, SDK10.0.0, S130.
Recently I'm testing SYSTEMOFF mode.
Unfortunatly My board is not operate now.
KEIL can't connect PCA10028 baord any more.
Here...
i use a ppi channel 0 to connect timer2 and adc,when timer2 compare event happen,the adc task start begin.then,in the adc interrupt handler,i read the adc result into the...
It seems that many people use GCC toolchain (with "high" setup effort) for utilizing SDK in C++ development.
It should however be possible also on Keil with less setup effort...
I am currently using version 'NRF D 8001 1429SH' as printed on the nrf8001 IC
I have already managed to successfully bond with an android phone and completed the ReadDynamicData...
I am trying to migrate from using an earlier chip, the 8001 over to nrf52832 because we want to utilize new ble 4.1 features. The issue is we have another micro that was a...
Hello, i did not find any solves and i want to ask you are , how can i change my data in advert packet? I tried to do it from TIMER interrupt without advert time out and with...
I've been trying to import this NRF51 Eclipse project for a few days now, but no success.
github.com/.../HomeKit
I've tried to closely follow the steps outlined in this...
Hi all,
I have a PCA10040 board and want to try the BLE examples provided in nRF5_SDK_11.0.0-2.alpha folder. However, there is always a problem when flash BLE hex files...
Hello,
I have a capricious component on my TWI bus, and sometimes my nRF52 do an infinite loop in file nrf_drv_twi.c
in this loop
while (!nrf_twim_event_check(p_twim...
Trying to connect nRF52-DK with Nexus 5 (Android 6.0.1) SDK 11 NFC HRM example
But can see this device in paired devices list. Next time i do it it never attempts to...
hi,
i have a timer which is being called each second. when i give timeout less then 1 second then the code executes properly and goes to event handler. but when the timeout...