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...
Good morning.
I ´m working with nrf51-dk, sdk 9.0.0 and softdevice 110.
I have done a proyect without softdevice, only uart and master spi (mode 0) and works perfect...
Hi, I flashed the Proximity Application to nrd51822,with s110_nrf51822_6.0.0-5.beta.
the chip run right, and I used the NRF Master Control Panel, when I write data 0X02 to...
Dear all,
I have tried using a setting a break point in main() of my program. Without running the softdevice, it is fine to pause in the break point and continue to run...
Hi,
I am developing a product using nrf51822. While pcb designing I am getting a clearance error. Please let me know how to resolve it. All the dimensions are 8mil in clearance...
Hi,
I am editing my question:
I have seen some strange behaviuor I could not explain. In order to test it I have made the next test program:
I am using the application...
Hi,
I recently bought the nrf 51 development kit. Before implementing a BLE application on the board I wanted to start with a simple application of blinking a LED by pressing...
1.I have a nRF51_DK and nrf51822(waveshare core51822)
2.Keil 5.18v and all of the needed software were Installed
3.s130 1.0.0 or 2.0.0 and sdk9.0 or 10.0 were used ...
Hi Nordic Dev Zone, Ray Kampmeier here.
I'm building Direct Test Mode (DTM) into a production application that uses the 110 soft device. Unlike the provided Nordic examples...
Is there any way to integrate SoftDevice with entire project so I can get one hex from build? I am new to CrossWorks and nRF52 and I am developing BLE device. After getting...
I want to do firmware update over the air in a STM32F4xx microcontroller which is connected with nRF51822 chip via UART (TX, RX, CTS, DTR) and BOOT pins. ST microcontroller...
Hi
I can get the current time from the server using the time service characteristic. Which function should I use to set the RTC clock on the nrf 51 to the current time...
When I add a new server of my own service I got a problem.
when I set
BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&cccd_md.write_perm);
I can send data to iOS normal,but...
Sometimes I only need to send 4 bytes instead of twenty using a notification. I've noticed the init_len and max_len parameters but I'm under the impression that this will...