Unlock the Gateway: Join the Embed Threads
Unlock the Possibilities: Dive In with Login Access
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How do you ensure reliability in safety-critical embedded systems?
Hello Alok, We can also use few secure protocol and communication mechanisms for safe and secure communication outside the world from device. For Example - mbedTLS, OpenSSL and other AES and SHA Algorithms. Regards, Ritesh Prajapati
Hello Alok,
We can also use few secure protocol and communication mechanisms for safe and secure communication outside the world from device.
For Example – mbedTLS, OpenSSL and other AES and SHA Algorithms.
Regards,
See lessRitesh Prajapati
How do you manage version control for your embedded projects?
Hello Alok, GIT versioning control mechanism is best tool for local and remote work with version control mechanism. Regards, Ritesh Prajapati
Hello Alok,
GIT versioning control mechanism is best tool for local and remote work with version control mechanism.
Regards,
See lessRitesh Prajapati
Which development board do you use for prototyping embedded systems?
Hello Alok, I think ESP32 Development Kit is good for IoT and Home Automation Prototype. But Arduino is also good for quick and easy prototype. Regards, Ritesh Prajapati
Hello Alok,
I think ESP32 Development Kit is good for IoT and Home Automation Prototype.
But Arduino is also good for quick and easy prototype.
Regards,
See lessRitesh Prajapati
In your opinion, what is the most exciting trend in embedded system engineering?
Hello Alok, I would go for IoT with Artificial Intelligence and Machine Learning which plays vital role now for Home Automation and Industrial IoT based projects. Regards, Ritesh Prajapati
Hello Alok,
I would go for IoT with Artificial Intelligence and Machine Learning which plays vital role now for Home Automation and Industrial IoT based projects.
Regards,
See lessRitesh Prajapati
Which programming language do you prefer for embedded systems development?
Hello Alok, I am preferring C and Embedded C are good for embedded system developments as per experience so far though it depends on your software requirement and hardware stuffs. Regards, Ritesh Prajapati
Hello Alok,
I am preferring C and Embedded C are good for embedded system developments as per experience so far though it depends on your software requirement and hardware stuffs.
Regards,
See lessRitesh Prajapati
How do you manage software updates in your deployed embedded systems?
Hello Alok, I believe Firmware Over The Air (OTA) is best mechanism to update firmware remotely for including new features or resolving bugs if device has network connectivity like local or remote. But, I prefer remote network connectivity is good for FOTA using which user can update firmware from aRead more
Hello Alok,
I believe Firmware Over The Air (OTA) is best mechanism to update firmware remotely for including new features or resolving bugs if device has network connectivity like local or remote.
But, I prefer remote network connectivity is good for FOTA using which user can update firmware from anywhere as per requirement.
There are also few secure connections related mechanism or methods we can include so that firmware or device can’t be hacked while doing update as a part of security purpose.
Regards,
See lessRitesh Prajapati
What emerging technology do you believe will have the most significant impact on embedded systems in the next five years?
Hello Alok, I believe Wi-Fi 6, LoRa, NBIoT and other RF Technology will play significant roles in embedded systems. Regards, Ritesh Prajapati
Hello Alok,
I believe Wi-Fi 6, LoRa, NBIoT and other RF Technology will play significant roles in embedded systems.
Regards,
See lessRitesh Prajapati
Designing a DIY Lithium Polymer Battery Charger Circuit without Off-the-Shelf ICs
Hello, If your application is critical for battery perspective, then i suggest to use BMS (Battery Management System) in place of PCM (Protection Circuit Module) because there are few more critical sections have been covered into BMS though it would be costlier compared to PCM. You can get followingRead more
Hello,
If your application is critical for battery perspective, then i suggest to use BMS (Battery Management System) in place of PCM (Protection Circuit Module) because there are few more critical sections have been covered into BMS though it would be costlier compared to PCM.
You can get following difference between PCM vs BMS as per application requirement perspective.
https://bmspowersafe.com/en/technology-en/pcm/
Regards,
See lessRitesh Prajapati
Self learning for embedded software engineer
Hello, First of all, you have to learn basic fundamentals of C and Embedded C including practical perspective as well. Once it will be cleared then need to have good understanding for different hardware interface or peripherals like I2C, UART, SPI, GPIO, CAN etc Then you should have basic knowledgeRead more
Hello,
First of all, you have to learn basic fundamentals of C and Embedded C including practical perspective as well.
Once it will be cleared then need to have good understanding for different hardware interface or peripherals like I2C, UART, SPI, GPIO, CAN etc
Then you should have basic knowledge about RTOS or Linux RTOS with fundamentals of Operating System.
Basic Networking knowledge is also required like Socket Programming, TCP/UDP communication, Server/Client sequence etc.
Regards,
See lessRitesh Prajapati
how to configure 4-20ma in stm32
Hello, Good Question you have asked but it would be good if you can share more details like what you want. Also would like to know that have you choose ADC Pin as input from STM32 to read ADC Data or not? If not then first of all you need to select that pin? Also, Let us know more details or datasheRead more
Hello,
Good Question you have asked but it would be good if you can share more details like what you want.
Also would like to know that have you choose ADC Pin as input from STM32 to read ADC Data or not? If not then first of all you need to select that pin?
Also, Let us know more details or datasheet about 4-20 mA sensor which you want to integrate with STM32.
Regards,
See lessRitesh Prajapati