Translate

Showing posts with label EasyEDA. Show all posts
Showing posts with label EasyEDA. Show all posts

Saturday, February 12, 2022

Bathroom fan controller - tests and refinements

 


After building a prototype some more considerations did come up from testing and installation planning.





Saturday, January 29, 2022

Bathroom fan controller - installation




After designing and building the first prototype for the automatic bathroom Fan controller, was time to install it in the bathroom.

Here few notes about what I did.



Tuesday, December 28, 2021

Bathroom fan controller - the idea




Ok, here a quick and dirty project.

The idea is to build a bathroom fan controller.
One of the bathroom I have has no windows, only a fan to remove the humidity.

I'm tired to have manually to turn it on and off, so time to make this automatic.

Sunday, March 1, 2020

3D Printing - Adding Emergency Stop Button



Another article related to OctoPrint.

Sometime things can go wrong during a print.

If using OctoPrint to start/control a print, not always you can quickly go from the printer to the website in order to cancel the print and stop the printer.
Also using the printer console require some time to go on the stop.
Would be nice to have a Stop button.

IMPORTANT !  It is assumed OctoPrint is running on a Raspberry Pi connected to the printer !!

Saturday, February 29, 2020

3D Printing - Adding enclosure temperature sensor

Another article related to OctoPrint.


Having around some DHT-22 sensors used on the fHelper MQTT project and seen a direct support of them for OctoPrint, I decided to use them to measure temperature and humidity of the enclosure, handled by OctoPrint.
In this article the steps to add the sensor to the System.

The idea is to have OctoPrint capable to monitor the enclosure temperature.
It is assumed OctoPrint running over a Raspberry Pi.

Sunday, February 10, 2019

EasyEDA tips - edit components

EasyEDA like many other CAD allows to create your own components.
There are lot of documents and tutorials on the net, but still some information are often hidden or not easy to find.
Hopefully these tips can help.

Sunday, January 20, 2019

Storing projects - the idea






How to store a project to preserve it for the future ?
My project have up to three components.
A description/documentation. some code, schematics.

I like the idea to have my work not only stored in different servers like Bitbucket or EasyEDA or Blogger but also stored on my server, locally.



Sunday, December 16, 2018

Timer for UV box - final build - Hardware

Time to close also this project.
With the help of Roberto we did end up with a PCB, let's put it together.
This article describes some work on the hardware side.

Sunday, December 9, 2018

Digital Encoder breakout

On many projects I use a digital encoder as input device (to set values, select, etc.).
In order to have more flexibility to put the encoder on panels, I usually manually wire it on a prototype board, every single time.

So it is time to have a standard way to deal with this.






Sunday, November 25, 2018

EasyEDA

EasyEDA is a schematic CAD with PCB capabilities, like Eagle CAD, but running in the browser (I'm using Chrome).
For a project I started  I'm trying to use it for schematic and eventually for the PCB.
This is a brief review of my experience so far.

Sunday, September 23, 2018

tRPOf with Trinket - updated

This article is about a RPOf circuit for the Raspberry Pi using a Trinket, thus the name  tRPOf.
The main difference from previous ones, is that this project uses a standard Adafruit Trinket as microcontroller instead the MSP430 in order to use "off the shelf" components with less effort of programming and a LiPo charger/USB DC/DC converter..