- 18
- 225 082
Robotics and Stuff
Hungary
เข้าร่วมเมื่อ 8 ต.ค. 2012
I'm using this platform as my public archive for my hobby projects.
String Art simulation, CNC, Blender 3D
This is the method I used to experiment with creating string art.
GitHub:
Blender project file and several simulation data.
github.com/bonafid3/StringArt_Blender
Sponsor:
PCBWay: www.pcbway.com
Christmas promo: www.pcbway.com/activity/christmas2024.html
Background music:
"Beauty Flow" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
creativecommons.org/licenses/by/4.0/
GitHub:
Blender project file and several simulation data.
github.com/bonafid3/StringArt_Blender
Sponsor:
PCBWay: www.pcbway.com
Christmas promo: www.pcbway.com/activity/christmas2024.html
Background music:
"Beauty Flow" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
creativecommons.org/licenses/by/4.0/
มุมมอง: 1 015
วีดีโอ
How I made a flying robot bird
มุมมอง 2.4K5 หลายเดือนก่อน
I have built an RC ornithopter mainly made using PCB, carbon plates, carbon rods , and nylon trash bag. The code runs on an ESP32-WROOM module. Powering from a 2S (Tatu brand) Lipo. Code available here: github.com/bonafid3/ESP32_PCB_Ornithopter Thanks for PCBWay for sponsoring this video. www.pcbway.com Timestamps 0:00 - Intro 0:36 - Sponsor: PCBWay 1:09 - Components 1:40 - Soldering the PCB 3:...
Homemade Arduino Hotwire CNC Foam Cutter
มุมมอง 9Kปีที่แล้ว
Files available here: github.com/bonafid3/ArduinoHotwireCNC DIY Arduino hotwire CNC foam cutter with manual control interface. Please consider subscribing, as it helps the channel a lot. Thank you!
Animation on scroll using HTML CSS JS & WebGL
มุมมอง 3.7Kปีที่แล้ว
Nowadays animation on scroll is very popular. Unfortunately, I could not find a good solution for this problem, so I made my own version using HTML CSS JS and WebGL You can download the code from my GitHub: github.com/bonafid3/ScrollAnim
DIY CNC router build
มุมมอง 36K2 ปีที่แล้ว
Low cost wood CNC design. Complete build & guide using Arduino GRBL.
Custom built 1.5kW Felt Cruiser e-bike
มุมมอง 5K4 ปีที่แล้ว
Snapshots of my custom build e-bike. It is able to reach 55km/h at full charge with its Crystalyte 1.5kW hub motor. Total build cost was about US$1500 including the original bike.
3D printed arbitrary shaped gears. (Gear generator Qt C++)
มุมมอง 6355 ปีที่แล้ว
I publish my application which was written in Qt C . It creates arbitrary shaped (varying radius) gears. I have created 3D models of the 2D gear shapes using Solidworks, then sliced the 3D models using CraftWare, finally printed it with my CraftBot 3D printer. The code is available here: github.com/bonafid3/Gearszki
DIY 3D printed Lithophane lamp
มุมมอง 6015 ปีที่แล้ว
Lithophane lamp is printed with CraftBot PLUS. You will find the GCODE generator application here: github.com/bonafid3/Lithophane
Wireless POV display using ESP32 WiFi module
มุมมอง 3.9K6 ปีที่แล้ว
Both the power and the data transmission is wireless. The transmitter has an XKT-412 voltage controlled oscillator, a 12uH (PCB) inductor coil and 10uF capacitor to create resonant frequency about 455 kHz The receiver has same 12uH coil like the transmitter. It rectifies the AC waveform using fast switching Schottky diodes. The wind of rotation cools the 5V and 3.3V LDOs along with the ESP32, s...
DIY 3D printed coil winder using ESP32
มุมมอง 83K6 ปีที่แล้ว
This device eases the work with coils. In the following videos I will make solenoid and other types of coils with the help of this device. Non 3D printed parts: LM8UU 8mm steel rod NEMA 17 stepper motors, one with threaded rod MGN12 linear rail (can be skipped) M3 nuts and bolts M4 nuts ESP32 WROOM 32 2 x DRV8825 stepper motor dirvers 2 x 220uF for the DRV8825 carrier For the 5V voltage regulat...
3D printed rc ornithopter
มุมมอง 45K6 ปีที่แล้ว
I was experimenting with cheap servo driven ornithopter. This blue bird was printed using with my favorite CraftBot 3D printer. Its wingspan is 165cm and its length is 110cm.
3D printed steel wire bender tool
มุมมอง 7K6 ปีที่แล้ว
You can create sharp bends in steel wire using this inexpensive 3D-printed tool, designed in SolidWorks or other CAD/CAM software. Files available here: github.com/bonafid3/WireBender
Servo driven ornithopter drive mechanism plan
มุมมอง 3.7K6 ปีที่แล้ว
Servo driven ornithopter drive mechanism plan
Voronoi pattern generator in Qt C++ & candle holder using SolidWorks
มุมมอง 7K6 ปีที่แล้ว
I wrote a small software in Qt C to generate Voronoi pattern and save it in a vector format for future use. The code will be available in my GitHub repository soon. One time you may need it: github.com/bonafid3/Voronoi 3rd party libraries used: github.com/JCash/voronoi www.angusj.com/delphi/clipper.php
Fourier transform and epicycles in Qt C++ & OpenGL
มุมมอง 5K7 ปีที่แล้ว
Demonstrates that any periodic signal can be viewed as a linear composition of sine waves. The fish can be thought of a signal, and by sampling that signal, we can make Fourier transform on the samples. 3D OpenGL helps visualizing and understanding how these sinusoids builds the original signal. The code is available here: github.com/bonafid3/FourierGL