- Home
- Reviews
- Projects
- Maker Faire Street Team 2017 – September 23-24
- Retro-Gaming
- Explo 6 space flight
- Maker Faire Street Team 2016
- Staples
- DiFara Pizza of Brooklyn
- Lilac Chocolates of Greenwich Village
- BareBurger
- Deno’s Wonder Wheel
- Coney Island New York Museum and Freak Show
- Williams Candy of Coney Island
- Nathan’s Famous Coney Island
- Ostrovitsky’s Bakery
- Citibank of Avenue J
- M & Ds Kitchen
- Hillary Clinton National HQ
- Tinkersphere
- 3 Washington Square Village
- Experiences
- Press
- Self Instruct
- Guests
- About Me
In may 2018, durning the bay area Maker Faire in San Francisco, I bought a google AIY Vision Kit. I did the basics and the tutorials but wanted more. I wanted a basic surveillance camera for my room when I went home to Brooklyn.
Read More
maserCycle.py – Cycle through lasers on servos and draw lines
This is the third of five articles on my 2017 laser science project "Rock, Paper, Lasers." This one was just for fun and just for showing off a little. Lasers are fun. Fog is fun. WEAR GOGGLES.
Read More
servoTurn.Py – a simple python script to turn a servo on a raspberry pi 3
Turn a servo using a Raspberry Pi 3 GPIO using Python. Picks up where the Adafruit servo build instructions stop. - This is a part 1 of 5 of the 2017 Rock, Paper, Lasers Science Project.
Read More
maserFire.py – Fire lasers with transistors and python on a Raspberry Pi 3
Part two of five, "Rock, Paper, Lasers" 2017 Science Project. This is the basic laser python code.
Read More
Rotate Raspberry Pi Touchscreen Display 180d
Problem : our 7″ touchscreen is upside-down if you want to rest it on it’s holder.
We need to edit the config.txt file to rotate the raspberry pi display
sudo pico /boot/config.txt
Add the following line to the bottom of the...
Read More
SMS on PI
SMS on your Raspberry Pi…
Adapted from : http://www.smssolutions.net/tutorials/gsm/receivesmsat/
This assumes you have set up your sim card, wired your modem correctly to your Pi, and are using a terminal program such as minicom.
You may need...
Read More
Make Them Blink
You will need:
4 complete sets of LED’s and wires (see last lesson)
The first thing you will need to is connect your negative sides of the wire to any ground cable that is not taken, like 14, 9, 20, or 25.
The next thing you will need to do is to...
Read More
Remote ssh connect from iPad P.C. and laptop using dynamic ip address
...
Read More
Chain connect pressure/temperature module i2c on clock module
Turned pressure and temperature into variables
Print all variables on photo
Change font and location of variable
...
Read More
Add Clock Via i2c
Prepare i2c
added real time clock driver to raspian
Add time variable to picture display
Solder pins to clock module
...
Read More