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.
Hello ,
I am doing a new Keil project to run concurrently ANT for messagging exchange and Bluetooth LE for advertising.
On KEIL pack Installer I cannot find the example...
I want to implement the OTA update in nRF51822 on my custom board. I am using the bootloader example in the dfu folder for this. When I try this code on the DK, it works fine...
I am using nrf51822 with PCA 10001, SoftDevice S110 8.0.1. I try to compile the example "ble_app_proximity_s110_pca10028" and after I made a connection the device disconnects...
Has anybody had any experience in programming an nRF beacon kit over the air using the built-in Bluetooth Smart interface in a Windoze 8 laptop? (HP 255 G3) Is this even possible...
Hi,
I wanted to create fixed rate waveform. I first used nrf_delay_us with nrf_gpio_pin_toggle. But I realized it is not accurate enough to do it, especially when the device...
Hello,
I'd like to know how exactly do i implement this function in my app?
I tried getting the value from response (as shown in documentation) : ble_gattc_evt_char_val_by_uuid_read_rsp_t...
Hi,
My Jlink lite CortexM work with nrf51822 DK boards. But my PCB with nrf51822_xxAA chip can't download code. I'm using ukeil
When I chek in utilities Jlink can't recognize...
I am initializing an SPI master to talk to ADXL362 accelerometer using NRF51-DK.
Datasheet page 19: www.analog.com/.../ADXL362.pdf
No matter what I do connected or disconnected...
Hello,
I am new to working with imbedded chips and could use some help. I am working with a pre-programed nRF51822 chip on a PCB and would like to be able to read the imbedded...
Hi I want to using nRF51822 link with MCU ti-am335x have Linux system(Ubuntu) by standard HCI command, BlueZ or related hci tool.
I know that I can use nRF51822 S120 serialization...
I would like to share my wireshark capture file (pcapng) with another developer to view that doesn't have a nordic sniffer. They cannot see the ble protocol information. Is...
I am able to set the connection timeout to 250ms in the ble_app_hrs peripheral sample, but in the ble_app_multilink_peripheral it will not advertise if I set it below 1000ms...
Hello,
When using the bootloader I've noticed that the booatloder resets after advertising for ~1minute. I'm try to figure out if this is intentional.
I notice that...
Hello,
I am currently designing a project that will advertise as two different beacons simultaneously using the Timeslot API. I have successfully implemented the nRF51...