Search found 4 matches

by neoniousTR
Thu Aug 15, 2019 1:27 pm
Forum: Showcase
Topic: New ESP32-WROVER Ethernet Board
Replies: 38
Views: 161480

1to1 alternative to the ESP+Ethernet board discussed here

Hello everyone, I found this thread by accident, so sorry that I am late and pulling this thread out of its idle state. With the neonious one we have a board with the ESP32-WROVER, Ethernet and an I/O Expander. It is even more compact than the version which is highlighted. However, it has even more ...
by neoniousTR
Fri Dec 28, 2018 11:57 am
Forum: ESP-IDF
Topic: Faster, optimized ESP-IDF fork + PSRAM Issues
Replies: 21
Views: 25623

Re: Faster, optimized ESP-IDF fork + PSRAM Issues

Regarding pull request: The fork works, but some debugging features are not reimplemented. It's more a proof of concept. As I am not paid by Espressif I can't do more than that.
by neoniousTR
Thu Dec 27, 2018 4:29 pm
Forum: ESP-IDF
Topic: Faster, optimized ESP-IDF fork + PSRAM Issues
Replies: 21
Views: 25623

Faster, optimized ESP-IDF fork + PSRAM Issues

During the development of low.js, a Node.JS port for ESP32 boards ( https://www.lowjs.org/ ), we had a few challenges to overcome. I would like to give back to the ESP-IDF community with two things: 1. ESP-IDF modified to use dlmalloc The default memory allocator in ESP-IDF is self made by Espressif...
by neoniousTR
Mon Dec 10, 2018 4:38 pm
Forum: Showcase
Topic: low.js, Node.JS for microcontrollers, now free for any ESP32-WROVER board
Replies: 1
Views: 16067

low.js, Node.JS for microcontrollers, now free for any ESP32-WROVER board

I would like to share a project which was hell of a work for us till now, and some of you might not like at first, as it might seem unorthodox. But, as I as an avid embedded C++ programmer with experience in FreeRTOS and ESP-IDF noticed myself, it is fun to program with it and saves lots of work for...