Commit Graph

20 Commits

Author SHA1 Message Date
c1b7640d03 fixed bug with initialization of i2c option 2020-01-12 16:11:58 +01:00
d57a125ec0 fixed description of expected data in comment 2019-08-12 12:22:51 +02:00
cfa669e498 fixed a problem with undefined variables 2019-07-04 10:55:40 +02:00
b755173c6b moved code for L293D motor driver to seperate file 2019-06-26 13:02:37 +02:00
7d69c91752 working mpc with L293D motor driver 2019-06-26 11:36:54 +02:00
85e2019370 simplified structure of the program and added motor class for L293D driver 2019-06-26 10:48:23 +02:00
fb12a3c94b implemented queue for controls 2019-06-14 10:03:02 +02:00
05d80fa6ed test with polling for new data (not working well) 2019-06-14 08:45:00 +02:00
b8927cf1c5 working version of MPC controller 2019-06-13 13:18:46 +02:00
79f4fcc032 added error message if no i2c devices are found 2019-06-10 23:16:14 +02:00
5bc1c9ca9f fixed another reconnection issue that only seems to occur with windows 2019-06-06 15:19:14 +02:00
69c40a3fe2 fixed issue with reconnection problem after socket is closed 2019-06-05 08:04:26 +02:00
efc34ed11e enabled reconnect of socket 2019-05-06 22:09:52 +02:00
14ad366484 scaled control to (-1,1) 2019-05-05 11:01:40 +02:00
6562ddf826 use micropython driver for d1 mini motor shield 2019-05-05 10:26:30 +02:00
f0f846dc04 extended remote control to work with keyboard arrow keys 2019-04-14 22:07:47 +02:00
254a4e25ae added wireless control via sockets 2019-04-13 14:25:41 +02:00
157c61ad87 added robot class and example movement sequence 2019-04-12 21:43:13 +02:00
51f797cc4b implemented basic motor class 2019-04-12 19:17:12 +02:00
2ccfc37ae8 added micropython firmware and setup for webrepl over wifi 2019-04-11 08:42:32 +02:00