ELECTROTHOUGHTS.WORDPRESS.COM
Electrothoughts | Thoughts of the Amateur MakerThoughts of the Amateur Maker (by Amanda)
http://electrothoughts.wordpress.com/
Thoughts of the Amateur Maker (by Amanda)
http://electrothoughts.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.8 seconds
16x16
32x32
64x64
PAGES IN
THIS WEBSITE
8
SSL
EXTERNAL LINKS
11
SITE IP
192.0.78.12
LOAD TIME
0.797 sec
SCORE
6.2
Electrothoughts | Thoughts of the Amateur Maker | electrothoughts.wordpress.com Reviews
https://electrothoughts.wordpress.com
Thoughts of the Amateur Maker (by Amanda)
electrothoughts.wordpress.com
Raspberry Pi | Electrothoughts
https://electrothoughts.wordpress.com/tutorials/raspberry-pi
Reflections on code, making, and tech. Adventures with 3D Printing. Connect Your Pi to the Internet through your W7 Computer’s Wifi. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out.
Two Possible Pi Cases | Electrothoughts
https://electrothoughts.wordpress.com/2015/08/07/two-possible-pi-cases
Reflections on code, making, and tech. Adventures with 3D Printing. Two Possible Pi Cases. Two Possible Pi Cases. August 7, 2015. August 7, 2015. I’ve contemplated making a different case for my Raspberry Pi Model B and I’ve come up with two different ideas. Case Option #1: A Heavily Decorated Cardboard Case. Of course, it would be an amazing pun to buy a mini raspberry pie to use the box it comes in as a Pi case, but, alas, I’ve never seen one in the store. 2 thoughts on “ Two Possible Pi Cases. I hadn&...
My First PCB: Air Conditioning Fan | Electrothoughts
https://electrothoughts.wordpress.com/2015/11/09/my-first-pcb-air-conditioning-fan
Reflections on code, making, and tech. Adventures with 3D Printing. My First PCB: Air Conditioning Fan. My First PCB: Air Conditioning Fan. November 9, 2015. 3d printed fan blades. As you may know, I enjoy making various personal air conditioning systems. Basically, a fan is connected to and on-off switch to act as air conditioning. An RGB LED can be lit either green or blue, and a slide potentiometer both changes the color and adjusts the brightness. The parts used for the circuit. USB-Type A to USB-Min...
Connect Your RPi to Your Computer’s WiFi | Electrothoughts
https://electrothoughts.wordpress.com/tutorials/raspberry-pi/how-to-connect-your-raspberry-pi-to-the-internet-via-sharing-your-w7-computers-wifi
Reflections on code, making, and tech. Adventures with 3D Printing. Connect Your RPi to Your Computer’s WiFi. Connect Your RPi to Your Computer’s WiFi. Using this method of connecting your Raspberry Pi to the internet makes it super easy to truck your Pi around using a secure shell (SSH). Once it’s configured, you need only your Pi, computer, and Ethernet cable. Update March 2016 — currently trying to find an easier method of doing this*. Raspberry Pi connected to monitor and keyboard. Now that the LAN c...
Homemade Raspberry Pi Case | Electrothoughts
https://electrothoughts.wordpress.com/2015/11/15/homemade-raspberry-pi-case
Reflections on code, making, and tech. Adventures with 3D Printing. Homemade Raspberry Pi Case. Homemade Raspberry Pi Case. November 15, 2015. So a while back I was thinking of making a new case for my Raspberry Pi. And now I’ve finally gotten around to finishing one! White cardboard box that my RPi Model B came in, so it was already sized to shape. 1/4 ” thick anti-static foam salvaged from the hard drive section of an old computer tower. Parts used to make the case. The case in action. You are commenti...
TOTAL PAGES IN THIS WEBSITE
8
bengineer1999 | EngineerCheer
https://engineercheer.wordpress.com/author/bengineer1999
A site for me to share my tech ventures on. I am 16 years old and building things is my passion. I've always been interested in the way things work, and I would love to become an engineer when I'm older. I particularly enjoy building electronics projects and since I enjoy coding as well I'm especially interested in Arduino and the Raspberry Pi. I decided to model the flight time that different batteries would provide, based on their. Find thrust needed per motor (hovering). Divide this thrust by a consta...
Tin can amplifier | EngineerCheer
https://engineercheer.wordpress.com/2015/01/14/tin-can-amplifier
A site for me to share my tech ventures on. Though I liked my tin speaker, my iPod wasn’t capable of driving it to the volumes it had reached easily when in the CD player. I decided to build a small amplifier for it, continuing the tin can theme. The amp runs off two 9v batteries, and has a simple input, output, and gain control. I enjoyed building it, even if it was a squeeze fitting it inside a tin! This entry was posted in Uncategorized. January 14, 2015. IoT chess board software →.
ReCoRVVA | EngineerCheer
https://engineercheer.wordpress.com/recorvva
A site for me to share my tech ventures on. A while ago, I made ReCoRVVA. I was one third of the team that built it, the other two members being Finnian Anderson. The full project report on building it can be found here. And the source code can be found on Finnian’s GitHub here. Here is a short video of it in action. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email.
IoT Chess Board | EngineerCheer
https://engineercheer.wordpress.com/iot-chess-board
A site for me to share my tech ventures on. My IoT chess board is designed to enable the user to play chess online, but with a physical board. This means that incorporated into the board are LEDs in each piece and square, and detection of the location of each piece. It uses a Raspberry Pi as a web server and an Arduino MEGA to control the electronics. Since I submitted it for a Gold CREST award, I wrote a report on it, which can be found here. 5 thoughts on “ IoT Chess Board. August 9, 2015 at 9:53 pm.
postapocalypticresearchinstitute.wordpress.com
Candlelight-Atmosphere with Arduino | post-apocalyptic research institute
https://postapocalypticresearchinstitute.wordpress.com/2013/01/07/candlelight-atmosphere-with-arduino
Designing solutions for the time after the upcoming Zombie apocalypse! Just a snipped of code that I have found for creating a candlelight-like light with a yellow LED attached to a PWM port of an Arduino (called here ledPin). You could probably add another red LED to optimize the effect, but for a first try it does not look too bad. AnalogWrite(ledPin, random(120) 135);. Here is a small video of the setup in action:. A Holder for Bluetooth Camera Remote. Arduino Weather Station →. Enter your comment here.
IoT chess board software | EngineerCheer
https://engineercheer.wordpress.com/2015/02/28/iot-chess-board-software
A site for me to share my tech ventures on. IoT chess board software. Though I have completed all the hardware of my IoT chess board. I am still in the process of developing the software for it. An Arduino MEGA sits underneath the board and controls the hardware, while a Raspberry Pi runs a webserver and takes care of the processing. Therefore the software development comes in three parts:. The Arduino software, for physically controlling the LEDs and detection circuit on the board. February 28, 2015.
MagPi | EngineerCheer
https://engineercheer.wordpress.com/2015/07/06/magpi
A site for me to share my tech ventures on. My IoT Chessboard got featured in the MagPi (the official Raspberry Pi magazine)! You can check it out here. This entry was posted in Uncategorized. July 6, 2015. IoT chessboard software integration. Electronics course in Southampton →. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out.
IoT chessboard software integration | EngineerCheer
https://engineercheer.wordpress.com/2015/03/10/iot-chessboard-software-integration
A site for me to share my tech ventures on. IoT chessboard software integration. Here’s a video of the fully functioning chess board in action. This entry was posted in Uncategorized. March 10, 2015. IoT chess board software. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out.
TOTAL LINKS TO THIS WEBSITE
11
electrothetiger.deviantart.com
ElectroTheTiger (Andrew) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 5 Years. This deviant's full pageview. Last Visit: 1 hour ago. This is the place where you can personalize your profile! May 9, 2016.
Electrothing
Find the best information and most relevant links on all topics related to electrothing.com.
Title here
The page you were looking for doesn't exist
It looks like that page has gone missing :(. Your subscription may be expired or disabled, please try typing the link again or send us an email. If we can help!
Thomas Electrodomésticos
Electrothoughts | Thoughts of the Amateur Maker
Thoughts of the Amateur Maker. General RGB and Transistor Use. Connect Your RPi to Your Computer’s WiFi. Homemade Raspberry Pi Case. November 15, 2015. So a while back I was thinking of making a new case for my Raspberry Pi. And now I’ve finally gotten around to finishing one! White cardboard box that my RPi Model B came in, so it was already sized to shape. 1/4 ” thick anti-static foam salvaged from the hard drive section of an old computer tower. Parts used to make the case. The case in action. Using o...
Electro Threads - Spreading Good Vibes Through Wearable Art – Electro Threads™
New Side Slit Tanks. Yoga Pants and Leggings. Yoga Pants and Leggings. USD - US Dollar (US$). EUR - Euro (). GBP - British Pound (£). CAD - Canada Dollar (Can$). AUD - Australian Dollar (AU$). CHF - Swiss Franc (₣). SGD - Singapore Dollar (S$). JPY - Japanese Yen (¥). MXN - Mexican Peso (Mex$). SEK - Swedish Krona (kr). New Side Slit Tanks. Yoga Pants and Leggings. Yoga Pants and Leggings. Cart subtotal: $0.00 USD. Cart subtotal: $0.00 USD. Rasta Rafiki Hooded Dress. Electro Owl Unisex Hoodie.
electrothug-officiel.skyrock.com
Blog de ElectroThug-officiel - Blog de ElectroThug-officiel - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! Electro thug lors du JOUR J. Ajouter cette vidéo à mon blog. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Ou poster avec :.
Parking de Dominio
Bienvenido a la futura página de. Bienvenido a la página de parking de www.dominioejemplo.com. Ventajas de tu dominio. Panel gestión de dominios. Alojamiento web con IP española. Encuentra ahora TU DOMINIO. Con tu nombre de dominio. Soluciones de correo profesional. Ideales para las necesidades exclusivas de correo, totalmente configurables y escalables para adaptarse al crecimiento de tu negocio. Informe SEO Gratis,. Realizamos un análisis de marketing. Crea fácilmente Tu web. Con '1,2,3!
ELECTROTICA
Aller au contenu principal. Bonjour à vous tous,. Cette entreprise a été créée afin de répondre à plusieurs critères pour la population de la région genevoise et arc lémanique. En effet, les clients actuels ont besoin d’avoir quelqu’un de proximité pour satisfaire leurs exigences en cas d’urgence. Notre entreprise a pour but de travailler dans les domaines suivants;. Mise en service des composants à fibre optique. Création de réseaux informatiques. Rénovation d’appartements et villa.