We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi,
we have a project in which we have to scan a lot of beacons (up to 100) with Active Scan (scan request and response). We tried to implement this system with actually...
There's an example saadc_pca10036 in the SDK. I am wondering how this piece of code works in that example:
void saadc_init(void)
{
ret_code_t err_code;
nrf_saadc_channel_config_t...
I am working in the SDK10.0 ble_app_uart_c(master),it can connect to ble_app_hrs(slave) successfully.
But if I add a new 128 bit UUID named ACC_BASE_UUID different from NUS_BASE_UUID...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_multilink_central" for reference.
Multi-connection function is OK.
Whenever I connect to peripherals, I can see connected...
I am trying to change analog-to-digital (SAADC) sampling interval when sampling using Easy-DMA in nRF52832. The code looks like follows (error checks removed for clarity)...
Hello everyone,
currently I'm working on a project with an NRF51-SoC. I want to use a MEMS Oscillator as high frequency clock source this is working very well so far. But...
I have 500 nrf51822 devices, when I use Master Control panel to scan twice, the first time I can scan device A, the second time I can not scan out device A.
I google find...
Hello,
My understanding is that you can use the nRFToolBox app to upload code using OTA DFU.
But this looks cumbersome, as you have to first get the hex file on to the...
I built the ble_app_uart example app using GCC with nRF5_SDK_11.0.0_89a8197, and on testing it with the latest version of Nordic nR ToolBox (iOS) and nRFMaster Control Panel...
Hi,
I want to save settings in the memory.
In my case, the softdevice is enabled, there is no ble advertising.
I use pstorage functions.
Problem: I stored 0x12, 0x23,...
Hi,
I'm running a nRF51422QFAC and using sd_temp_get() to read the chip temperature twice / second.
I put it in a temperature chamber and swept the temperature from...
Dear members!
I followed the tutorial of the nRF8001, and tried this code: learn.adafruit.com/.../nrf-uart-in-detail
It worked for me just fine, but...
I have an...
Hi there,
I'm attempting to use the UARTE for a continuous read scenario but I am noticing there is significant delay between the STOPRX task and the ENDRX interrupt (...