Makerspace: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 51: | Line 51: | ||
https://store.osgeurope.com/en/product/endmills/3110103_osg-r-005x03x4-wxl-ln-ebd | https://store.osgeurope.com/en/product/endmills/3110103_osg-r-005x03x4-wxl-ln-ebd | ||
sudo apt update | |||
sudo apt install git | |||
cd ~/Documents/ | |||
git clone <nowiki>https://github.com/siuwahzhong/sx1302_hal.git</nowiki> | |||
cd sx1302_hal | |||
git checkout ws-dev | |||
make clean all | |||
make all | |||
cp tools/reset_lgw.sh util_chip_id/ | |||
cp tools/reset_lgw.sh packet_forwarder/ | |||
---- | ---- | ||
[[File:Linetest.traces exterior.png|thumb]] | [[File:Linetest.traces exterior.png|thumb]] | ||
Latest revision as of 19:53, 24 April 2026
CNC
Aalto Fablab guides
PCB Milling With MDX-40
https://www.youtube.com/watch?v=GVMGJtu-PUM&t=111s
Mods & Vpanel-settings
https://www.youtube.com/watch?v=dmjhjA_-xRc
VCarve
https://www.youtube.com/watch?v=bHglmCtTvhE
Fusion 360
https://www.youtube.com/watch?v=Yfbp2KSnuzM
Fab Academy resources
Course index (via schedule)
SVG PCB board examples
https://leomcelroy.com/svg-pcb-website/#/home
Online tools
Mods browser tool
Roland tools
https://downloadcenter.rolanddg.com/contents/software_parts/software_os_support.html
https://www.rolanddga.com/support/products/milling/modela-mdx-40a-3d-milling-machine
https://www.rolanddga.com/support/products/milling/modela-mdx-40-3d-milling-machine
OSG drill bits
https://store.osgeurope.com/en/product/endmills/3110103_osg-r-005x03x4-wxl-ln-ebd
sudo apt update
sudo apt install git
cd ~/Documents/
git clone https://github.com/siuwahzhong/sx1302_hal.git
cd sx1302_hal
git checkout ws-dev
make clean all
make all
cp tools/reset_lgw.sh util_chip_id/
cp tools/reset_lgw.sh packet_forwarder/