Childhood hits differently when u are a creative kid. This is what I made during my summer vacation of school . This is made using news paper and glue nothing else. For me it's very fun and engaging. U also have some painting or craft saved in ur gallery. Post iiiiiit..?
The project is getting so interesting.
@Open_Printing Buying printer for my GSOC project. Never imagined my summer will be going working on printers ...
Still typing 192.168.1.104 to access your ESP32 web server?
There's a smarter way : mDNS (Multicast DNS).
Instead of chasing a dynamic IP every time, your device registers itself on the local network and becomes reachable via a friendly hostname like http://object_a.local/ no central DNS server, no configuration needed.
Here's what happens under the hood:
Browser broadcasts: "Who is object_a.local?"
ESP32 recognizes its name and replies with its IP
Done. Zero setup.
The .local domain is reserved for this, standard DNS ignores it and hands it off to mDNS automatically.
I've broken down how traditional DNS works, where it fails on local networks, and how mDNS solves it with a working ESP32 implementation using ESP-IDF.
GitHub: https://t.co/MkjxCBcj33
Hit a like โค๏ธif this was new to you.
#ESP32 #IoT #Networking #EmbeddedSystems #mDNS
"The mask is not who I am. It's what I choose to become."
Hello Batman fans! Presenting CUSTOMBOOT-32, a bat shaped PCB that unites ESP32-WROOM-32E and STM32F103C8T6. ESP32 powers OTA updates with a web interface, partitions, and filesystem. STM32 runs a dual image bootloader for secure UART firmware switching.
GitHub: https://t.co/ZcO91lT7Pe
OpenDriveLab just dropped RISE โ a new paradigm for robot learning.
Instead of expensive real-world trials, robots learn in imagination.
A compositional world model simulates futures โ evaluates outcomes โ updates policy.
DIAL is a clever rethink of robot learning: instead of forcing a model to jump straight from โsee + readโ to โact,โ it inserts a latent imagination step. The model first predicts what the future should look like, then figures out actions to get there. Think โvisualizing successโ before moving.
Presenting a custom localization system setup using the Ultra Wide Band(UWB) technology, where I localized a tag with an accuracy of 5cm in a defined area of 2mx2m using the DS-TWR algorithm, working on clock synchronization to implement the TDoA algorithm as well!