01
~/cpp

Serial Port for emulated esp32 using QEMU(?)

Previous posts walk through how to run code on an esp32 emulator using QEMU and how to create virtualized sensors for esp32 emulator . This post explains how you can set this up in a way that external applications such as c++/python/nod…

Serial Port for emulated esp32 using QEMU(?)
02
~/cpp

Virtualized sensors for esp32 emulator

Okay so you've got your esp32 emulator running on qemu. What next? I need to virtualize sensors. That cannot be done really because sensors return environmental parameters, so you can either simulate environmental parameters or generate…

Virtualized sensors for esp32 emulator
03
~/cpp

BitFlash_Client - Open Source FOTA for Everyone

Last week Prakriti & I created BitFlash_Client which is now officially a part of the Arduino Library Registry. You can try out the library and let us know if you liked it and if you have any feedback we'd love to hear you out. Also if y…

BitFlash_Client - Open Source FOTA for Everyone
04
~/cpp

Cooler than KnapSack

Familiarizing oneself with Design and Analysis of Algorithms this semester, one of the problems my professor keeps talking about is the KnapSack Problem. In the presented problem we have N items where each item has some profit and weigh…

capitalist
10
~/cpp

Configuring GNU CGICC CGI Library on Windows 11

Curabitur quis egestas odio, ac tincidunt neque. Cras egestas sapien eu egestas iaculis. Pellentesque et velit adipiscing, imperdiet urna vel, venenatis libero. Fusce semper tortor vel convallis blandit. Nullam vel tempor mi. Maecenas c…

GNU CGICC based C++ Loan Amortization Calculator