I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
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...
Hi All,
In Flash read am facing one issue .
Am writing some data to Flash and trying to read back, But when I read back I get some corrupted data or am not able to read...
Two questions about advertisement (i'm reading ble_advertising.c code)
I failed to see what is making transition from BLE_ADV_MODE_DIRECTED to BLE_ADV_MODE_DIRECTED_SLOW...
Hello,
I tried to do migration on new SD S132 but some elements changed (typedef uint32_t nrf_clock_lfclksrc_t is not defined, ...) and i get a lot of errors.
When new...
I am using the adc to sample a sensor and send this over the air.
For testing I used the simple_uart library and it works.
But now I don't need the uart connection and I...
HI,ALL
Is the scanning device always get the BLE_GAP_EVT_ADV_REPORT Event ?
my current project is
nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_central\ble_app_uart_c...
Hi,
I'm using SD110, SDK 10.0.0, nRF51822
In my own application, I control 4 servo by pwm with Timer1 and Timer2,
and I have 2 buttons, each button is a flag for...
Hi now i"m working on nrf15882 ,i'm confused how to test ble_uart example?
when i connect to the device(nrf15822),the cellphone app always displays:connecting,
later...
I'm trying to get a hold of a few nrf905 dev boards. Most the ebay boards have "nrf905 (ptr8000+)". Is there any difference between these chips?
I'm assuming the ptr8000...
Hi,
I setup the nrf51 as in central mode and talking to an ARM Cortex mcu via spi bus with the NRF51 set to slave. The spi communication working fine, but when I star scanning...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_hrs_c" "ble_app_uart_c" as reference.
My peripheral's Service UUID = 000098000000100080000017FFE07A00.
I want to...
Hi,
We intend to use nRF5x as main uC for our upcoming 4 new design. (diff. kind of measurement devices)
Instead of qualifiying each new device, we have intended to...
Is there a list somewhere that correlates the NRF_FICR->CONFIGID value with the actual nRF51 variant?
I had orginally used the 16K Ram versions, but when Nordic release...
Hello,
I'm implementing long write function to my project.
I managed to get it working, but i can't send more than 68 bytes of data.
When i'm sending the data, I slice...
Is there a way to tell if the timer is running? There's a start task, and a stop task, but I'm not sure how to tell if a timer is currently running. The best thing I can think...