Difference between revisions of "Electronics Friday 0x0C"

From Technologia Incognita
Jump to: navigation, search
Line 16: Line 16:
 
* Oberoid - ATtention, ESP in purple Hayes.
 
* Oberoid - ATtention, ESP in purple Hayes.
 
   <code>AT+CWMODE=3 // softAP+station mode
 
   <code>AT+CWMODE=3 // softAP+station mode
        AT+CWJAP="SSID","password" // SSID and password of router
+
  AT+CWJAP="SSID","password" // SSID and password of router
 
       </code>   
 
       </code>   
  

Revision as of 20:35, 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="SSID","password" // SSID and password of router
        


  • ... You?


00001100