Search found 9 matches

by jlauer12
Wed Oct 02, 2019 5:28 am
Forum: Showcase
Topic: ESP32 Powered 3D Printed Robot Arm
Replies: 2
Views: 11553

ESP32 Powered 3D Printed Robot Arm

This video walks you through the latest design of my 3D printed robot arm actuator. The ESP32 is used as the brains of each robot arm actuator and in the video you'll see why.

https://youtu.be/4o3d7_WZ_DQ

Image
by jlauer12
Sat Jul 27, 2019 9:54 pm
Forum: Showcase
Topic: New touch module for ESP32 Lua (NodeMCU)
Replies: 1
Views: 4795

New touch module for ESP32 Lua (NodeMCU)

This is a brand new Touch module for ESP32 Lua (NodeMCU) that I just released. It is well tested, well documented, and lots of example code on how to use plus a tutorial video. https://youtu.be/6BxNFh3GaRA https://raw.githubusercontent.com/chilipeppr/nodemcu-firmware/touch-v1/docs/img/touch_tutorial...
by jlauer12
Tue Dec 26, 2017 8:20 am
Forum: Showcase
Topic: ESP32 Wireless Joystick over Websockets for ChiliPeppr CNC Control
Replies: 1
Views: 5373

Re: ESP32 Wireless Joystick over Websockets for ChiliPeppr CNC Control

A product was just released on Aliexpress specifically to this video and project. I'm not related to the seller on Aliexpress, so it's pretty cool to see that this project influenced a product release there. https://www.aliexpress.com/item/Joystick-KIT-ESP32-wifi-bluetooth-Module-development-tool/32...
by jlauer12
Mon Dec 04, 2017 4:58 pm
Forum: Showcase
Topic: Now you can program Animated GIFs easily onto your ESP32
Replies: 0
Views: 5166

Now you can program Animated GIFs easily onto your ESP32

You can now drag/drop animated GIFs into ChiliPeppr's ESP32 web IDE and it will create the code for you to upload to your ESP32. The main goal was to be able to add video animations way easier onto ESP32 and all of the ample OLED displays out there, thus using animated GIFs as the import mechanism m...
by jlauer12
Mon Nov 27, 2017 3:35 am
Forum: Showcase
Topic: ESP32 Wireless Joystick over Websockets for ChiliPeppr CNC Control
Replies: 1
Views: 5373

ESP32 Wireless Joystick over Websockets for ChiliPeppr CNC Control

This video shows you how to use an analog $2 joystick combined with an ESP32 to control your TinyG CNC machine from ChiliPeppr. The ChiliPeppr ESP32 for Lua workspace is used to write the code and upload it to the device. The device reads in the ADC values on two GPIO pins from the ESP32. Those valu...
by jlauer12
Tue Nov 21, 2017 3:44 am
Forum: General Discussion
Topic: Now you can easily program your OLED display on ESP32
Replies: 0
Views: 2830

Now you can easily program your OLED display on ESP32

OLED displays are popular with your ESP32, but they're a bit tough to program for graphics. Not anymore. The XBM widget inside the ChiliPeppr web IDE makes it super simple to get images onto your OLED display. Just cut and paste an image into the widget and presto, code is generated for you to uploa...
by jlauer12
Mon Nov 20, 2017 7:09 am
Forum: General Discussion
Topic: Tutorial Programming Your ESP32 from ChiliPeppr's Web IDE
Replies: 0
Views: 2941

Tutorial Programming Your ESP32 from ChiliPeppr's Web IDE

I just posted a new tutorial on how to program your ESP32 from ChiliPeppr's new web IDE for ESP32. This web editor is now the easiest way to program your ESP32.

https://www.youtube.com/watch?v=njAeHfoVIoY

Image
by jlauer12
Tue Nov 14, 2017 6:48 pm
Forum: Showcase
Topic: ESP32 text messaging notifier device (Lua / ChiliPeppr)
Replies: 0
Views: 3259

ESP32 text messaging notifier device (Lua / ChiliPeppr)

Check out the video of how I made an ESP32 text messaging notifier device. https://www.youtube.com/watch?v=Cx8C_PBp2kg https://i.ytimg.com/vi/Cx8C_PBp2kg/hqdefault.jpg The code was written in the awesome ChiliPeppr ESP32 for LUA web IDE. https://github.com/chilipeppr/workspace-esp32-lua/raw/master/s...
by jlauer12
Mon Nov 06, 2017 6:35 pm
Forum: General Discussion
Topic: New ESP32 web IDE now available
Replies: 1
Views: 13546

New ESP32 web IDE now available

Just launched a new web IDE for ESP32 for Lua. Includes a ready-to-go firmware for you to install on your device, so you don't have to compile. It includes a nice Lua editor. Serial Port JSON Server lets your browser talk direct over serial to your ESP32. Has an XBM image cut/paste tool as well for ...