Page 1 of 1

Anyone using Esrpuino?

Posted: Mon Feb 20, 2017 11:33 am
by phando
Hello,
I have been mucking around with Esrpuino for an upcoming project. I feel that the js code and web based ide will lower the barrier to entry for my team. Simple functionality is working, but I am unable to use the wifi and http modules. It seems a non starter to use an esp32 with no connectivity.

Do you have Espruino working on your chip?
Can you connect to wifi and make calls to the net?
Can you load other modules without getting not found errors?

If I do wind up walking away from espruino, can you point me in the direction of the latest esp32 default firmware/bios?

Thanks
Joe

Re: Anyone using Esrpuino?

Posted: Mon Feb 20, 2017 1:23 pm
by kolban
Howdy Joe,
There is an on-going project to get Duktape working on the ESP32. Duktape is also a JavaScript runtime engine. While I realize that you asked specifically about Espruino, I wanted to make sure that you knew of the existence of alternate JavaScript technology. See:

https://esp32.com/viewtopic.php?f=17&t=497

Re: Anyone using Esrpuino?

Posted: Mon Feb 20, 2017 6:20 pm
by phando
Thanks,
I didn't know about Duktape. I will give it a look see. I feel until the alternative libraries are up to snuff, it is best to just use eclipse and C.

Joe

Re: Anyone using Esrpuino?

Posted: Mon Feb 20, 2017 7:48 pm
by WiFive

Re: Anyone using Esrpuino?

Posted: Tue Feb 21, 2017 3:07 am
by phando
Back on track in eclipse, thank you!

Re: Anyone using Esrpuino?

Posted: Tue Feb 21, 2017 10:48 am
by jumjum123
Espruino is under construction. Right now we have running:
GPIO, PWM, SPI, I2C, ADC, DAC, UART, PULSE, TIMER
We are working on onewire and on better handling of reset hardware
Version on github is on track with latest commits of Espruino

As soon as esp-idf V2 is available(and running) we will add the ESP32 port to Espruino master

Re: Anyone using Esrpuino?

Posted: Wed Feb 22, 2017 3:57 am
by phando
Thank you for the info! I will try it again in the future.