Releases: eerimoq/simba
ESP32
10.0.0
Hi Simba users!
I recently uploaded a new release of Simba, 10.0.0!
As usual a bunch of features and bug fixes has been implemented. The main changes are in the ESP8266 WiFi configuration and socket module. In the old implementation the ESP8266 WiFi was implemented as a network interface module and it was not very intuitive to use. The ESP8266 WiFi is now implemented as a driver in the drivers package and a wifi network interface is put on top of that. The driver can be used without a network interface. I like the new implementation a lot better!
In previous releases I've been the only developer of the Simba platform. In this release we have been 3! That's great news! Let's continue to make Simba the best Embedded Programming Platform out there =)
New features and changes:
- Input polling of sockets.
- ESP network configuration moved to drivers package and a new WiFi network interaface was added. This is a non-backwards compatile change, sorry.
- Print to stdout instead of stderr on Linux.
Bug fixes:
- Socket module can send and receive big packets.
- ADC channels 8-15 on Arduino Mega.
Documentation: http://simba-os.readthedocs.io/en/latest/
Project page: https://github.com/eerimoq/simba