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,
Here is my configuration:
NRF52840
S140
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247
I would like to enable DDLE in order to get more than 27 bytes in each...
Getting the following build error when trying to build a test program after adding my HDC2022 driver to Zephyr: I think this simply has to do with a linker issue I'm missing...
I am struggling to understand how to use a Soft Device 132 on a BT832 fanstel part. I need to have the uart come out on pin 1 and 2, and have hardware handshaking enabled...
Dear Sir/Madam,
we are trying to send large chunks of data (up to 512 bytes) via bluetooth with notifications with the added difficulty of an arbitrary MTU size. Our approach...
I am trying to update on nRF52 DK board with another, separate nRF52 DK board using OTA firmware updates. Essentially, I am trying to replicate how the nRF Connect Desktop...
hi...
i am using nrf52840 , segger.... mesh sdk 3.1 version in this case i want to send the simple message from client to server .how to do this ?
suggest me an idea ...
Hi,
I have some of peripherals at 1.8V and some at 3.3V that I'd like to run off the nRF5340. Is there a way to selectively set which interface is in a specific voltage...
Description:
We'd like to extend our existing bootloader. It currently supports UART transport and we want to retrofit a bootloader that also supports OTA via BLE. On merging...
I am testing the nRF9160 DK. I would like to know which SIMs are available in Japan.
I have confirmed that Sakura's Secure Mobile Connect SORACOM(Plan-KM1) works.
I'm...
I'm sorry if this has been answered somewhere else, but I couldn't find a thread that specifically addressed this.
Looking through the Modem FOTA options there is the...
Hi,
I'm working on a design with nRF52840 on PCIe Mini Size card. Since there is no VBUS rail on PCIe connector and I need a communication via USB, is it possible to bypass...
I see that I can USE BT MESH in an application . Can I encrease the number of advertisingh channel adding some secondary advertising channel?
May I do that in this way ...
Hello,
I come to you because I did not find the information on the web about sending MQTT data. I send a buffer of size 1408 with MQTT but I see in the configuration that...
Here is a screenshot of my current debug session. I cannot figure out why this if statement is failing. I have circled the relevant information. Even the disassembly indicates...
Hello,
I am trying to debug and develop in the net core of the nRF5340 and am having trouble flashing and debugging from SES.
I started by following the guide posted here...