Latest bookmarks (page 2 of 14)
15 Nov 2025
medium.com
Example of functions in Python to make Google Gemini to give weather forecast for a location during a chat
15 Nov 2025
colab.research.google.com
How to use functions from within the Chat session besides the Generate Content, so chat history and more is self managed. In Python
7 Nov 2025
randomnerdtutorials.com
A simple guide about SPI communication protocol with the ESP32 using Arduino IDE. We’ll take a look at the ESP32 SPI pins, how to connect SPI devices, define custom SPI pins, how to use multiple SPI devices, and much more.
7 Nov 2025
www.waveshare.com
ESP32-S3-Touch-AMOLED-1.8 is a high-performance MCU board designed by Waveshare. Despite its compact size, it integrates a 1.8inch capacitive touch AMOLED, power management chip, 6-axis IMU sensor (3-axis accelerometer and 3-axis gyroscope), RTC, TF slot, microphone, speaker and various other peripherals on board for easy development and embedding into the product.
7 Nov 2025
github.com
A small homemade motorcycle computer based on ESP32 controller to show some usefull information. The project has been done thinking on the modularity, so new features can be added (or removed).
6 Nov 2025
stackoverflow.com
Stack Overflow. How to use Python's Multiprocessing Managers to instantiate a Proxy class to access to the methods of the child process. You can pass params, so why to bother with all the hassle of the Queues?
6 Nov 2025
stackoverflow.com
You have to include your chats to the "parts" list to make gemini to remember their chat history.