Commit Graph

33 Commits

Author SHA1 Message Date
c1b7640d03 fixed bug with initialization of i2c option 2020-01-12 16:11:58 +01:00
4cc44b3cd6 connect to Micropython network if no other network is found 2019-08-13 13:20:57 +02:00
4947bd4539 added WebREPL files 2019-08-13 13:19:11 +02: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
5715fc6349 added webrepl for third robot 2019-06-11 09:51:36 +02:00
79f4fcc032 added error message if no i2c devices are found 2019-06-10 23:16:14 +02:00
2fb69de9c5 added ip of 3. robot 2019-06-10 23:15:36 +02:00
685dd6a4c9 Webrepl with preset ip address for the robot 2019-06-07 14:22:19 +02:00
5bc1c9ca9f fixed another reconnection issue that only seems to occur with windows 2019-06-06 15:19:14 +02:00
6ebb9338c0 removed remote control script from micropython folder 2019-06-05 08:05:34 +02:00
69c40a3fe2 fixed issue with reconnection problem after socket is closed 2019-06-05 08:04:26 +02:00
4d7c0e7be7 robot now tries to automatically connect to an existing wifi network. if the network is not found then the robot will become an access point instead 2019-06-05 08:03:31 +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
845ead5df4 added instructions for remote control program 2019-05-05 10:39:23 +02:00
6562ddf826 use micropython driver for d1 mini motor shield 2019-05-05 10:26:30 +02:00
70f3eb80ab disabled automatic connection to local wifi network because this makes access point connection unreliable 2019-04-15 23:52:41 +02:00
5e7f228869 adjusted display size for pygame 2019-04-14 22:23:34 +02:00
f0f846dc04 extended remote control to work with keyboard arrow keys 2019-04-14 22:07:47 +02:00
80ee257a7d added minimal example for remote control via laptop 2019-04-13 14:30:30 +02:00
1b2a8368e1 added setup notes for access point 2019-04-13 14:26:12 +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
0b6f61932f added setup notes 2019-04-12 19:18:00 +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