Skip to content

Releases: youseetoo/uc2-esp32

v0.2.0.10

20 Dec 20:58
Compare
Choose a tag to compare
  • Changing to 500000 Baudrate
  • Adding Temperature Controller
  • Adding Sensors
  • Enabling Triggering

v0.2.0.9

30 Aug 13:16
Compare
Choose a tag to compare
Adding digital input support for TCA

v0.2.0.8

06 Apr 14:49
6f4196c
Compare
Choose a tag to compare

Adding new features

v0.2.0.7

19 Feb 13:44
cad228f
Compare
Choose a tag to compare

Adding disabling support for motors

v0.2.0.6a

20 Jan 15:07
9978974
Compare
Choose a tag to compare

Making release compatible with UC2-Rest client

v0.2.0.6

08 Jan 19:12
9978974
Compare
Choose a tag to compare
  • fixing compiling issue

v0.2.0.5

08 Jan 07:25
9978974
Compare
Choose a tag to compare
  • adding support for homing
  • fixing pin assignment issues
  • making sure digital in is working properly
  • match with python client

v0.2.0.2

08 Dec 23:59
5fa0a93
Compare
Choose a tag to compare

Matching Version Number with UC2-REST

v0.0.4

28 Nov 10:35
f5b6dc1
Compare
Choose a tag to compare

This is the first attempt to distribute the new firmware for the UC2e electronics.

The binaries can be flashed with:

python -m esptool --chip esp32 --port COM3 --baud 921600  --before default_reset --after hard_reset write_flash -z --flash_mode dio  --flash_freq 80m --flash_size 4MB  0x1000 main.ino.bootloader.bin 0x8000 main.ino.partitions.bin 0xe000 boot_app0.bin  0x10000 main.ino.bin

v0.0.3

23 Nov 09:32
f8fdd46
Compare
Choose a tag to compare

This is the first attempt to distribute the new firmware for the UC2e electronics.

The binaries can be flashed with:

python -m esptool --chip esp32 --port COM3 --baud 921600  --before default_reset --after hard_reset write_flash -z --flash_mode dio  --flash_freq 80m --flash_size 4MB  0x1000 main.ino.bootloader.bin 0x8000 main.ino.partitions.bin 0xe000 boot_app0.bin  0x10000 main.ino.bin