General area when it fits no where else

Moderator: Mmiscool

User avatar
By Juan de Austria
#63729 Hello,

I used last month SNAP and esp basic together.
It works very good !

In SNAP there is a (blue ?) block with "http:".
With this block you send messages to your ESP device.

In ESP basic you use the MSG branch to receive these messages.
With the branch you can also answer the message (send data back to snap).

I hope this quick answer help you

Juan de Austria
User avatar
By euclas@gmail.com
#63745 Hi MMiscool/Juan de Austria/ Others.

See this: https://ardublockly.embeddedlog.com/demo/index.html#
Based on Blockly. Apparently part of the road was once hiking.

Someone has already been interested in doing the translation part for the BASIC language:

Https://groups.google.com/forum/#!searc ... u7rkOGJQAJ

I put a message to know if it was already done or if it was abandoned (by the date, something should already be functional). Right?

It would be missing only the part of sending the source to ESP8266Basic. If the syntax is Ok.

Of course, one has to think about the differences between the Arduino and ESP8266. To match the pins, ports, and utility of each to the likely modules or hardware extensions to be used.

I'll wait for the answer.

@Juan de Austria.

Very interesting. Have you made it available on any Blog?

Grateful.
User avatar
By Mmiscool
#63749 You can upload an html file to the esp.

If you link in the external javascript files from an external web server as they will be too big.

IF you go to the edit page on the esp you can see all the javascript required to send the code to the esp it self.

It should then be possible as long as the persion is online and the esp connected to the network to program it using one of these blocky type environments.