Skip to content

Sloeber V5 testing Windows #1694

Closed
Closed
@TrippyLighting

Description

@TrippyLighting

Using the latest version of the "nightly" from here:

  • Windows 11 home 23H2. Ryzen 5950X 64Gb.
  • I also tested on a 2017 Intel MacBook Pro running macOS Ventura 13.7.1.

Both share some UI observations/issues.

I tried to compile two different programs.

  1. One is an example of the Freenove IR library for ESP 32. This uses the RMT hardware on the ESP32-S3 under test. It only works with the ESP IDF 5. As such, it does not compile using Sloeber 4.3.3. I did not use the .ino example but a .cpp and .h file. This was compiled and uploaded correctly with the Windows version. Feedback from the board on received IR signals was reported through the serial monitor.

image

Issues on both OS:

  1. After closing and restarting Sloeber, the Console window is blank. The tab is present but is missing UI elements.

image

Closing that ab and selecting "Window->Show View->Other->Console brings up the console tab with the UI elements.

image

  1. Sloeber "drops" the library selection when it is closed/restarted.
    The libraries are still in the project folder, but the previous selection when adding libraries to a project is lost.

The second application I tried to compile is my own code. This compiles and uploads with Sloeber 4.3.3 using ESP32 2.0.14 and 2.0.17.
2.0.14 was my "control" for this experiment as much of the application was developed with Sloeber 4.1.1 (Windows).

If it ain't broken don't fix it, so why am I trying to upgrade to Sloeber V5?

I transitioned from using Teensy LC and 3.2 boards to ESP32-S3 (and perhaps ESP32-C6) due to the included WiFi and mDNS (Bonjour) abilities. The application allows me to remote control devices through OSC and TouchOSC. Now I want to IR control back to the application.

The app uses a bunch of libraries:
image

image

Although all of them seem to be properly included/indexed, Sloeber has discovery troubles with "stuff":
image

Using the following project properties:
image

The console shows a successful build that shows way too little feedback :

image

An upload then naturally fails with :
esptool write_flash: error: argument

: [Errno 2] No such file or directory: 'C:\Users\Peter\Sloeber-Workspace500\LED_Lamp_V3_ESP32_S3\bin\Release/LED_Lamp_V3_ESP32_S3.partitions.bin'

Indeed that file does not exist.

Also, Sloeber creates folders in the project I don't think should be present:

image

Switching from ESP32 2.0.14 to 2.0.17 then reports a whole slew of errors:

image

I've not tried to compile this code with ESP32 3.0.7.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions