Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
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 all!
Today I run tests in a public place (some Art Design College) and it looks that radio environment, that exists in the place, kills nrf51 completely....
My guess...
Hello.
I want to flash DFU bootloader with keil on chip nRF51822-CEAA (256kB flash, 16kB RAM). I'm using s130
The areas i write to are:
IROM start: 0x3C000
IROM...
I was wondering if it would be possible to add an event for Service Discovery (and other similar BLE stack events) that could be detected by user applications. Per answers...
hello there i have two nrf51 dk kits. now i want that one act as central and other act as server.
i want to communicate between two. can you tell me how to do it??
i think...
hello all:
IN s310 multiprotocol--ble_ant_app_hrm example ,I open the macro BONDING_ENABLE, then i compile,there is a error
......\main.c(674): error: #136: struct ""...
Hello,
At the moment, we test the “Power Off” Mode for lower energy consumption of the nrf52 Preview Developement Kit (V1.0.0) in our project and I have a question about...
Hi,
Does anyone have some simplified DFU code for IOS/Xcode they are willing to share? I am looking to integrate DFU functionality into our app. I looked at the nrfToolbox...
We are a small start-up developing low volume product and paying 2500 USD to Bluetooth SIG for listing our BLE device in their EPL is too expensive for us. Is there any option...
I'm looking for a way to let my device "nrf51822" to be connected only to my own mobile app.
I'm wondring if you have already a Nordic solution that I can use ? (tutorial...
Hello friends,
I'm having MDBT40 EVB which is cheap one as compare to other but with lack of build and debug support. But i dont know how do i flash my hello world blinky...
developer.nordicsemi.com/.../a00935.html
The doc seems to provide only write functions.
And, the flashwrite example doesn't show how to read from flash even after device...
Hello,
I am currently looking through my error handling and noticed that there are some errors that I do not really understand fully, so I've summarized them here:
0xDEADBEEF...
Hi,
I am trying to make a communication between a nRF51(uESB) and a nRF24(ESB). The uESB uses tx_payload and rx_payload as buffer to send data. Bytes 0 to 4 are used for...