ESP32 - WROOM - 32E 38 PINS Board Selection In Arduino IDE

Hi, I am using ESP32 - WROOM - 32E (38) PINS Board from a years with board selection in Arduino IDE "ESP32 Dev Module" and it was working fine. After a updating a ESP32 Board library and esptool.py So Now when I select this "ESP32 Dev Module" Board in Arduino IDE So from my board some of pins give me an error "gpio: gpio_set_level(226): GPIO output gpio_num error". So In my point of view in updated ESP32 Updated Board managers have added more boards specific which identify the service of that board and run. Can you help me anyone here which board I can select to run all 38 pins without any errors like it was working before.

Thanks

Hi @saqib6161. Please post your full sketch.

I'll provide instructions you can follow to do that:

  1. Select Tools > Auto Format from the Arduino IDE menus.
    This is done to make the code easier for us to read.
  2. Select Edit > Copy for Forum from the Arduino IDE menus.
  3. In a forum reply here, click on the post composer field.
  4. Press Ctrl+V.
    This will paste the sketch to the post composer.
  5. Move the cursor outside of the code tags before you add any additional text to your reply.
  6. Repeat the above process if your sketch has multiple tabs.
  7. Click the Reply button to post your reply.

When your code requires a library that's not included with the Arduino IDE please post a link to where you downloaded that library from, or if you installed it using Library Manager (Sketch > Include Library > Manage Libraries in Arduino IDE) then say so and state the full name of the library.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.