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...
We're working on an application that needs ultra-short range BLE, on the order of 50cm radius or less. I've found little discussion anywhere on that topic, likely because...
I notice that the dongle has a 3.6V-5.5V input and a pin that sais 3.3V, I measured 3.3V on this pin so I was curious if I could run an IMU unit and an i2c/spi bridge requiring...
Hii all
I am trying to port the experimental/bootloader_signing project to gcc I made changes in the project accordingly, so now its working. I can able to flash application...
I connect a GPS module to nRF52 DK and connect nRF52 DK to my computer once more.
GPS module ---> nRF52 DK ---> computer. (like this)
So I want to do NMEA parsing like...
Dear All,
I am sorry but I have to ask this question here, I searched and red trough the forum, tried the suggestions, nothing works.
Basically I want to have a HID device...
I use softdevice 6.00, size is 80K Byte. I use the chip NRF51822ab,and configurat the irom start at 0x14000,size 0xC000, IRAM, start at 0x20002000,size is 0x2000 ,in keil...
Hi,
Is there a possibility to read the state of the gpiote pin? (is it high or low). Is there any function or any other way to do that?
I'm changing the gpiote pin via...
Hi,
I made a own service for a rotary dail in a peripheral(S110). This service send the speed, direction and a counter (all uint8) of de rotarydail in separate characteristics...
Hi Everyone ,
We were using nrf51822 rev1 IC for our project and now it is changed to nrf51822 rev3 . Previously we were able to detect the chip in nRfgo Studio on our...
I am looking for a device with support for the 4.2, long packets (up to 255 bytes) feature. I see that the nRF52 is a 4.2 device. But for what I understand the optional long...
I am using s120 for central device, and my central device connects to multiple BLE slaves. After connection, some slaves may lost connection due to power off of that device...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Hi,
My goal is to capture on gpio burst infrared proprietary "messages" composed of multiple "bits".
The Length of each bit is around 100 to 200us.
Initially I planned...
(I understand my question is similar to devzone.nordicsemi.com/.../ , but I would like some additional clarification not provided in that post.)
Hello, I've been developing...
On a BLE_GAP_EVT_CONNECTED, I'll send some data to an attached microcontroller via UART. The code will expect a response of that data, all while being inside that BLE_GAP_EVT_CONNECTED...