Search found 28 matches

by arjen1
Tue Sep 30, 2025 4:38 pm
Forum: ESP8266
Topic: Debug Serial over WiFi (Serial2Telnet)
Replies: 0
Views: 10246

Debug Serial over WiFi (Serial2Telnet)

Since I have several projects far away from my PC and also a laptop will not suffice, I wrote some software to debug anything with RS232 output over the air.

Essentially a Serial to Telnet Interface.

You'll need a NodeMCU/ESP8266. Might work with ESP32 (Not Tested).

Just connect your projects ...
by arjen1
Tue Jan 28, 2025 10:56 am
Forum: ESP32 Arduino
Topic: Trying to save energy WT32-eth01
Replies: 2
Views: 3150

Re: Trying to save energy WT32-eth01

Apparently the overall power consumption in 10Base T will increase (dramatically I might say):

From the datasheet of the LAN8720A chip:

Note 5-7 Current measurements do not include power applied to the magnetics or the optional external LEDs.
The Ethernet component current is typically 41mA in ...
by arjen1
Tue Jan 28, 2025 10:53 am
Forum: ESP-IDF
Topic: LAN8720 and ESP32, Reduce power power consumption
Replies: 7
Views: 3370

Re: LAN8720 and ESP32, Reduce power power consumption

That seems to explain it:

Note 5-7 Current measurements do not include power applied to the magnetics or the optional external LEDs.
The Ethernet component current is typically 41mA in 100BASE-TX mode and 100mA in 10BASE-T
mode, independent of the 2.5V or 3.3V supply rail of the transformer.
by arjen1
Mon Jan 27, 2025 11:46 pm
Forum: ESP-IDF
Topic: LAN8720 and ESP32, Reduce power power consumption
Replies: 7
Views: 3370

Re: LAN8720 and ESP32, Reduce power power consumption

Not finding this earlier I opened a somewhat similar thread:
http://esp32.io/viewtopic.php?f=19&t=44097&sid=7a17091ebaecdcd74edd76570e429587

I managed to set LAN speed to 10M, but the strange thing is that the entire setup (WT32-eth01) draws 120mA with 80Mhz CPU and 100M LAN speed, but when I lower ...
by arjen1
Mon Jan 27, 2025 11:36 pm
Forum: ESP32 Arduino
Topic: Trying to save energy WT32-eth01
Replies: 2
Views: 3150

Re: Trying to save energy WT32-eth01

UPDATE

I managed to set it to 10M. Done some research. The LAN8720A chip I have is a 'C' version and does not have the anomaly that versions A and B have. I did, however, also tried to set the registers directly.

Now the strange thing is that when i do NOT (re)set it to 10M the current consumption ...
by arjen1
Fri Jan 24, 2025 6:48 pm
Forum: ESP32 Arduino
Topic: Trying to save energy WT32-eth01
Replies: 2
Views: 3150

Trying to save energy WT32-eth01

Dear forum.

Got a WT32-eth01 board. I tried a few examples it works.

I do not need extreme speed, I do need less energy consumption. It now draws on average some 160mA

I read (part) of the datasheets. Lowering the CPU frequency should help and also lowering the LAN speed should help. In theory ...
by arjen1
Mon Jan 20, 2025 2:46 pm
Forum: ESP8266
Topic: How to increase by SW the power consumption of ESP8266
Replies: 1
Views: 12017

Re: How to increase by SW the power consumption of ESP8266

Well you could use one GPIO port to do that, 2 resistors and a transistor

resistor 1 from GPIO port to base transistor, make it 1k Ohm
emitter to GND
Collector to 2nd resistor 100 Ohm, other end of resistor to the + of the charger.

Now when the current is too low, make GPIO port high ...
by arjen1
Mon Jan 20, 2025 12:30 pm
Forum: ESP8266
Topic: Difference 'instruction RAM' and 'variables RAM' ?
Replies: 1
Views: 12805

Difference 'instruction RAM' and 'variables RAM' ?

Dear forum

Till now I never worried too much about RAM size in my projects, but today I noticed this after compiling a rather large program:

. Variables and constants in RAM (global, static), used 48480 / 80192 bytes (60%)
║ SEGMENT BYTES DESCRIPTION
╠══ DATA 1724 initialized variables
╠══ RODATA ...
by arjen1
Mon Dec 16, 2024 1:48 pm
Forum: ESP32 Arduino
Topic: Reading MIDI packets via onboard USB-OTG host
Replies: 4
Views: 4087

Re: Reading MIDI packets via onboard USB-OTG host

Just a suggestion out of the box: Does your piano (also) have the original DIN plug Midi input/output? The MIDI protocol is just simple RS232 at a baudrate of 31250. The basics are very simple, key(note) ON, key OFF and speed (as to determine how hard you hit the key). You could use the UART for ...

Go to advanced search