Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
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...
Hi, On both nrf52840 DK and Dongle, the sticker shows 4 info: - PCA board ID - version - year.month - Serial Number/MAC Address Could you please clarify what the last value...
Dear Nordic Community I am trying to get the nrfx adc driver to work with zephyr ( link ). With the help of this post , I ended up with the following code:
prj.conf -> ...
Dear Member,
I want to add ADC the main code,
but I got :
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol nrf_drv_ppi_init (referred from adc.o).
I'm using...
Hi, I am not sure whether there is I2C pins on nRF52840 Dongle board as based on the Adafruit Feather nRF52840 Express the pin is P0.11 and P0.12 as shown below: SCL 0.11...
Hello I am learning how to connect timers with gpio via PPI, i working on nrf52832dk.
So far I have connected the RTC 0 alarm channel to the LED no.3 (pin no.19) and its...
Hi, I am Shuang. I am now working on the Bluetooth direction finding function, but I have some problems, and I hope I can get your help.
I have experimented with Bluetooth...
I know Thingy:52-FW project has been marked as deprecated. https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
However, I'm trying to get the development environment...
Hi,
I am using the ZBOSS SDK to develop the zigbee function, and I see that there are
TRACE_MSG(TRACE_ZCL1, ">> zb_zcl_finish_and_send_packet_common param %hd delay %d...
Hi,
based on my previous post/question here and after I managed to cconnect 5 specific address devices/peripherals from my central (DK) based on filtering (solution in the...
When I want to add LTE to my project I've done this by adding
to prj.conf. When I (pristine)build (within VScode, and when using the command line) i get the following...
Hi guys,
I am using the nRF52840 until recently - with the 2t2 library from nrfx - on a Zephyr application over the latest NCS 1.7.1
I wanted to add tag write capabilities...
Hi there
prj.conf
EXR-200-004.dts
main.c
Please refer the .dts custom board file. We took a basic file generated from nRFConnect for nRF52811, and added in some missing...
Hello,
In nRF Connect desktop application, under Bluetooth Low Energy tool v3.0.0, whenever I connect a peripheral device using this application, I see the option to update...
Hi
my application is driving a RGB LED by one wire, this is request a higher sequence , when you drive the RGB LED ,this task can not be interrupt , I am use timer3 to...