Showing posts with label RASPBERRY PI. Show all posts
Showing posts with label RASPBERRY PI. Show all posts

Raspberry Pi powered Pasta Machine

What do you think about a Raspberry Pi powered pasta machine?


I was wondering how to automate pasta making process.



Ok is not needed to RasPower the pasta machine, so if you want to try original recipe, for 2 people:

  • 3 eggs
  • 0.3 Kg of flour (in this case a native Senatore Cappelli organic flour donated by our friends)
Put flour on marble machine, with volcano shape.
Pour eggs on top and mix by hand or with planetary mixer (better).
Put in fridge for at least half hour.
After use appropriate hand powered machine to obtain fettuccine.

Boil salted water, and throw in pasta.
After 2/3 minutes your pasta is ready to be eated with tomato sauce or mushrooms.

I'll use Raspberry for other projects.

IOT RECIPE: 01 Introduction - Sensor web interface

I'll start a new series of posts on IOT matter from the end.
This is the web interface running on my local area network.



Running the site is a mini flask web server running on a Raspberry PI. In the screenshot, charts are provided by highcharts.com and Justgage javascript library.

In this series of posts i'll cover all the ingredients of my recipe:
- Sensors overview (DHT22, Energy, Light, Barometric pressure, Pellet height)
- Raspberry Pi data acquisition with Arduino
- Launchpad Tiva CC3200 with WiFi
- Node Red Engine
- MQTT, Mosquitto, Paho
- Rrdtool, circular timeseries database
- Flask server
- Charting with javascript
- Debian unit files
- Telegram Bot Api

EMBROIDERY CNC: Software completed

Feb, 2018 UPDATE: check the final machine result: 
EMBROIDERY CNC: first completed work

The software for the cnc embroidery is finally completed and fully functional.


Screenshot: Main screen

Screenshot: Palette selection

Screenshot: Color selection

Screenshot: Artwork translate panel

Screenshot: Grbl dashboard panel (realtime via browser thanks to Websocket)

Screenshot: G-Code Inspection panel





CNC Embroidery. Elettronica di controllo II

Un avanzamento sull'elettronica di controllo dell'embroidery.

L'elettronica è finalmente nella sua sede. Ho realizzato un contenitore con della plastica, in modo da formare dei compartimenti isolati e delle vie cavo dedicate.






Come previsto, l'elettronica è così composta:
  • 1 x Raspberry PI
  • 1 x Wifi key [Perfettamente funzionante con il Raspberry]
  • 1 x Arduino Uno
  • 3 x PoStep25
  • Alimentatori vari







CNC EMBROIDERY: elettronica di controllo

Una rassegna dell'elettronica di controllo.

In alto: RASPBERRY PI, ARDUINO
Al centro: 3x POSTEP-25 + interruttore ottico (per l'azzeramento del volantino)
In basso: 4 microswitch per l'homing (2 per l'asse X e 2 per l'asse Y)



CNC EMBROIDERY: 100 € tondi tondi

Per controllare questa piccola macchina ho deciso di sperimentare i nuovi prodotti embedded, in attesa di avere per le mani una scheda affidabile per linuxcnc.



Per l'interfaccia utente ho deciso di affidarmi al RASPBERRY PI. Ho visto che è stato aperto un thread su LINUXCNC per utilizzare questa scheda come hardware dedicato, ma ritengo che al momento non sia perseguibile.

Finalmente PYTHON! (http://www.python.org)

L'idea è di implementare un web server per la gui con CHERRYPY (http://www.cherrypy.org), con i tanti cavalli di python sotto il cofano. Per la gestione delle traiettorie e dei motori proverò GRBL (https://github.com/grbl/grbl), con un opportuno fork per gestire la rotazione del volantino invece dell'asse z.

Facciamo qualche conto (al 27.12.2012):
RASPBERRY PI: € 32.00
ARDUINO UNO: € 20.00
3x POSTEP25: € 48.00
TOTALE: € 100.00

Popular posts