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...
Hi,
I am thinking of moving advertisement and scanning function execution to RAM to reduce the energy consumption since nRF device advertise in each 1 second interval(frequently...
Hi ,
According to nRF51822 Product Specification, running code from flash draws about 4.1mA and running it from RAM draws 2.4mA. But when I tested my code it draws more...
I think the time of uartput is too long (beacuse of the packet recived is too long ,but i can not change it),and when the BLE_GATTC_EVT_HVX comeing ,the uartput is not over...
Hello all,
when using the android version of nRF Toolbox app i am unable to perform a successfull dfu when the application firmware file size is greater than about 60KB...
(mp3 or wav file) --> sd_card --> nrf51822 --> smart phone
Read the data from the SD_CARD transfers to smartphone.
void BLE_SEND_VOICE(void)
{
f_mount(0,&fs);
...
I've not worked with BT4.0/4.1 before, so I was wondering about this:
Take the heart rate monitor example, connection happens automatically when a heart rate monitor is discovered...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
I'm interested in using the chip and a very simple board. No buttons, no humidity or motion sensors, just the beacon (like a heartbeat). I'm trying to keep the price down...
Hi all,
I am using the experimental_ble_app_multiactivity_beacon example with S110 v7.1 and SDK 7.2. In particular the hrs_scanner app on the pca10028 board.
I am using...
Hi, I would just like to know if there's an equivalent to "BLE_GAP_EVT_CONNECTED" for services discovered. There's some stored data I want to send in a loop only after services...
Hi,
Does the nRF51822 have a capability of responding to multiple phones?
I am working with RFduino using the RFD22301. I'm assuming that the RFD22301 is the same BLE...
Hey,
the nRFgo Studio contains a simulator for the nRF8001 and 8002. Will there be an update in the near future to simulate the bahaviour of the nRF51 platform?
Mar...
I have TIMER2 running at 500us interval. ANT is working as 100Hz master.
Understood softdevice will affect the timing and cause some latency.
I am guessing it is delaying...
Hi:
I'm implementing an controller for an open source drone Crazyflie ( www.bitcraze.se/.../) . My device is similar to pca10001 board.
Since Crazyflie is acting as peripheral...