ESP8266 Developer Zone The Official ESP8266 Forum 2017-09-01T21:20:17+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3259 2017-09-01T21:20:17+08:00 2017-09-01T21:20:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=15469#p15469 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]> Statistics: Posted by Guest — Fri Sep 01, 2017 9:20 pm


]]>
2017-08-31T23:15:13+08:00 2017-08-31T23:15:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=15439#p15439 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]> painlessMesh.h:100:176: error: 'phy_mode_t' has not been declared.
Why the 'phy_mode_t' is undefined?

Statistics: Posted by w00d — Thu Aug 31, 2017 11:15 pm


]]>
2017-08-06T17:12:37+08:00 2017-08-06T17:12:37+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=15008#p15008 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]>
scropion86 wrote:
Hi ,

can i have one of the node connected to the Mesh and in same time maintain a normal TCP/IP connection to send and receive
HTTP requests like a mobile app to control the MESH nodes?


It has method to start a node with only AP or STA interfaces connected to the mesh. In normal nodes, both interfaces are connected. So you could have a special node with one leg in the mesh and the other side available to your network.

Anyway, I not been in contact with this project for a while, so maybe something has changed. So, I recommend read latest info in GitLab repository and contact current developers there.

Regards

Statistics: Posted by gmag11 — Sun Aug 06, 2017 5:12 pm


]]>
2017-08-05T16:37:49+08:00 2017-08-05T16:37:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=14998#p14998 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]>
can i have one of the node connected to the Mesh and in same time maintain a normal TCP/IP connection to send and receive
HTTP requests like a mobile app to control the MESH nodes?

Statistics: Posted by scropion86 — Sat Aug 05, 2017 4:37 pm


]]>
2017-04-24T20:37:41+08:00 2017-04-24T20:37:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=12550#p12550 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]>
a computer can connect to any node as they are WiFi APs. But it is neccesary to develop a software on PC that implements mesh protocol to talk to the mesh. This is not an easy task, although BlackEdder hace some code on D language. You can find it on https://github.com/BlackEdder/easyMesheD. I don't know its status, you'll have to ask him.

You can configure a node to leave AP side configurable to implement any other simple protocol for data exchange with PC. Read https://gitlab.com/BlackEdder/painlessMesh/wikis/home for further information.

Regards

ghisbo wrote:
Hello
I would like to use the Painlessmesh lib for my project. I have 64 ESP8266 that i want to form a mesh and i want to be able to communicate ( broadcast and single) from a pc appication written in javafx.

When i use the starthere sample then the nodes communicate with each other but i cannot communicate from teh pc.
the IP is in another range than my own network.
How can i communicate with the mesh? Is this possible?
I would suppose one node has an ip in the range of my own network but then again, how to addres the different nodes if i have no ip.

Thanks in advance

Ghislain

Statistics: Posted by gmag11 — Mon Apr 24, 2017 8:37 pm


]]>
2017-04-18T00:49:54+08:00 2017-04-18T00:49:54+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=12370#p12370 <![CDATA[PainlessMesh ESP8266 mesh library for Arduino IDE]]> Statistics: Posted by Jamessab — Tue Apr 18, 2017 12:49 am


]]>
2017-02-13T02:19:02+08:00 2017-02-13T02:19:02+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=11307#p11307 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]> I would like to use the Painlessmesh lib for my project. I have 64 ESP8266 that i want to form a mesh and i want to be able to communicate ( broadcast and single) from a pc appication written in javafx.

When i use the starthere sample then the nodes communicate with each other but i cannot communicate from teh pc.
the IP is in another range than my own network.
How can i communicate with the mesh? Is this possible?
I would suppose one node has an ip in the range of my own network but then again, how to addres the different nodes if i have no ip.

Thanks in advance

Ghislain

Statistics: Posted by ghisbo — Mon Feb 13, 2017 2:19 am


]]>
2017-02-13T00:22:18+08:00 2017-02-13T00:22:18+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=11306#p11306 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]> I would like to use the Painlessmesh for my project but i am in doubt whether and how it can work. I feel i am lacking something fundamental in my knowledge.
description of project:
On a PC ( mac,Linux,..) i want to write a javafx application that speaks to a mesh network of 64 Esp8266.
I do not want the mesh network to take all ip addresses, 1 would be ok.
When i use the startHere example, the ESP sets up a network with ip address that is not in the range of my PC.
How can i address this 1st node from withing my java pc application (and also eventually subsequent nodes)?

Statistics: Posted by ghisbo — Mon Feb 13, 2017 12:22 am


]]>
2017-02-05T06:31:20+08:00 2017-02-05T06:31:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=11235#p11235 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]> Thanks

Statistics: Posted by Dickaa88 — Sun Feb 05, 2017 6:31 am


]]>
2017-02-03T13:13:58+08:00 2017-02-03T13:13:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=11227#p11227 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]>
You may open an issue in repository if you need more help.

Regards

Statistics: Posted by gmag11 — Fri Feb 03, 2017 1:13 pm


]]>
2017-01-29T07:15:42+08:00 2017-01-29T07:15:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=11202#p11202 <![CDATA[Re: PainlessMesh ESP8266 mesh library for Arduino IDE]]> Can U help me please?

Dickaa

Statistics: Posted by Dickaa88 — Sun Jan 29, 2017 7:15 am


]]>
2017-01-12T05:37:36+08:00 2017-01-12T05:37:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3259&p=11095#p11095 <![CDATA[PainlessMesh ESP8266 mesh library for Arduino IDE]]>
I am participating in the development of a mesh library called painlessMesh. It is not based on ESP-MESH but on Coopdis easyMesh implementation. As his project seems to be frozen we have fixed a few bugs and implemented some new features.

It's available on https://gitlab.com/BlackEdder/painlessMesh

It offers clock synchronization to be able to execute tasks in different nodes with a common time base. Time accuracy is about 1 ms or even better.
It allows send point to point and broadcast messages.

If you like it feel free to try. Some simple examples are included. Please, any comment, enhancement request is welcomed.

Regards,
Germán

Statistics: Posted by gmag11 — Thu Jan 12, 2017 5:37 am


]]>