Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
I'm using nRF51 BLE dongle as a sniffer and trying to capture BLE packets through CLI. I'm using example.py which came with nRF sniffer software.
I unable to get the list...
Hi team,
My customer wants to read the BLE address (random address that is generated by nRF52) to generate a QR code for quick pairing in their application. Do we have any...
What data do app and BLE 2 generate when pairing and binding on the app and BLE devices? Can I get it on the APP side? I know that LTK, STK and other data can be obtained...
Myself Sheethal Sunny, Design Engineer- SFO Technologies.
Our main proposal is going on for newly deign product.
May I know any Bluetooth module is supporting similar...
Hi,
I am searching for a clean way to handle a timeout (because I2c device does not respond or there is a hw issue with the I2c bus).
On startup I probe different I2c...
Hello ,
I am interfacing the customized board nrf52832 , As of now we didn't populated the 32 MHz externally . so I am trying to program the peripheral alone. Twi sensor...
Greetings,
We developed a customized board using NRF52832. We flashed the code using NRF connect JTAG. The LED is working fine. But when we flashed the BLE_UART BLE is not...
Fired up nRF Connect v3.6.0 on MacOS
Plugged in new 9160-dk and switched on.
Connected to USB.
Selected board. Green dot appeared but nothing in the "Device memory layout...
Good morning,
We have developed a prototype based on the nRF52840. We have also developed an Android application.
When smartphone has device already bonded the application...
Hi,
I am a beginner in BLE Mesh. I am trying to create a Mesh network for residential purpose using Tuneable lights, switch and sensors.
Mesh SDK version : 4.2
On the...
Hi, I am developing a SDK 17.0.0 based iBeacon application, and I see below API for initializing/updating advertising data.
I want to know what does it do with the buffer...
Hello
I am now quite familiar with the basic PWM playback capabilities of nRF52832. However, I would like to make a chain of simple and complex PWM playbacks.
I have already...
Hello,
I am developing an application that sends data from an Arduino Nano 33 BLE Sense to a custom Android app (Motorola Edge running Android 10). The Arduino board is...
Hi,
As many of you, I'm tryng to compile pc-ble-driver (v4.1.2) found in https://github.com/NordicSemiconductor/pc-ble-driver/tree/v4.1.2 , just to see how the code works...
Our application stores sensor data in flash and sends the data on request via USB. But if the device is connected to Bluetooth once then it is having issues in USB data transfer...