У нас вы можете посмотреть бесплатно PiBot CNC Pendant Overview And Setup или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is the overview of the features on the PiBot CNC Pendant and how to setup the Pendant for Bluetooth and RJ12 Communication. Along with how to configure your FluidNC .yaml file to work with the pendant. The device uses a 18650 battery (only for bluetooth use, DO NOT use a battery with RJ12 connection) Link to store page: https://www.pibot.com/pibot-cnc-penda... Link to video on configuring bluetooth modules: • How To Configure PiBot Bluetooth Modules F... FluidNC .yaml code for bluetooth usage: uart2: txd_pin: gpio.27 rxd_pin: gpio.25 rts_pin: NO_PIN cts_pin: NO_PIN baud: 115200 mode: 8N1 uart_channel2: report_interval_ms: 75 uart_num: 2 FluidNC .yaml code for RJ12 usage (NOTE: Firmware needs to be configured to accept the higher baud rate): uart2: txd_pin: gpio.27 rxd_pin: gpio.25 rts_pin: NO_PIN cts_pin: NO_PIN baud: 1000000 mode: 8N1 uart_channel2: report_interval_ms: 75 uart_num: 2 I will release a video soon going over how to flash the firmware. The firmware for grblHAL compatibility is still in development. Once finished I will create a video going over that setup.