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...
Hi,
We are using nRF52810 with SDK14.2 to make a HID device.Our device will be automatically bound after connecting to the computer, how can we know our device is bonded...
Hi,
I am having the following issue with nRF Terminal preview for VSC.
When I select text in the nRF Terminal and hit ctrl-c, nothing goes to the clipboard.
When I select...
Hello, All,
I want to ask about the modem upgrade of nRF9160.
At present, there is no problem with the minor version of the differential package upgrade.
Can the upgrade...
Hello!
Thank you for the excellent SDKs and documentation on the NRF52. I am developing several user devices on the NRF52 DK PCA10040 and my own boards using the Garmin...
Hi,
I am trying to receive packets from a device with Zigbee custom profile. Through sniffer, I can see that the device joins the network and sends packets on it but I cannot...
Our board doesn't have LFXO, but I want to run DTM. When I try to switch to LFRC by changing sdk_config.h, it doesn't take effect.
chip: nRF52832
SDK: nRF5_SDK_17.0.2...
Hi, we use the Fanstel BT40 design a RS232 & USB carrier board, when we use battery 3.3V to VDD, there is a DC2.8V output from VDDH. VDDH should be power input, why there...
As known in SDK nrf there is a function battery_level_in_percent() used to calculate battery percentage but it is only true for the CR2032 battery. Currently, I am using AAA...
My application uses a SPI LED driver, which I routed on a PCB to the most convenient pins for routing.
I have already tested my firmware on a nRF52833 DK with an Arduino...
Hello, I'm a beginner at developping nrF52832. My problem is completely similar to this one : devzone.nordicsemi.com/.../add-saadc-peripheral-and-others-to-example-project...
I am trying to measure single-phase mains voltage (240v, 50Hz) by stepping down the voltage to 200mv using a voltage divider and read it with the ADC pin of the controller...
Using NB- IOT JIO SIM in india, not connecting asset tracker Work Up to RRC Connected and stuck there. This is custom code very similar to asset tracker example. We are using...
Dear Sir.
Using the mqtt_simple project , I inserted a 1 sec timer.
Within the timer I want to use the publish routine like this
data_publish(&client,MQTT_QOS_1_AT_LEAST_ONCE...
Hello everyone, we are developing a heart hare accessory for the phone and we want to show the battery status directly on the phone. I found it can show up in the Windows...