Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
I have been using this mode to init the app_uart_fifo code on SDK8 for a while now and when moving over to the SDK11 code I was in the app_uart_fifo.c code and it's radically...
Has anyone taken the Nordic LE Secure ECDH key exchange and encryption code though FIPS 140-2 certification and what level was attained? I was tasked with getting to level...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
When I use "sd_ble_opt_set" to set channel map as below, the API will retrun...
Brand new PC running windows 10.
Installed all of the necessary drivers (J-Link 5.12f)
To clarify any tool that tries J-Link connect crashes.
Also same behaviour with...
Im having problems running DFU serial examples.
i use one of the examples of the SDK but it seems like board doesnt leave the bootloader mode and memory value doesnt change...
Does someone could tell me where can I find information on the sequencing of events BLE_EVT_TX_COMPLETE and packet transmissions during connection periods?
In my application...
Hi,
I am using nrf51822 evaluation kit, and the sample program i am working on is ble_app_hrs.
I have created 4 characteristics with notify property and also created...
Hi every one,
I'm working on a custom broad and I'm trying to setup a gazell based protocol.
I had a solution using soft device and BLE which worked fine but we want to...
Hello,
I'm a few novice in BLE, and I've got a problem.
I'm using a custom project based in UART example. I'm using Nexus 5 and nRF ToolsBox for text it. I'm saving...
Hi! I want to send the temperature data that I get from the beacon sensor not one by one but in packets for example of 100 samples. I have followed this tutorial devzone.nordicsemi...
Hello,
I am trying to get SPIS EasyDMA to work. Currently the SPIS MISO response with high when the CS is pulled low by another master device, but no correct data present...
I'm trying to add more buttons to the nRF51 DK.
But I get an error.
I have found the NUMBER_OF_GPIO_TE define.
#define NUMBER_OF_GPIO_TE 4
How can I handle more...
Hi, is there RSA-512 cryptography (or maybe another asymmetric cryptography system) implementation for nrf51 or some implementation that can be easily ported to nrf51?
Hi. I played around with the MQTT example on nrf51822 module.
I get it connected to an openwrt device and can connect/publish to mosquitto on button press.
In next step...
Hello all
If you could please point me some directions on how to solve my issue, I would be grateful:
Some background info:
SDK used: 9.0
spi master code =...