Dear users,
Please can you tell me is it possible to use DNS instead of IP address of server in mesh demo ?
Regards
Search found 13 matches
- Wed Feb 08, 2017 10:22 pm
- Forum: ESP8266 SDK
- Topic: Mesh demo IP address of server
- Replies: 0
- Views: 2328
- Tue Jan 10, 2017 7:43 pm
- Forum: ESP8266 SDK
- Topic: CLock ferquency mesh demo
- Replies: 0
- Views: 1920
CLock ferquency mesh demo
Hello,
Can someone help me with this question:
what is the Clock frequency from this mesh demo, is it 80Mhz or is it programmed to something else ?
https://github.com/espressif/ESP8266_MESH_DEMO
I cant find any documentation related to that.
Thx
Can someone help me with this question:
what is the Clock frequency from this mesh demo, is it 80Mhz or is it programmed to something else ?
https://github.com/espressif/ESP8266_MESH_DEMO
I cant find any documentation related to that.
Thx
- Thu May 26, 2016 1:58 am
- Forum: ESP8266 SDK
- Topic: Question from Nikita about mesh
- Replies: 25
- Views: 18717
Re: Question from Nikita about mesh
Dear Alen,
1. You've told us that packet from server is distributed all over mesh to every node in that mesh. For example if we have 20 nodes and they are listed like 1, 2, 3, 4, 5, ect. is it possible to send data to specific node not all ?
Regards
Ivan
1. You've told us that packet from server is distributed all over mesh to every node in that mesh. For example if we have 20 nodes and they are listed like 1, 2, 3, 4, 5, ect. is it possible to send data to specific node not all ?
Regards
Ivan
- Thu May 26, 2016 1:53 am
- Forum: ESP8266 SDK
- Topic: Connect ESP8266 with MCU using UART
- Replies: 3
- Views: 3993
Re: Connect ESP8266 with MCU using UART
Dear Alen, Thank you for your help, 1. Firstly, you need to porting UART driver between MCU and ESP8266. When you receive packet from mesh, you use the API espconn_mesh_get_usr_data to get data in mesh packet, and then use UART to send the data to MCU. 2. Please pay attention to line 355-356 in mesh...
- Thu May 26, 2016 1:15 am
- Forum: Documentation Request
- Topic: Post Your Documentation Requirement Here
- Replies: 11
- Views: 25585
Re: Post Your Documentation Requirement Here
Dear ESP,
We have build small project using ESP8266 ep-07 currently we are going to certificate our project and we need some documentation related to WiFi module, that is CE and Test reports.
Could you please provide us with this information.
Regards
Ivan
We have build small project using ESP8266 ep-07 currently we are going to certificate our project and we need some documentation related to WiFi module, that is CE and Test reports.
Could you please provide us with this information.
Regards
Ivan
- Sun May 22, 2016 2:20 am
- Forum: ESP8266 SDK
- Topic: MESH_DEMO from github
- Replies: 19
- Views: 14475
Re: MESH_DEMO from github
Dear Alen, Sorry, I'm confused about what you said, "where should we change output of UART to just send received packet" I can't get what you mean. 1. Now when we flash esp with mesh demo bin files. Then when we connect serial monitor to esp we can see that esp is sending some date over UA...
- Sat May 21, 2016 4:39 am
- Forum: ESP8266 SDK
- Topic: MESH_DEMO from github
- Replies: 19
- Views: 14475
Re: MESH_DEMO from github
1. Please use following statement to set serial baut ratio, we have merge the statements and push it on github. uart_div_modify(0, UART_CLK_FREQ / 9600); uart_div_modify(1, UART_CLK_FREQ / 9600); 2. The maximum length of mesh packet is 1300. 3. When node receive packet, it's feasible to send packet...
- Thu May 19, 2016 7:43 pm
- Forum: Documentation Request
- Topic: Certification
- Replies: 2
- Views: 8643
Certification
Dear Espressif,
We are building small project using ESP8266 ep-07 module.
Are there any documents related to certification about this module
We would appreciate any kind of information related to certification.
Regards
Ivan
We are building small project using ESP8266 ep-07 module.
Are there any documents related to certification about this module
We would appreciate any kind of information related to certification.
Regards
Ivan
- Thu May 19, 2016 7:39 pm
- Forum: ESP8266 SDK
- Topic: MESH_DEMO from github
- Replies: 19
- Views: 14475
Re: MESH_DEMO from github
Dear Alen, Is it possible to set baud rate to 9600 ? We will try to modify our server to use mesh bcast packet. Is it possible to send string of 20 characters maximum to all nodes ? When node receive packet string of 20 characters is it possible to send that string over USART to MCU ? Regards Ivan
- Thu May 19, 2016 12:38 am
- Forum: ESP8266 SDK
- Topic: MESH_DEMO from github
- Replies: 19
- Views: 14475
Re: MESH_DEMO from github
Dear Alen, So far we have managed to compile mesh_demo from github repository. We have flashed two esp-12 modules (one is root node one is client node) with generated files as instructed at README file. Our question is how can we see is this working, we have run demo_server from mesh demo and all we...