Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
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 (...