Luke Belz

Results 10 comments of Luke Belz

Arduino/libraries/VescUart/VescUart.h:45:21: fatal error: arduino.h: No such file or directory #include Still same issue. If I comment that line out, Than I get: Arduino/vesc_test/vesc_test.ino: In function 'void setup()': vesc_test:11: error: 'Serial1'...

Thank you! I will take another look at it tomorrow. I tried to go through it all day today, and I learned a lot. Might need a few more days...

So I messed with it some more, And I think at least this part is correct, but it looks like other stuff needs to be modified as well. (using VescUart.cpp...

The COMM_FW_VERSION and COMM_GET_APPCONF are good, but the COMM_GET_MCCONF is not. Logged what seemed most useful. [COMM_FW_VERSION.txt](https://github.com/RollingGecko/VescUartControl/files/1177816/COMM_FW_VERSION.txt) [COMM_GET_APPCONF.txt](https://github.com/RollingGecko/VescUartControl/files/1177818/COMM_GET_APPCONF.txt) [COMM_GET_MCCONF.txt](https://github.com/RollingGecko/VescUartControl/files/1177817/COMM_GET_MCCONF.txt)

If you look at https://github.com/vedderb/bldc/blob/master/packet.c, on line 92, it's similar to the function you wrote. But it is quite different also. Theres many states, not just one like what you...

I was able to solve the problem, but it requires quite a rewrite. Have not tested it for sending large packets. But I can now get an MCConfig properly. Will...

Any idea when we might get support? I have a Mova L600 which identifies as dreame.vacuum.2157 and I'd really like to get room support. There's another plug in that works,...

Just to get a few details out of the way, I'm running the latest kivy-ios pulled from github. Name: kivy-ios Version: 2023.5.21 I'm having a lot of issues getting Pillow...

@prasadmadanayake This looks very promising but I get a "18 duplicate symbols for architecture arm64" error on build. If I build numpy by itself, I can import it and no...

> @prasadmadanayake This looks very promising but I get a "18 duplicate symbols for architecture arm64" error on build. If I build numpy by itself, I can import it and...