Tell us about yourself!
- Mad Chat commented on nschreiber0813's instructable How to Control a Neato Robot From a Raspberry Pi
- Mad Chat made the instructable Creating Easy Glass Circuit Boards at HomeView Instructable »
Process used to transform an old solar lamp into a solar radiation sensor, sending 433 MHz X10 signal to Domoticz. It's easy to sold on a PLA base (3D made) if you don't stay a long time... I have tried with aluminium roll, it's work as well.Very nice idea to use metallic roll, Heliox, you have start a new era.
- Mad Chat made the instructable Creating Easy Glass Circuit Boards at HomeView Instructable »
A 433 MHz temperature and humidity sensor, using a DHT22 and an ATTiny85. For Domoticz, it's using Oregon Scientific protocol.
- Mad Chat favorited Batman Lights by טלע
- Mad Chat commented on HelioxLab's instructable Creating Easy Glass Circuit Boards at HomeView Instructable »
Petite astuce: le verre se perce très bien et se ponce aussi facilement, mais le mieux est de le faire sous l'eau, en plus d'entrainer les poussières cela permet de refroidir le verre et le foret si percage. Pour poncer: pierre à affuter basique, poncer les angles sous le robinet d'eau en laissant couler un filet en permanence sur la zone à poncer. Pour percer: toujours sous un filet d'eau, mettre au fond de l'évier une planche épaisse, la vitre dessus, laisser couler un filet d'eau et percer à vitesse faible en appuyant à peine avec un foret carrelage ou mieux spécial verre.
- Mad Chat favorited Kids Trike by Robin Lewis
- Mad Chat commented on Hugo Trombert's instructable Telescope Motorization (focus + Orientation)View Instructable »
Bonjour, je suis français aussi... C'était juste une histoire de tension trop faible 4,8V (un peu comme sur Raspberry), j'ai augmenté ma tension à 5,5V et tout est ok.J'ai décuplé le système avec toujours un Atmel 328p chinois mais 2 moteurs pour motoriser l'ensemble:#include <Stepper.h>const int stepsPerRevolution1 = 64;const int stepsPerRevolution2 = 64;const int buttonA = 2;const int buttonB = 3;const int buttonC = 4;const int buttonD = 5;Stepper myStepper1(stepsPerRevolution1, 6, 7, 8, 9);Stepper myStepper2(stepsPerRevolution2, 10, 11, 12, 13);void setup() { pinMode(buttonA, INPUT); pinMode(buttonB, INPUT); pinMode(buttonC, INPUT); pinMode(buttonD, INPUT); myStepper1.setSpeed(100); myStepper2.setSpeed(100); Serial.begin(9600);}void loop() { while(digitalRead(buttonA) == …
see more » - Mad Chat commented on Hugo Trombert's instructable Telescope Motorization (focus + Orientation)View Instructable »
Hi, it's my first stepper use, and it's not working... I've the same parts (motor, board, etc), the same .ino file, and button 2 is working well (clockwise turning), but not the button 1 (motor make sound but don't turn), may have you an idea ?
- Mad Chat commented on imjasonc's instructable Bypass Your Broken Airport Express PSU With an USB Power SourceView Instructable »
For the new versionA 1264 with blue board 820-2407-A and only with 6 black wires:There is no 5 V, 3 wires for GND and 3 for the 3.3 v BUT they are inverted, see the picture !
- Mad Chat made the instructable Raspberry Pi Wifi Controlled Video Streaming RobotView Instructable »
Very cool ! I made it with a cheap vacuum robot, a raspberry pi zero, a destroyed Logitech webcam and some recycled electronics parts. Thank you for your work.
- Mad Chat made the instructable Plywood Hot Wire Foam CutterView Instructable »
Nice idea ! I've made on without CNC, only with a L corner. CNC is a future project ;-)
- Show More Activities
Hi,I'll use a Pi Zero and a ssh wifi connection to my iMac, it'll be easier for me. But just a question, where is the usb jack on the Neato, i haven't find it !Thank you, regards