yesyesuk

Results 19 comments of yesyesuk

Yes, this is the way I'm using esp-link in my home automation project. However, on TCP level esp-link is the server. My home automation software establishes a TCP connection to...

Look like the configuration is missing. Which files did you flash and to which memory locations?

I use Tibbo VSP Manager (http://tibbo.com/soi/software.html) to create a virtual serial port which then connects to ESP-link. In the Arduino IDE (or Visual Studio) I then select the created COM...

@profroyk The bootloader messages are sent at a baud rate of 74880. Try to receive the boot log at that rate to read it.

That's a good start. How *do* you want to do it? So far you have only explained how you *don't* want to do it. ;-) Do you want to click...

You will need some application running somewhere that connects to the ESP via TCP (port 23) and then sends the text commands in TCP packets. Esp-link will then forward these...

It also supports MQTT but I have never used that. I only use it as a WiFi/TCP to serial bridge. So I can't comment on that.

> or we can think more about UDP protocol? That's what I was thinking at first. But then nothing is guaranteed and you may lose whole packets instead of individual...

> > > Raspberry Pi Cam driver has been added. Please upgrade your system and report back. Does this also support the new High Quality RPi camera?

Hi, what happened to this very useful addition to the library? It would be very useful to merge this into the master. However, I do seem to have a problem...