You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to flash your code but very often (10 minutes for example) during a print and even while not printing I get a "MCU shutdown. Timer too close" error. I can attach pictures of the error. My MKS WiFi is connected to my router in STA mode that I enabled in your Arduino code. My printer is a Flsun Q5, all parts are original. The mcu is a Mks Robin Nano v1.2.
Inside the file "wireless_klipper_sta.ino" I changed those lines for my wifi connection to happen:
structsettings_tmoduleSettings
{
/// @brief firmware version
.version= { 0, 0, 2, 3 },
/// @brief wifi point name"FlsunQ5",
/// @brief wifi SSID"My WiFi SSID",
/// @brief wifi password"My WiFi passowrd",
/// @brief wifi mode
.wifi_use_sta= true,
// default values for the serial port
.serialPort_baud=250000,
.serialPort_rxBuffSize=256,
/// @brief port of tcp2serial server
.tcpServer_port=8888,
// buffer size for receiving/transmitting data
.tcpServer_buffSize=256,
/// @brief
.use_static_ip= true,
/// @brief
.static_IPaddress= { 192, 168, 1, 90 },
/// @brief
.static_netmask= { 255, 255, 255, 0 },
/// @brief
.static_gateway= { 192, 168, 1, 1 },
};
Then I patched klipper source to enable wifi.
My host is a Raspberry Pi 2, I can attach system usages too.
Bye,
Emiliano
The text was updated successfully, but these errors were encountered:
Hi apollo80,
thank you for your great work.
I was able to flash your code but very often (10 minutes for example) during a print and even while not printing I get a "MCU shutdown. Timer too close" error. I can attach pictures of the error. My MKS WiFi is connected to my router in STA mode that I enabled in your Arduino code. My printer is a Flsun Q5, all parts are original. The mcu is a Mks Robin Nano v1.2.
Inside the file "wireless_klipper_sta.ino" I changed those lines for my wifi connection to happen:
Then I patched klipper source to enable wifi.
My host is a Raspberry Pi 2, I can attach system usages too.
Bye,
Emiliano
The text was updated successfully, but these errors were encountered: