Lukas

Results 17 comments of Lukas

I have the same problem. Did you found any solution?

I build it from source. ``` git clone https://github.com/casadi/casadi.git casadi cd casadi git checkout 3.5.5 mkdir build cd build cmake -DWITH_PYTHON=ON -DWITH_PYTHON3=ON .. make sudo make install ```

Have you tried it without conda enabled?

Had you found a way to connect ESP to your Octopus Board?

> Same for me, I've buy the BTT ESP32U and there's no documentation on how to install it. I got it working: https://github.com/bigtreetech/BIGTREETECH-OCTOPUS-V1.0/issues/109#issuecomment-1236359375

ESP3D is working for me. - In Marlin Configuration.h: ``` #define SERIAL_PORT_2 3 #define BAUDRATE_2 250000 ``` - Connect the ESP07S to a USB to TTL Adapter: ``` TXD0 ->...

> The module needs to be flashed before you can use it. And before you can flash it you need to configure it. The WiFi is too slow to use...

I have the same issue right now. Have you found a solution or workaround?

Sorry. I want to make a Hardware Writeprotection. Is it possible to connect a USB-Stick to the ESP and then connect the ESP to the PC so that a user...

Ok thank you for your response, do you have any ideas to make my project workable?