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...
Anyone able to run the nRF9160 DK on Window 7? I see the 3 serial ports and the mass storage device but even though I see the device in the Programmer app I get "Unsupported...
Hi dear,
Good Day!!
I am using nRF5SDK1702d674dde\examples\ble_peripheral\ble_app_uart- software to test the UART over the BLE to my mobile , The BLE was automatically...
Hello,
i am using "ble_app_uart" example code in nrf SDK to connect to bluetooth and to read-write the data after connection through nrf connect application.
write...
We are using a custom board with softdevice S132, sdk14, and freertos and ana nrf52832.
Our ble_app does:
init gpio put up a splash screen via a display on spi
...
I am starting a new project using SDK 17.0.2, DK52 dev board and Segger embedded Studio.
To create the new project I started from ble_app_buttonless_dfu and commented out...
I got the update notice for 3.6.1, the install gets to around 33% then just sits there. This happens both with upgrade and with clean install for me, I left it to hang for...
Hi all,
in my current platform I have:
a DK (we are working to implement HW modifications to use a nrf52 dongle for this purpose) that is performing as a Thread DFU...
Hello,
I am currently trying out the assert mechanism of Zephyr.
I have added CONFIG_ASSERT=y to my prj.conf file and included " sys/__assert.h " in my main.c .
My program...
Hi,
May I ask what's the minimum reference circuitry for running nrf52840 without RF? Thanks.
My scenario is as follows.
1) RF, eg, Antenna is not needed
2) GPIOTE...
Hi,
I'm developing a CENTRAL using 52832 to connect a earphone.
1.When I enable LESC, the pair fails with the AUTH_NOT_SUPP error. Why ?
What I think if the earphone...
Hi.
I'm trying to use direct advertising to connect only with devices that have already been paired.
When I start direct advertising, I get a app_error_fault_handler...
Hello,
I am using nrf52832 and I just have 3 questions regarding it.
1) SAADC change over temperature. According to the datasheet, it has a change of 0.02%/C but I only...
Short version: can I use a pin both as a GPIO input to trigger GPIOTE PPI event, and as SPI MISO *at the same time*?
Detailed version:
I want to use the SPI peripheral...