At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
What are the certifications required for Australia? My device has FCC and CE certifications, are these enough to allow someone to import my device? We are both really unsure...
I'm using the nRF51822 DK + SDK10.0.0 + s110. I'm going to create a system where I do an SPI read from two sensors every 6ms. From these sensors I will get 20B each over SPI...
I'm writing a program sending die temperature data through BLE. I'm trying to combine the nrf51822 Heart Rate Monitor example and the nrf6310 Temperature example. Both examples...
Hello,
I have connected a SX1272 module to a nRF51 Development Kit using the Arduino connectors. Anybody written a sample app to get me going?
There is a SX1276 Ping Pong...
Hi all,
We have implemented the wireless mouse example on some custom hardware and it works great. We need to do something a little different however, and send absolute...
I can run peripheral examples in SDK folder like GPIO, Timer, Scheduler ...
but when I want to Add somethings like GPIO to peripheral_UART_ble or timer or scheduler It didn...
Hi Nordic Community,
I am using the nRF51822 to receive a data stream from the SPIS module and transfer the data directly to a phone over BLE using the S130 softdevice...
This is a follow-up question to devzone.nordicsemi.com/.../
I am using SDK_11 s130 on nRF51-dk.
I discovered that on nRF-UART Android app, notifications are not enabled...
I managed to enable pairing without bonding on ble_app_uart by porting peer manager over from ble_app_gls. I am using SDK11 s130 on nRF51-dk.
I observed some strange behavior...
Hi Nordic's community,
I have an issue when writing uint32_t to a characteristic, i don't understand when i write uint16_t or uin8_t, it works ! but don't when i send an...
Hi,
I would like to add single bank signed DFU support to my project (running on nrf51822AC - 256kb version).
In SDK 10, there was an experimental bootloader with a nice...
Hi,
I want to transmit adv. data AES encrypted everytime. The Basic requirement is to do Encryption with Stream Cipher (Counter Mode) so i want to know when and where to...
Hi,
I am trying to get bonding to work in both iOS and Android versions.
As per the suggestion in : devzone.nordicsemi.com/.../ I used
attr_md.read_perm.sm=1;
attr_md...
I wanted to do pairing without bonding with ble_app_gls s130 SDK_11. I tried setting SEC_PARAM_BOND to 0. However, this caused the device to stop advertising. What is a better...
Hello ! Can I read with SPI registers without any problems from inside a ble_event_handler or a timer_handler or should I expect to have problems due to interrupt priorities...