Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Hi,
i'm developing an app for Android and iOS that needs to comunicate with a devices based on nRF51422 with S110 v7 loaded.
We want to encrpyt all comunication and enstablish...
Hello All,
I would like to implement static pin on my sensor. Remember how some Bluetooth Headsets are hardcoded to '0000' I would like to implement '123456' since BLE...
Hello all,
I am using nRFgo motherboard(nRF6310) and nRF51422 DK(s310) and
MDK_ARM(keil Version 5 IDE) to build the sample code.
It seems workable to program and download...
I just got an mBed board and I'm having trouble getting the J-Link to work on OS X even though I have version 4.90.
MattBookPro:gcc mbrandt$ JLinkExe
SEGGER J-Link...
Hi,
I have two types of nRF24 equipped devices, let's call it a BaseStation and a Slave. BaseStation is configured as PTX, whereas Slave is configured as PRX. Both use...
Hi Guys,
i've a problem with the simple_uart.c module.
I print some intermediate values with app_trace_log -> simple_uart.c and sometimes, the application stucks at: ...
Hi,
I try to get BLE working on an n51422 with the S310. I would like to implement a cycling_speed_and_cadence GATT server using the provided libraries. For now I've called...
Hey guys,
I am working on beacon profile on nRF51822 QFAAG0 mounted on the nRF6300!.
I checked the SDK version 6 and 7 on it which have been downloaded from myPage in...
We would need to know the type of Nordic 51822's anaog-to-digital converter. Is it making use of so called successive approximation, or some other technology such as sigma...
hi,
In a couple days, I am getting a prototype board with your nRF51822 for evaluation purposes. Is it possible to get access to your SDK and code samples?
Regards,
hi.
i find that my ble app can not receive bytes without any OVERRUN errors through uart while ble is connected and exchanging data. i decrease the baud rate and promote...
I'm a beginner on embedded field.
I am having a nrf51822 development kit & Starter Kit and a mbed HRM1017(including nrf51822).
I tested mbed source code for advertising...
Hi,
I found an information, that:
Concurrent Peripheral/Broadcaster roles is another new feature of the latest S110 SoftDevice. This feature allows the nRF51 series...
Hi,
I'm reading and trying to understand the pstorage API. And I found a code snippet in pstorage_register (SDK 6.0.0).
do
{
page_count++;
if (total_size > PSTORAGE_FLASH_PAGE_SIZE...