Hi
I saw that I loose much memory with text strings
However the interface i build is identical on serial and on ethernet. I there a known technique/trick to do some kind of port redirection (apart using common pointers for the text)?
Another idea would be to renounce to ethernet in favor of a zigbee conexion but I was unable to find example of an arduino inserted in a zigbee environment and then managing it through a tuya gateway. Did you saw any ?
bgrigoriu:
O lot of reprogramming is needed ( low level int routines and ADC during interrupts, along with port manipulation is used).
Nothing faintly like that. You can think of the Mega as simply a Uno with 8x the memory. It also has three extra serial ports, which may be of value.
Nick_Pyner:
Nothing faintly like that. You can think of the Mega as a Uno with 8x the memory. It also has three extra serial ports, which may be of value.
OK ,
I will buy one . I saw it's less than 7 euros. I will parse the datasheet and see if it fits. The size of the Pro mega fits wit the project. Thanks a lot !
bgrigoriu:
Hi
I saw that I loose much memory with text strings
However the interface i build is identical on serial and on ethernet. I there a known technique/trick to do some kind of port redirection (apart using common pointers for the text)?
my TelnetStream library, but it uses telnet client not a web browser
Juraj:
my TelnetStream library, but it uses telnet client not a web browser
Thanks !
I will try.
I already have now more possible directions to look at than actual time.
This can be fun.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.