Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
I want to make one time timers as below.
APP_TIMER_DEF(one_time_timer_1);
APP_TIMER_DEF(one_time_timer_2);
APP_TIMER_DEF...
Hello,
is the nRF Sniffer still in Development? The ble sniffer program keeps crashing at random after about 10-20 seconds and is barely usable for me. I have around 20...
Is there any way of instructing the BDS plug-in which optional characteristics to include in code generation for adopted services without converting to a custom service? ...
(/attachment/41972e0db37f912bba4731a3b5ffe839)(/attachment/0838bef738e72c89e2a9af90d6e3f640)(/attachment/a62ce68db8c9d23b285a9f94a5c9beac)I have been developing on the nRF51...
what should be the direction of pin P0.26 and P0.27 when external low frequency crystal is connected ???
or they should be left untouched in the code ???
To reduce the...
Hi:
I come across a problem when I debug NRF51822. I don't know how to config its clock.My board XTAL is 16MHz, and I want config is to 32MHz,Is the method below OK?
NRF_CLOCK...
Hi,
My settings are:
NRF_DRV_SPI_FREQ_1M, NRF_DRV_SPI_MODE_2, NRF_DRV_SPI_BIT_ORDER_MSB_FIRST.
I'm trying to readback 0xD8. The proper value should be 0x71. Instead...
Hi,
I am trying to use the nrf52 in serialized mode, where I was successfully able to program the connectivity board (using SDK 11.0.0) However if I try to load any of the...
We are using a module which has nrf51822 on it. Before we have programmed it, we were able to see it when we scan for ble.
But after we program we could not able to detect...
I am building an automated test stand for programming our production devices. After programming, I need to pin-reset the device to leave debug mode so I can get an accurate...
We have an BLE application that we are targeting the nRF52 device for. The application demands using a UART interface to communicate to a host processor. In addition, we typically...
Hi all,
until now, I used nRF51 Chips on my board. I programed them trough the nRF51DK(PCA10028). But now I would like to work with nRF52832 Chip. I have a nRF52DK(PCA10040...
hi ..
i am new to mbed and nrf51.
softdevice is s130
if i enable the ADC in my project then other output(out3,4,5,6) is not working ok.
if ADC is not enabled then...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi
I have a problem when bootloading with nrf toolbox. It seems like when i flash files over 0x10000 in size the program overwrites itself. When i flash files with smaller...