MKS-Robin-Nano-V3.X icon indicating copy to clipboard operation
MKS-Robin-Nano-V3.X copied to clipboard

MKS ROBIN NANO V3 work with H43 + USB Storage OK + USB connection (PC) OK !!

Open KORSiRO opened this issue 3 years ago • 2 comments

KORSiRO avatar Dec 05 '21 18:12 KORSiRO

Hello everyone !

After several tests and trials I finally found the right configuration for everything to work:

  • H43 OK
  • USB Storage OK
  • USB connection (PC) OK

1. H43 :

default_envs = mks_robin_nano_v3_usb_flash_drive_msc

#define SERIAL_PORT -1 #define BAUDRATE 250000 #define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V3 #define DGUS_LCD_UI_MKS

//#define TFT_LVGL_UI //#define TOUCH_SCREEN //#define MKS_TS35_V2_0 //#define DISPLAY_CHARSET_HD44780 JAPANESE

2. USB STORAGE :

#define SDSUPPORT

#define USB_FLASH_DRIVE_SUPPORT

#define USE_OTG_USB_HOST

#define MULTI_VOLUME #if ENABLED(MULTI_VOLUME) #define VOLUME_SD_ONBOARD 1 #define VOLUME_USB_FLASH_DRIVE 2 #define DEFAULT_VOLUME SD_ONBOARD #define DEFAULT_SHARED_VOLUME VOLUME_USB_FLASH_DRIVE #endif

3. USB CONNECTION PC :

#define SERIAL_PORT_2 2 #define BAUDRATE_2 115200

I hope this makes things easier for you ;)

KORSiRO avatar Dec 05 '21 18:12 KORSiRO

Can you tell me if I can't use WIFI anymore with the H43 on the nano v3?

CLP58 avatar Jul 01 '22 08:07 CLP58