TiagoSantos's instructables
Tell us about yourself!
Achievements
- TiagoSantos made the instructable Free Halloween Black Cat-A-Pult PapercraftView Instructable »
- TiagoSantos's instructable Secure Christmas Tree's weekly stats:
- TiagoSantos made the instructable Free Halloween Headless Robot PapercraftView Instructable »
Made it
- TiagoSantos's instructable Modular Solar Weather Station's weekly stats:
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO TrainView Instructable »
Hello. I didn't connect the servo with the yellow handle physically. I place a Lego Technic Bush (https://www.bricklink.com/v2/catalog/catalogitem.page?P=3713#T=C) on the yellow handle pin to make it larger and the servo push it. You can see it in detail in this video https://www.youtube.com/watch?v=_1XNC5YFI90The housing for the servo is make with bricks and plates.
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO TrainView Instructable »
Hello. I put a Lego Technic bush (https://www.bricklink.com/v2/catalog/catalogitem.page?P=3713#T=C) on the handle to make it bigger. Then the servo pushes it when it turns.
- TiagoSantos made the instructable Free Halloween Mummybot PapercraftView Instructable »
A #MUMMYBOT Ready for halloween.
- TiagoSantos's instructable Room Monitor for HomeAssistant's weekly stats:
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO Train
Hello . Use the GitHub file instead of the code on the Instructable (the link is near the code). On the GitHub Repositorie is a file with all the code and the library needed.
View Instructable »Hello. I don't have a connection diagram. On the Instructable is the information where the data pin of each sensor connects to the arduino. All the others are ground and vcc.
- TiagoSantos commented on TiagoSantos's instructable Prusa I3 HephestosView Instructable »
Hello. It was from reprap page. https://reprap.org/wiki/Prusa_i3_HephestosHere's the direct link: https://reprap.org/mediawiki/images/3/38/Frame%26base_Hephestos.dxf.zip
- TiagoSantos's instructable Remote Color Controlled Jack-o-Lantern's weekly stats:
- TiagoSantos entered Remote Color Controlled Jack-o-Lantern in the Halloween Contest 2018 contest
- TiagoSantos's instructable Autonomous Kitchen Lighting Using a Wemos D1's weekly stats:
- TiagoSantos commented on TiagoSantos's instructable Temperature and Humidity Sensor With LCD and ArduinoView Instructable »
Hello. You can see a bigger diagram on my page at: https://space.groundzero.com.pt/sensor-de-temperatura-com-lcd/
- TiagoSantos's instructable Halloween Cheerlights's weekly stats:
- TiagoSantos entered Halloween Cheerlights in the Wireless Contest contest
- TiagoSantos entered Halloween Cheerlights in the LED Contest 2017 contest
- TiagoSantos's instructable Lightbox With Controller and Storage's weekly stats:
- TiagoSantos commented on TiagoSantos's instructable Lightbox With Controller and StorageView Instructable »
Hello Soryy i forgot to upload it. They are in: https://www.thingiverse.com/thing:2523319
- TiagoSantos entered Lightbox With Controller and Storage in the Box Contest 2017 contest
- TiagoSantos's instructable Aquarium Controller Using NodeMCU and MQTT's weekly stats:
- TiagoSantos's instructable Prusa I3 Enclosure's weekly stats:
- TiagoSantos commented on TiagoSantos's instructable MUVe 3D DLPView Instructable »
Hi. The home is on the bottom of the vat. First time you need to adjust the endstop to stop the plate when it touches the silicone.
- TiagoSantos entered Prusa I3 Enclosure in the Invention Challenge 2017 contest
- TiagoSantos made the instructable Advanced ConstraintsView Instructable »
Push Stick
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO TrainView Instructable »
Hi. I have the library on my GitHub Account (step 5). You can download from there.
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO TrainView Instructable »
Hi. I've try with two trains and one led and works well. One starts, then stops and starts the second. I use this code:#include <legopowerfunctions.h>int fwdSpeed[] = {PWM_FLT, PWM_FWD1, PWM_FWD2, PWM_FWD3, PWM_FWD4, PWM_FWD5, PWM_FWD6, PWM_FWD7};int revSpeed[] = {PWM_FLT, PWM_REV1, PWM_REV2, PWM_REV3, PWM_REV4, PWM_REV5, PWM_REV6, PWM_REV7};LEGOPowerFunctions lego(13);void setup() {}void loop() { lego.SingleOutput( PWM, PWM_FWD2, RED, CH1); delay(1000); lego.SingleOutput( PWM, PWM_FLT, RED, CH1); delay(1000); lego.SingleOutput( PWM, PWM_FWD2, BLUE, CH1); delay(1000);lego.SingleOutput( PWM, PWM_FLT, BLUE, CH1); delay(1000);}
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO TrainView Instructable »
Hi. I can only try on the weekend i can try with my trains to see a solution. I'll see if there is another solution.
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO TrainView Instructable »
Hi I still didn't test with two trains but one led should be enough. Try changing the channel of one train. It can be a problem with RED and BLUE parameters.
- TiagoSantos entered Marvin Night Light in the Make it Glow Contest 2016 contest
- TiagoSantos entered Marvin Night Light in the Arduino Contest 2016 contest
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO TrainView Instructable »
Hello. The other trains work in multiple ways. The Lego trains have a standart. The other don't. You need to choose one model/brand and see how it works. I can't help because i only work with Lego trains.
- TiagoSantos commented on TiagoSantos's instructable Arduino and LEGO TrainView Instructable »
Yes. Instead of using the Lego PowerFunctions Remote, you need an Arduino and a IR led. The ir led send the right commands to the Power Functions Receiver.
- Show More Activities