Difference between revisions of "Electronics Friday 0x0C"
Line 17: | Line 17: | ||
<code>AT+CWMODE=3 // softAP+station mode | <code>AT+CWMODE=3 // softAP+station mode | ||
AT+CWJAP="Techinc","youhordme" // SSID and password of router | AT+CWJAP="Techinc","youhordme" // SSID and password of router | ||
− | AT+CIPSTART="TCP"," | + | AT+CIPSTART="TCP","ledslie.ti",1881 // connect to the infamous ledslie router |
-->mqtt packets dirty hex. | -->mqtt packets dirty hex. | ||
</code> | </code> |
Revision as of 20:58, 8 January 2019
Electronics Friday 0x0C | |
---|---|
Date | 2019/01/11 |
Time | 19:00 until late |
Location | ACTA |
Type | Meeting |
Contact | Chotee |
Members and others that are interested in (starting with) electronics come together and work on projects or problems and learn from each other. Make them lights be blinkin'.
There's not going to be any kind of workshop or tutorial formally prepared, but we'll pull out the 'scopes and tools from their corners. Come with projects, ideas, questions, knowledge and interest to learn and/or teach.
A place to learn and share. Let's level-up together.
People planning to attend
- Chotee - STM32 and Rust, venturing beyond Blinky.
- Oberoid - ATtention, ESP in purple Hayes.
AT+CWMODE=3 // softAP+station mode
AT+CWJAP="Techinc","youhordme" // SSID and password of router
AT+CIPSTART="TCP","ledslie.ti",1881 // connect to the infamous ledslie router
-->mqtt packets dirty hex.
- ... You?
00001100