Search found 2 matches

by eerimoq
Fri Jan 06, 2017 5:38 pm
Forum: Showcase
Topic: Simba and Pumbaa (Python) on ESP32
Replies: 0
Views: 5702

Simba and Pumbaa (Python) on ESP32

Hello all, the Simba and Pumbaa projects have been ported to the ESP32, and the Nano32 board in particular. Simba is an embedded OS with a bunch or drivers, file systems, networking and other useful modules. Pumbaa is MicroPython on top of Simba, with similar features as listed for Simba. Both proje...
by eerimoq
Sat Nov 26, 2016 7:46 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 309330

Re: About the CAN controller.

Hi, I pushed the SimbaOS implementation of the CAN driver to GitHub. It can successfully transmit and receive CAN frames to/from an ARM MCU (SAM3X8E) on the same CAN bus. Here is the commit that adds ESP32 CAN support: https://github.com/eerimoq/simba/commit/46778af636a4fe58773753b5ed9da83916cfaa06 ...