Search found 21 matches
- Sat May 13, 2023 5:17 pm
- Forum: ESP32 Arduino
- Topic: How to upload "data" to an ESP32 under Arduino 2.0
- Replies: 11
- Views: 19590
Re: How to upload "data" to an ESP32 under Arduino 2.0
I often will pop into a commandline to quickly tweek an ESP32 project instead of bringing up the Arduino IDE 2.x so I created a Makefile to compile some of my projects and because of the SPIFFS /LITTLEFS issue of the missing IDE 2.x GUI tool I added the capability to the Makefile. You will have to t...
- Fri Apr 14, 2023 4:32 am
- Forum: ESP32 Arduino
- Topic: Arduino IDE v2.0.3 missing SPIFFS upload tool
- Replies: 13
- Views: 11002
Re: Arduino IDE v2.0.3 missing SPIFFS upload tool
I've figured some things out and have a better working Makefile which now lets you select/set your filesystem partitioning type and it will also so the littleFS filesystem too. Have at it and let me know what you think. Just fix up the sketch name and a few paths. # # Usage: make build | flash | fil...
- Mon Mar 13, 2023 1:49 am
- Forum: ESP32 Arduino
- Topic: Arduino IDE v2.0.3 missing SPIFFS upload tool
- Replies: 13
- Views: 11002
Re: Arduino IDE v2.0.3 missing SPIFFS upload tool
@Rulioht, that has nothing to do with SPIFFS support in the Arduino v2 IDE.
Please notice the subject title of this forum thread "Re: Arduino IDE v2.0.3 missing SPIFFS upload tool"
You should create your own thread with a subject related to your problem.
Please notice the subject title of this forum thread "Re: Arduino IDE v2.0.3 missing SPIFFS upload tool"
You should create your own thread with a subject related to your problem.
- Mon Feb 20, 2023 4:37 pm
- Forum: ESP32 Arduino
- Topic: Arduino IDE v2.0.3 missing SPIFFS upload tool
- Replies: 13
- Views: 11002
Re: Arduino IDE v2.0.3 missing SPIFFS upload tool
I've updated the Makefile and I use it now for both building and flashing the Arduino sketch and when I need to update the SPIFFS storage area. If you want a LittleFS image then change the MKSPIFFS tool to the MKLITTLEFS tool by commenting out MKSPIFFS line and uncommenting the MKLITTLEFS line: # # ...
- Mon Feb 20, 2023 4:29 pm
- Forum: Hardware
- Topic: ESP-WROVER-KIT v4.1 - how to enable ext 32.768 xtal
- Replies: 2
- Views: 1965
Re: ESP-WROVER-KIT v4.1 - how to enable ext 32.768 xtal
Could you check the module on this board is ECO3 chip or no? If it is ESP32-WROVER-E or ESP32-WROOM-32E, please add a parallel resistor across 32768 crystal. The kit version I have is an ESP32-WROVER-E model. What size resistor goes across the xtal/GPIO32_GPIO33? I ended up making a OpenWeatherMap ...
- Mon Feb 20, 2023 4:17 pm
- Forum: ESP32 Arduino
- Topic: how do i use Arduino as a component in idf 5.0
- Replies: 1
- Views: 3430
Re: how do i use Arduino as a component in idf 5.0
You might try posting your issue with the github repo for the arduino-esp32 package:
https://github.com/espressif/arduino-esp32
https://github.com/espressif/arduino-esp32
- Thu Feb 16, 2023 1:35 am
- Forum: General Discussion
- Topic: Running a MCP23017 on 5V
- Replies: 14
- Views: 22221
Re: Running a MCP23017 on 5V
Long in short: is it OK to connect an ESP via I2C to a MCP23017 running on 5V without any level-shifters? If you have 4.7K pullups to +5V then put 10K pull downs to ground will get you a 3.4V level which could work without level shifters. A quick test on an old Adafruit LCD shield(has MCP23017 onbo...
- Tue Jan 31, 2023 12:24 am
- Forum: Hardware
- Topic: ESP-WROVER-KIT v4.1 - how to enable ext 32.768 xtal
- Replies: 2
- Views: 1965
ESP-WROVER-KIT v4.1 - how to enable ext 32.768 xtal
I purchased the ESP-WROVER-KIT v4.1 from Digikey and can not get the external 32.768 crystal to be accepted when I enable it with menuconfig. The output is always W (321) clk: 32 kHz XTAL not found, switching to internal 150 kHz oscillator I've tried deep sleep examples which programatically call ou...
- Thu Jan 26, 2023 4:06 pm
- Forum: ESP32 Arduino
- Topic: Adding debug and optimization options to Arduino IDE v2
- Replies: 1
- Views: 2007
Re: Adding debug and optimization options to Arduino IDE v2
It would really be nice to have more control of debugging levels, compiler error/warning levels and compiler optimization levels in the Arduino Tools menu. This is what I added to get those things but the 2.0.6 release of the arduino-esp, Arduino core for ESP32, does not provide that.
- Wed Jan 25, 2023 5:14 am
- Forum: Hardware
- Topic: ESP-WROVER-KIT V4.1 BOM
- Replies: 1
- Views: 4195
Re: ESP-WROVER-KIT V4.1 BOM
3 years later and still a PIA to figure out. I've tried 3 different tuning-fork type(metal cylinder) types with and without 12pf caps and can't get it started. So I'm down the same path, ie looking for the part used on the kit to see if that will work better.