I want to program ESP32 using OTA. But based on my research in internet I got to know that to do this, the esp32 and the computer(used to upload code) should be connected in the same wifi network. What if ...
Embed Threads Latest Questions
I have a header file (.h) that is included in multiple .c files. In this header file, there is a variable declared as static. Since the header file is included in multiple files, there can be multiple accesses to that ...
I am trying to port zephyr rtos on shakti processor, it s a riscv based 32bit processor. They already have ported the zephyr rtos to shakti v1.13. I want to port the latest zephyr rtos v3.4.0 to it. I ...
Hello, I would like to know in MSP430 Controllers DSP Library can we use those libraries to find AC signal amplitude using DFT or FFT method. also if any other method is available rather than normal RMS calculation it would be ...
Embedded Systems development offers an array of captivating aspects. Whether it’s low-level programming, real-time operating system, IoT connectivity, or firmware development, each facet holds its own allure. What aspects of embedded system development fascinates you the most? Share your thoughts!
Version control is essential for collaborative development. Let’s discover the most popular version control systems among embedded engineers.
hello everyone help me to complete the task. the task is to read the output from the field sensors the output is in between the range 4-20ma i have to take that as a input to the stm32 microcontroller ...
Hello everyone, has anyone here used a supercapacitor for RTC backup on STM32 microcontrollers? I’m curious to know about its reliability in this application. Thank you!
Hello All, I am trying to read input frequency at PD0 pin of STM8S105 which is linked with TIM3 Channel 2 of microcontroller. I am using STVD and cosmic compiler with standard peripheral library. Unfortunately I am getting lot of ...
Hi friends, Is there any other resourses to understand the steps for debugging process of esp idf project using JTAG. I have esp32 s3 devkit . I know there is a built in JTAG and need to know the further steps ...