Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
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...
Hi everyone,
I've just been working with NRF52833 and nRF5 SDK for Thread and Zigbee v4.1.0 to create a zigbee mesh network for home automation. My network is pretty simple...
Dear Members,
I saw this code ,
If there is no input, how can I handle it and display result = 0 and not shutting down CPU ?
How can I display 0 from this code...
Hi.
I want to disable the TWI master's internal pull-ups on SCL and SDA. So I set it according to the contents of the following URL, but the setting is not reflected as...
Dear Nordic Support team,
Currently I am in the process of adding the USBD_CDC_ACM driver code to our existing application following your usbd_ble_uart example. I can receive...
Hi,
Our customer is using nrf9160.There is a problem about powem_on circuit .
Attach is the schematic diagram:
Here VBAT is 4V,PW_ON is connecting to the nrf9160...
Hi,
I'm using nRF52810.
And i'm trying to measure battery level using saadc.
The problem is saadc result is not accuracy.
When battery voltage is 3.3v, saadc value...
Have a brand new Thingy 91, latest modem firmware and asset tracker firmware: thingy91_debug_ltem_2020-10-30_5522ca2b.hex.
But within the LTE monitor app, nothing shows...
For the nRF52811 there is only one TWI peripheral and if there are multiple buses required it is necessary to remap the SCL and SDA pins to the peripheral. In the nRF5 SDK...
I am migrating to the Fanstel BT840XE module with nRF52840 and a Skyworks PA/LNA. I need some assistance in getting my PA/LNA working in a multiprotocol setup.
I have successfully...
I have application developed that works ok on nRF52 DK (nRF52832) with S112 and now want to migrate it to a custom board with nRF52840.
Could you confirm that S113 is...
Hi:
Since we have a issue that when nRF52840 setting to DCDC mode, our inductive touch will have bigger noise, if setting to LDO mode, the inductive touch noise disappear...
Hi,
I've been trying any way I can think of to work around an issue "51" returned by nrfjprog executed from nrfutil when trying to run serwer from the steps in tutorial...
Hi experts
i am using nRF Sniffer to decrypt the BT Mesh packets with Wireshark, it can work smoothly. However, i tested and found that the packets device key encrypted...
Hello, I am looking at the mesh dfu example code on nRF mesh SDK-4.2.0 on an dk_nrf52840 and I have some questions.
Rather than having both a bootloader and main application...
Hello.
We are developing products using BLE modules.
The one used for that module was "nRF52832 (512kB Flash, 64kB RAM)".
I would like to know
Question 1:
As a...