Difference between revisions of "Talk:(Archived) MakerMade CNC"
Jump to navigation
Jump to search
m (AlexN moved page Talk:MakerMade CNC to Talk:(Archived) MakerMade CNC: archived) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== --[[User:AlexN|AlexN]] ([[User talk:AlexN|talk]]) 16:43, 12 May 2023 (PDT) == | |||
===Connect to pi=== | |||
*IP Address: 192.168.128.124:5000 (correct as of 5-12-2023) | |||
*Can use ssh command in the command line to connect over the network. Ask for password. | |||
===Update=== | |||
Created bash script "maslowGPIO_pin_enable.sh" that has the commands listed below ("raspi-gpio set 16 op" and so on) | |||
Ran "crontab -e" and edited file to add "@reboot bash maslowGPIO_pin_enable.sh" | |||
Now the relays for motor control board and router turn on at start-up | |||
==--[[User:AlexN|AlexN]] ([[User talk:AlexN|talk]]) 18:04, 24 March 2023 (PDT)== | |||
==Control pins for relays== | |||
Relay Pins | Relay Pins | ||
*RPI - Orange - pcb pin 38 | *RPI - Orange - pcb pin 38 | ||
Line 6: | Line 19: | ||
*Unused relay - Brown - | *Unused relay - Brown - | ||
==GPIO Commands for Relays== | |||
Motor contol pwr supply relay | |||
pi@maslow:~ $ raspi-gpio set 16 op | |||
pi@maslow:~ $ raspi-gpio set 16 dh | |||
Router relay | |||
pi@maslow:~ $ raspi-gpio set 19 op | |||
pi@maslow:~ $ raspi-gpio set 19 dh | |||
==Wiring diagram== | |||
[[File:MakerMade - Maslow wiring diagram 2021-07-29 19.58.30.jpg|thumb]] | [[File:MakerMade - Maslow wiring diagram 2021-07-29 19.58.30.jpg|thumb]] | ||
==--[[User:AlexN|AlexN]] ([[User talk:AlexN|talk]]) 14:17, 6 November 2021 (PDT)== | |||
[https://makerverse.com/installation/web-server/raspberry-pi/ MakerVerse RasPi Install instructions] - useful? |
Latest revision as of 10:37, 11 January 2024
--AlexN (talk) 16:43, 12 May 2023 (PDT)
Connect to pi
- IP Address: 192.168.128.124:5000 (correct as of 5-12-2023)
- Can use ssh command in the command line to connect over the network. Ask for password.
Update
Created bash script "maslowGPIO_pin_enable.sh" that has the commands listed below ("raspi-gpio set 16 op" and so on)
Ran "crontab -e" and edited file to add "@reboot bash maslowGPIO_pin_enable.sh"
Now the relays for motor control board and router turn on at start-up
--AlexN (talk) 18:04, 24 March 2023 (PDT)
Control pins for relays
Relay Pins
- RPI - Orange - pcb pin 38
- Maslow (motor power) - Red - pcb pin 36 (gpio 16)
- Router outlet - Grey - pcb pin 35 (gpio 19)
- Unused relay - Brown -
GPIO Commands for Relays
Motor contol pwr supply relay
pi@maslow:~ $ raspi-gpio set 16 op
pi@maslow:~ $ raspi-gpio set 16 dh
Router relay
pi@maslow:~ $ raspi-gpio set 19 op
pi@maslow:~ $ raspi-gpio set 19 dh
Wiring diagram
--AlexN (talk) 14:17, 6 November 2021 (PDT)
MakerVerse RasPi Install instructions - useful?