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...
Hello,
I would like to simulate the spreading of a disease using the nrf51822 beacons. My question is if my envisioned project is possible as I'm completly new to nrf51822...
I would need to change a timer into single shot mode. My code is as follows:
static const nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(MY_SAMPLE_TIMER);
nrf_drv_timer_init...
using S130, SDK11,
CANNOT work the two heart rate sensors which have the different deivce name ?
when it connected the heart rate sensor A and eveything is OK.
but...
Hello,
I want to use nRF52832 at 2V. But I am not sure what would be the current consumption of radio during transmission and reception with DCDC regulator on. In datasheet...
Hi, after some research and reading several posts (especially this one ), I am still confused about the Flash endurance on the nRF52.
In the product specification for the...
Hi,
I developed a device and I ship this devices to custemers. Now I want to update firmware of this devices with user friendly app. Is there any app updating app for customers...
Hi,
I scan for nrf51 hrs peripheral devices.
It discover them but they have a static pass-code, how can i pair to them from my central device?
I use SDK11 hrs_c s130...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
I am trying the ANT-OTA DFU Update using two nr51422 pca 10028 board. One is sending Transmission messages in the CHANNEL_TYPE_MASTER mode, while the other is receiving Messages...
Hello, I'm a beginner for nRF51822, now my status is sticking on those SDK_11.0.0 BLE examples, while I could successfully running non-BLE (such as examples of bsp/uart)....
ElfApp.zip This attached application is based on Nrf_uart demo app.
It works fine under Android 5.0 and 4.4 smartphone. When I click the connect button, it shows the info...
Hi,
I'm on the project where I use SoftDevice s132 on my own devBoard with nrf52 chip.
I know for Connection Interval and other parameters that determin BLE communication...
I am using nrf51822 as a central device that is trying to connect a peripheral device nrf8001.
I want to build communication bewteen them and use nrf51822 to receive the...