Tell us about yourself!
- LaurentM commented on JuanF92's instructable Touchless Multicolor Lamp
- LaurentM commented on DIY Machines's instructable How to Build a Giant Hidden Shelf Edge ClockView Instructable »
This has to be one of the best instructables I've seen. Well done
- LaurentM made the instructable Easy Apple RosesView Instructable »
great idea and easy to make.My wife loves roses and was over the moon with the surprise on mother's day
- LaurentM commented on hombremagnetico's instructable Nuclear Switch Locator
LOL. If you wanted to be even more overkill I'd advise your very own butler to light up a torch on the light switch so you can see it :)
View Instructable »So you spent £24 + 3D printing material/time for the convenience of finding a light switch in the dark???
- LaurentM commented on Wim3d's instructable Blinds Control With ESP8266, Google Home and Openhab Integration and WebcontrolView Instructable »
Nice post. I've been thinking about how I could make my blinds smart and this looks like a nice cheap solutionCan you share how you figured out the number of steps ?#define OPEN_STEPS 400#define CENTER_STEPS 2000#define CLOSE_STEPS 3600#define MAX_STEPS 4000
- LaurentM commented on millmore's instructable Bike Overtaking Distance SensorView Instructable »
Nice Project. I was expecting to read somewhere that you had set an alarm/siren so that when a vehicle is too close it actively horns at them. Maybe something to add on your to do list?
- LaurentM commented on glowtime's instructable Soldering RGBW and RGB LED Strip TapeView Instructable »
Stating the obvious for the seasoned solderer (is that a word?) I guess, but for those who are new this is a really good instructable.
- LaurentM made the instructable Simple Arduino and HC-SR04 ExampleView Instructable »
Thanks for this. I used it to control an LED light by simple hand gesture
- LaurentM commented on Toglefritz's instructable Check If the Dishwasher Is Clean With Google AssistantView Instructable »
Kudos for the extra detailed instructable. Quick question though, if I understand well you have to tell google the dishwasher status every time you make a change to it? So if someone forgets to tell Google, then you get the wrong answer?
- LaurentM commented on taifur's instructable Seven Pro Tips for ESP8266View Instructable »
Thanks. I wasn't aware of the Wifimanager bit and will definitely implement it on my devices.
- LaurentM commented on Gosse Adema's instructable Illuminated Christmas Tree Ornament [WiFi Controlled]View Instructable »
Hi @Gosse, I was wondering what if you sprayed anything on top of the glitter so it doesn't go everywhere, and if so what?I find my glitter is all over the place...Thanks
- LaurentM commented on Well Done Tips's instructable How to Make Cordless Driver Holder From PVC PipeView Instructable »
So simple, yet so brilliant.I'm defo going to do this. Thanks
- LaurentM commented on Gosse Adema's instructable Illuminated Christmas Tree Ornament [WiFi Controlled]View Instructable »
in addition, I wanted to praise you for helping us build it in such a way that it's still possible to change the code even after it's built (and the board is sealed inside the ornament), really cleaver stuff
- LaurentM made the instructable Illuminated Christmas Tree Ornament [WiFi Controlled]View Instructable »
This is only the first one and I haven't added the glitter yet, but I've finally made it (and made my first instructables by the same token).Thanks for the instructions, they were spot on. Even changed the code to have different functions :)
- LaurentM commented on LukeK1990's instructable Hands Free Google Assistant for Raspberry PiView Instructable »
Thanks @LukeK1990 for the confirmation
- LaurentM commented on LukeK1990's instructable Hands Free Google Assistant for Raspberry PiView Instructable »
Quick question please: I have an old original Raspberry Pi Model B, would that work on it or do I absolutely need a Raspberry Pi 3?
- LaurentM commented on BrittLiv's instructable Thor's Hammer Toilet BrushView Instructable »
I don't have a 3D Printer. I use www.3dhubs.com for my needs. In case that helps anyone
Thanks for this. I'm going to "pinch" some of your ideas to improve on a similar project I'm working on.Just a small note in your logic_control.ino, function ligth_mode:If the distance equals 5 exactly, nothing happens... I know it'll be a rare occasion, but one that can happen nonetheless...