Difference between revisions of "Electronics Friday 0x0C"

From Technologia Incognita
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
== People planning to attend ==
 
== People planning to attend ==
 
* Chotee - STM32 and Rust, venturing beyond Blinky.
 
* Chotee - STM32 and Rust, venturing beyond Blinky.
* Oberoid - ATtention, ESP in purple Hayes.
+
* Oberoid - ATtention, ESP in purple <span style="color:#FFFFFF; background:#FF69B4"> HAYES</span>
 
   <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","ledsli.ti",1881 // connect to the infamous ledslie router
+
   AT+CIPSTART="TCP","ledslie.ti",1881 // connect to the infamous ledslie router
 
   -->mqtt packets dirty hex.  
 
   -->mqtt packets dirty hex.  
 
   </code>   
 
   </code>   

Latest revision as of 21:01, 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