Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
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...