I am implementing DFU using my own transport to retrieve the binary image from AWS.
I'm developing in 2.6.0.
I am using the DFU TARGET libraries.
When I start my download...
Hi,
I have added " config HW_STACK_PROTECTION" in KConfig file of the board.
Is there a way I can check during runtime if the Stack Protection is enabled? Is there any...
Hi,
I am working with nrf5340 with the Zephyr OS. I created a custom data section in a custom linker file.
.my_data_section : { PROVIDE(__my_data_section_start = .); KEEP...
Hi Nordic Tech Team,
I am implementing BLE-based FOTA for the application core on an nRF5340 using MCUboot . The update works successfully when using the nRF Connect mobile...
Hi everyone,
I have found a Linux driver for the TLV320AIC320 external codec provided by TI:
TLV320AIC310X Driver: https://web.git.kernel.org/pub/scm/linux/kernel/git...
Hello.
Since nRF Connect SDK v3.0.0 has been released, I am testing the sample program . It is a sample I have frequently used from previous versions. The provisioning with...
Hi Support Team
There are two questions about the KNX IoT over Thread Sever/gateway and Matter over Thread gateway.
1) Customer wants to develop a product support KNX...
The app doesn't run when i flash the hex file. However it does run in debug.. I use embedded studio in OS X and nrf51 DK. I added STARTUP_FROM_RESET to preprocessor definitions...
Hello!
What are the differences between the nRF52-DK and the Preview DK?
I have heard that there is an error with the RAM:
devzone.nordicsemi.com/.../
Are there any...
Hi all,
it's possible to use a DCC pin to power an external element (like a led, for example)?
If, yes what is the maximum voltage that we can have? It's V battery or...
Hello
I just bought a NRF51422 (PCA10031 v1.1.0) dongle. It worked for sniffing, but after I upgraded the bootloader as indicated in the MBED post ( developer.mbed.org...
I'm having a strange problem, where sd_app_evt_wait() won't make the CPU sleep, after I've started a app_timer (consuming >2mA). Its working perfectly before I've started...
hello,
I want to generate a square wave; examples of your company use PWM official offer;Square wave frequency lower accuracy, configuration 10KHz frequency, there will be...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi, this is my first question here. I am using softdevice S120 v2.1 for connecting and discovering a custom service with 9 custom characteristics. I was trying to read all...
Master Control Panel occasionally works for me, but at other times it will never launch. I click on the app, something seems to happen but the window never appears. I tried...
Hi,
I'm looking for an easy way to send raw data measured by NRF51822 (as single bytes) to a host computer, without using Nordic dongle.
The example project ble_app_uart...
Hello!
I have a problem with getting a value (uint8_t) from a characteristics.
I am using 2 nrf51422 boards, where one is a central and the other is a peripheral. I...
I am running a GATT server with multiple proprietary characteristics. I need to perform an action when some of these characteristics are read. They are read-only characteristics...
I'm using an nRF52832 (QFAAB0) on a custom PCB, nRF5 SDK, S132 v2.0.
I'm occasionally encountering spontaneous resets and want to tract down the source. I found the RESETREAS...
On fds_init() I am getting back an "Invalid Data" error code and I'm not sure why.
This is on pca10040, SDK11 and S132 v 2.0
I lifted the example mentioned here -> devzone...
Hi all,
I am using mbed for developing on nRF51-DK. The code has an initialization of a character array as follows:
char tmpbuff[80];
The code compiles and when loaded...