Category: Learnings
-
Using Social Media Effectively
If you are engaging on social media purely for your own benefit you should stop doing it, else you will enter into vicious circle and will be paralyzed with inaction or anxiety. The presence or absence of anyone should not negatively influence your thinking or actions.
-
Experiences with Gen AI for Embedded Software Development
Here are my observations with Gen AI for embedded software development 1. This might be good when starting a new project. It’s a pain to integrate with an already existing code, particularly when there are multiple external interactions and if one is using vendor provided IDEs, BSPs and libraries. 2. The free version of ChatGPT…
-
System Identification and PID Control experiments
This is another experiment I did to try auto tuning of the PID controller. I used Matlab System Identification toolbox to estimate the transfer function of the System of Interest (SoI). If you notice, right now for the system structure I assembled and the gains I initialized, the actual state never reaches the desired level,…
-
Pattern Recognition in Time Series Data
From the same home energy monitoring experiment data, attempting to identify patterns. This too is completely by Gen-AI. By the way now the data is being injected into a PostgreSQL database directly instead of a CSV file. I did this for better managing the volume of data. All this is on my laptop so not…