bratan's instructables
Tell us about yourself!
Achievements
- bratan favorited E-Paper Clock by mattwach
- bratan commented on sheetmetalalchemist's instructable Powder Coated, Laser Masked, Ceramic Tiles
- bratan commented on JustAddSharks's instructable DIY Vacuum Table for Laser CuttingView Instructable »
Cool! But what about smoke/fumes? You are blowing it into the room?
- bratan commented on Looman_projects's instructable Planetary Gear ClockView Instructable »
This is absolutely beautiful and stunning work! I'm tempted to make one for myself. Bravo!!!
- bratan commented on bratan's instructable Controlling Simple LED Bar Graph With ArduinoView Instructable »
I think these are just decoupling capacitors to smooth out power supply. I don't remember why I even used two. One should be sufficient. I think you can get away with single one of either value...
- bratan commented on schlem's instructable 3D Printer EnclosureView Instructable »
Great instructiable! I'm curious if you experienced any sagging on top acrylic part after a while? I made an acrylic cover for aquarium (that held water to cool of CO2 laser) and after few months it would always sag down. I tried thicker (1/4") acrylic and same thing kept happening. It seems that water is just few degrees higher than air (due to submersed pump) and this causes acrylic to bow downward. I would flip it it would eventually bow back and down again... Replacing it with polycarbonate fixed the issue, but I really hate polycarbonate because it's not laser cutter friendly.
- bratan commented on bartroosen's instructable New Powerful 1800W Electric LongboardView Instructable »
Very slick project! Any issues with dirt and sand getting inside motors?
- bratan commented on seanhodgins's instructable POV Arduino Fidget SpinnerView Instructable »
Great job man! I made my some time in February, but never figured out how to get sync it with magnets and hall effect sensors. Sorry you not the first to make POV spinner, but there were some guys before me as well :) Forget about Kickstarter, there were bunch of similar projects that never got funded :( Appreciate open source!
- bratan commented on GreatScottLab's instructable Make Your Own Photovoltaic Off-Grid SystemView Instructable »
Very nicely organized project. If I may suggest something. You always want to have some air gap between solar panel and roof so it cools off. Otherwise it looses a lot of efficiency when it heats up and also might fail soon. And completely sealing any air flow under it is super bad idea...
- bratan commented on ravi.shankar.56863221's instructable Helicone DNAView Instructable »
WOW amazing, thanks a lot for sharing!
- bratan commented on davidhend's instructable Arduino Mega HexapodView Instructable »
This is very cool! I built my Hexapod but couldn't get Uno to talk to SSC-32 controller for some reason. Your code works with Mega! Now I just need to reverse engineer it to get working with software serial (as Uno has only one UART).BTW you code doesn't compile in newer Arduino IDE. Fortunately it's easy fix by replacing <WProgram.h> with <Arduino.h>. And it compiles on Arduino 1.6.13 :)Thanks for your work!
- bratan made the instructable Laser cut foldable wooden glassesView Instructable »
Thank you so much for this genius design! I used your hardware to make this New Year "Rooster" glasses :) It's very challenging to adopt to acrylic (becuase of great material thickness variation), so I had to cheat a little and use some glue on "wavy" things
- bratan commented on bratan's instructable Controlling simple LED Bar Graph with ArduinoView Instructable »
Good catch! Yes you are right, it's pin 13. I fixed it. Thank you.
- bratan commented on bratan's instructable Controlling simple LED Bar Graph with ArduinoView Instructable »
It depends on tyoe of LEDs used. Do you have datasheet for it?
- bratan commented on RegisHsu's instructable [vPython] Spider Robot simulatorView Instructable »
That's a really cool simulator! Can you explain a little how to use it?
- bratan commented on RegisHsu's instructable [DIY] Spider Robot(Quad robot, Quadruped)View Instructable »
You can disregard my question. I just found original Soundfounder's code :) Looks like you removed parts of it, that's what confused me. There's also a nice guide explaining how code works.
- bratan commented on RegisHsu's instructable [DIY] Spider Robot(Quad robot, Quadruped)View Instructable »
Fantastic project!!! Thanks for sharing all the details! I've made my own laser cut quadruped robot and trying to adapt your code. Only difference is that I'm using Adafruit's 16 channel controller board instead of arduino PWM pins. Your code mentions "adjustment" routines, but they are missing. Would you mind sharing those as well? :) I got everything moving but because I'm wired different and have different frame, leg positions is incorrect (i.e. leg #4 is not doing mouch for some reason). I think I just need to calibrate it...I wrote small function to emulate "servo" command with PWM controller:void moveServo(char chan, float deg) {int pulselength;if ( (deg >= 0 ) && (deg <= 180 )) {pulselength = map(deg, 0, 180, SERVOMIN, SERVOMAX);pwm.setPWM(chan,0…
see more » - bratan commented on bratan's instructable Quality DIY headphone cable replacementView Instructable »
That's even better! :) Thank you!
- bratan commented on JON-A-TRON's instructable How to Perfectly Cut DowelsView Instructable »
Nice! I need to make this! BTW here's an idea. If you add a small flat piece of wood at the end, you'll make an end-stop so you don't have to stop dowel with your finger. And you can hinge it on a screw so you can lift it up to push thru dowel...
- bratan commented on deba168's instructable DIY Arduino Battery Capacity Tester - V1.0
Great instructible! I recently got bunch of these batteries, so need to test them :)I have 4Ohm 5Watt resistors on hand. These should work right? I calculated curent will be 1.04A and power is 4.41Watt
View Instructable »Also as an idea you can add a temperature sensors to your circuit (one near battery, second one (optional) to the resistor). This way you can abort test automatically if battery overheats and/or sound alarm.
- bratan commented on RomeroDIY's instructable Simple & Cheap Arduino Uno ATmega328 ProgrammerView Instructable »
As an improvement get a ZIF socket instead. Much easier to insert and remove IC without bending any legs...
- bratan favorited Hexapod Robot by Robotriks
- bratan favorited center finder by mobilow
- Show More Activities
Nice, but you couldn’t save ton of time by just powder coating tiles first and then engraving on top, thus removing coating and showing tile underneath. CO2 laser burns off powder coating really well, no Kapton needed and you would get much cleaner result.