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...
Would like to capture the HCI flow through rpmsg (Rx and TX) using the btmon tool between application and network core. could not successfully do it.
Procedure:
1. Build...
As mentioned in the DK board User guide nRF52840_DK board is preprogrammed, so, till now we didn't flash the DK board.
I tested the nRF52840_DK board using J2 USB connector...
Hello, with the new version of the nrf5340 version D in the NET CPU RTC0 stops to work and the RTC0 IRQ is not called
now for example the counter is stopped at 87 and the...
Hi,
My problem is that I can't sniff any advertising packet using Wireshark.
I have well followed the detailed procedure https://infocenter.nordicsemi.com/index.jsp...
BLE app uart code write to the BMD 350 device. BLE is disconnected.
If any reasons?
How to configure the TX and RX pins ? when i change the pins, fatal error will come...
Is clearing the NRF_UART_EVENT_RXDRDY really sufficient before exiting the IRQ handler? Since Cortex M4 is used, there's no need to clear the pending register (to avoid the...
Hi, Could you pls check, is it ok if these logs happened?
No firmware defined for selected device Please make sure the device has been programmed with a supported firmware...
Hello
I would like to modify the example "ble_thread_dyn_mtd_coap_cli_nfc" to use Just Works pairing instead of OOB with NFC.
To do this, I modified this in sdk_config...
Hi,
I worked few years ago on a project with the configuration below :
nRF Mesh SDK V1.0.1
nRF52832
I used the light switch example where the client and the provisioner...
Hi, I have built a project upon the aws_iot-example. There are three shadow-topics that the device may publish to (/update, /get and /delete). To me it seems there is no possibility...
So I'm trying to get to grips with the ble_app_blinky example from nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_blinky
To start with I grabbed the hex file ble_app_blinky_pca10059_s140...
Hi, 1. In ncs v1.5.0 nRF5340 I need to drive a spi peripheral w25q128 2. How do I generate this file?
3. Where can I find the syntax rules that generated this file? 4. Can...
Would like to capture the HCI flow through rpmsg (Rx and TX) using the btmon tool between application and network core. could not successfully do it.
Procedure:
1. Build...