Translate

Sunday, December 13, 2020

CircuitPython - Feather M0 Adalogger


The  Adafruit Feather M0 Adalogger  is a Feather family board from Adafruit that can be used to create data-logger.


Circuit-Python can be used with this board, however after loading the basic support there is not much other space for other libraries and the code.


CircuitPython

Notes about  Circuit-Python. 

On line is possible to find tons of documentation and description, this is just a my notes collection about Circuit-Python, another fast prototyping system like Arduino IDE.


Sunday, November 15, 2020

AWS Cli

I often have to work with AWS on some projects and I discovered the AWS Cli tool, that allow to do lot of things on AWS from your machine terminal.

Saturday, October 17, 2020

Raspberry streaming audio - notes and VLC server

Time ago I did buy and built a Pimoroni kit to have a streaming IP radio.
Is time to try to enhance it little bit and add some extra information.

Saturday, July 4, 2020

A family size UV sterilizer - the electronic


At this point what is needed is a timer to control the lights and also a switch used for safety and to start the operations.

Saturday, May 23, 2020

Old PSTN entry phone - door opening - #3

In this article I will discuss  about how to design a circuit capable to "read" the rotary dial and relative code.

Sunday, May 17, 2020

Old PSTN entry phone - door opening - #2

 In the previous article I discussed about some theory of operations and how to deal with the hardware.
In this article will start to discuss more in details about the hardware we want to design based on a real example.

Saturday, May 16, 2020

Old PSTN entry phone - door opening - #1


This can be an interesting project.
The idea is to use an old PSTN phone to control the user end of an entry phone system.
Different functionalities can be developed, this article is concentrated to the door opening one.

The idea is to interface the rotary dial of an old PSTN phone with a small MCU capable to decode a number composed with the rotary dial and activate a relay if a specific number is selected.

Friday, May 8, 2020

A family size UV sterilizer - intro


In this time of COVID is necessary to sterilize often things, like masks and objects.
To do so I decided to build an UV-C Box Sterilizer.
UV lights are used to sterilize object since ... forever :). On the market exists UV sterilizer for phones and small objects but this is the point, is not easy to fit in it many objects.
Thus the idea to build a bigger box capable to easily sterilize everyday objects, including facial masks and small PPE.
I will update this article every time I will add more information/details about the construction/test.

Friday, April 24, 2020

3D Printing - repairing a Jlab headphone


For many years I did buy a headphone from a company called Jlab.
They are cheap (< 30$) and very good sound quality and comfort.

I think I did buy so far 4 or 5 headsets and the reason is because after a while they broke down.

Finally I was able to repair one !


Sunday, April 12, 2020

3D Printing - knob replacement


I was asked if it was possible to print a replacement knob for a diagnostic machine.
This article describes what I did and the results.

The knob is for a laboratory machine, a thermal cycler S1000, from Bio-rad.
The knob is in plastic and is quite big.


Friday, April 3, 2020

3D Printing - Protective visor




Another thing that seems missing for many doctors is a protective visor.

I did fin a nice project and did try, not bad.


Tuesday, March 24, 2020

3D Printing - Covid mask #2


Crazy time !  Another 3D print of a mask that claim to protect from the virus.

I am kind of skeptical about the feasibility and functionality of such solution, then I did find some people pointing out to a project.




At this time I'm NOT endorsing in any way to use this mask as real solution since too many questions are unanswered !

Sunday, March 22, 2020

3D Printing - Covid mask #1


Crazy time !
I was asked if it was feasible to print a facial mask to protect from virus, to be used by normal people or also for medical teams.

So I decided to run some tests and see first hand some feasibility and if these can somehow works.

I am kind of skeptical about the feasibility and functionality of such solution, then I did find some people pointing out to a project.

At this time I'm NOT endorsing in any way to use this mask as real solution since too many questions are unanswered and potential CO2 accumulation is possible !

Sunday, March 8, 2020

3D Printing - OctoPrint camera support



Another article related to OctoPrint.

OctoPrint supports to have a camera to monitor the print area, so that remotely is possible to see how a print is going on and eventually stop it if something wrong is going on.

I had around a nice Logitech Webcam C270 and it works perfectly with OctoPrint on Raspberry Pi.

So it was only matter to find a way to attach it permanently to the printer.

Saturday, March 7, 2020

IntelliJ & Kotlin

Just a note about a recurring problem with IntelliJ IDEA and Kotlin, under MacOs Catalina.
Sometime appears a "Kotlin not configured" message in a Kotlin based project.

3D Printing - Updates and Problems


After some initial success prints, I started to have problems.

Basically the printer had big problems to start successfully to print the first layer, no adhesion to the plate and thus prints totally ruined.

Also, it ended up one time scratching the plate with the nozzle, sign that the leveling went berserk !

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.

Friday, February 21, 2020

3D Printing - Slicers


A slicer is a program that convert a graphic file (typically in a STL extension) in a G-code file, capable to drive the 3D Printer.


It is a very important and critical part of the 3D printing process.



Sunday, February 16, 2020

Android - how disable the Home button


Here a way to disable the Home button (but also the Back and Menu).

CAUTION !!
Possible undesired side effects !  Use at your risk !

It is assumed you know how to work on Android and I'm talking about !

Saturday, February 15, 2020

3D Printing - Tests



After tests, finally found a decent slicer running on Linux and Mac : Ultimaker Cura, but I found the version 3.6.0 working much much better than the latest one (4.4.1)

Let see some print finally, after changing the bed calibration springs, re-calibrate the printer and cleaning up the printing area.

Sunday, February 9, 2020

3D Printing - OctoPrint



Many 3D printers, including the one I choose, the Ender 3 Pro, can be autonomous, meaning you simply save the file you want to print on a SD card, insert it in the printer and start the print.

However is much better to be able to monitor remotely what the printer is doing and even load remotely the file to be printed.

OctoPrint allows to do so.

Sunday, February 2, 2020

3D Printing - Ender 3 Pro USB powering problem

The  problem arise when the Ender 3 Pro is connected to a computer via USB.

The connection between the two is via USB and the connection bring also the power (+5V).

In my case the computer is a Raspberry Pi 4 running OctoPrint.

Friday, January 31, 2020

Generic RFID 125 kHz reader

Years ago I did buy a small and inexpensive 125 kHz RFID reader.
This article would be a kind of datasheet/notes of this reader and suggestions about how to use it.

Sunday, January 26, 2020

3D Printing - Vocabulary


Like all the technologies, 3D print is not an exception and it has some "lingo", its own set of words to describe specifically something or some operations.

This post will be updated often.

Let see some of them to better understand this business.


Saturday, January 25, 2020

3D Printing - The beginning


Time to buy, install and use a 3D printer.

What exactly should be done before to buy a 3D printer ? What is necessary to know ?
How to choose a printer ? 

My experience.