Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The same sketch compilation on different platform/board
#1
This is not a bug report, but an observation. The same sketch compilation has been done for ESP32 Devkit V1 and Raspberry Pico W. This is the compiler's (Arduino IDE 2.3.2) report for ESP32:
"Sketch uses 772533 bytes (58%) of program storage space. Maximum is 1310720 bytes.
Global variables use 45480 bytes (13%) of dynamic memory, leaving 282200 bytes for local variables. Maximum is 327680 bytes."
And accordingly, for Pico W:
"Sketch uses 369120 bytes (18%) of program storage space. Maximum is 1961984 bytes.
Global variables use 74000 bytes (28%) of dynamic memory, leaving 188144 bytes for local variables. Maximum is 262144 bytes."

(04-05-2024, 06:16 AM)Araqel Wrote: This is not a bug report, but an observation. The same sketch compilation has been done for ESP32 Devkit V1 and Raspberry Pico W. This is the compiler's (Arduino IDE 2.3.2) report for ESP32:
"Sketch uses 772533 bytes (58%) of program storage space. Maximum is 1310720 bytes.
Global variables use 45480 bytes (13%) of dynamic memory, leaving 282200 bytes for local variables. Maximum is 327680 bytes."
And accordingly, for Pico W:
"Sketch uses 369120 bytes (18%) of program storage space. Maximum is 1961984 bytes.
Global variables use 74000 bytes (28%) of dynamic memory, leaving 188144 bytes for local variables. Maximum is 262144 bytes."

By the way, either apps, on Android and Windows are unable to connect to the server on Pico W. Meanwhile the WiFi is on and the Access Point is visible & connectable. Now I do some debug to see what is going on under hood.
Reply
#2
Seems, it is PicoW related issue: https://github.com/earlephilhower/arduin...2039168890

Hello, Mr. Ilias.
Could you please pass any test sketch on PicoW board?
Reply
#3
Hi,
I am sorry but I can't fix this problem because it's not due to the app. 
I don't have an example for PicoW board
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)