- Jun 6, 2020
- 11,517
- 4,383
HI,
I am facing a strange result with a very simple test.
I am running a very simple code.
B4X:
I run the same code using B4R 3.31 and Arduino 1.8.13.
Basically I want to measure how long the above code takes on a esp8266 device (nodemcu v3) and on a esp32 device (esp wroom 32). Specifically the detected chips by the log when I dowload are ESP8266EX and ESP32D0WDQ6 respectively.
When I run the code on the esp8266 I get:
begin
78
completed
100000000
80
it took:
4
When I run it on the EPS32 device, I get:
begin
40
completed
100000000
49
it took:
14
In other...
I am facing a strange result with a very simple test.
I am running a very simple code.
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
Basically I want to measure how long the above code takes on a esp8266 device (nodemcu v3) and on a esp32 device (esp wroom 32). Specifically the detected chips by the log when I dowload are ESP8266EX and ESP32D0WDQ6 respectively.
When I run the code on the esp8266 I get:
begin
78
completed
100000000
80
it took:
4
When I run it on the EPS32 device, I get:
begin
40
completed
100000000
49
it took:
14
In other...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید