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.
Which toolchain do you use for cross-compiling embedded applications?
Hello Alok, Generally, We are using GCC based cross compiled toolchains for compilations of build or application for embedded boards like ARM, MIPS and other architecture-based boards. Regards, Ritesh Prajapati
Hello Alok,
Generally, We are using GCC based cross compiled toolchains for compilations of build or application for embedded boards like ARM, MIPS and other architecture-based boards.
Regards,
See lessRitesh Prajapati
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
Programming Error while using PICKIT4
Hello, Would you please share us each and every steps into details with screenshot of IDE while facing issues so that we can have better understanding and idea for problem statement and can provide proper solution for the same? Regards, Ritesh Prajapati
Hello,
Would you please share us each and every steps into details with screenshot of IDE while facing issues so that we can have better understanding and idea for problem statement and can provide proper solution for the same?
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