• Keil: Code detection in posts
    How about adding a little filter that scans for the use of braces or nested parentheses in peoples post and very explicitly complains if matching posts does not contain the required formatting tags....
  • Keil: Code detection in posts
    How about adding a little filter that scans for the use of braces or nested parentheses in peoples post and very explicitly complains if matching posts does not contain the required formatting tags....
  • Example Code for QEI in LPC17XX with RTX
    Hi all I use LPC17xx and would like to add QEI module in my code. can you give me example code or project which is using QEI in RTX OS or without RTX?
  • Example Code for QEI in LPC17XX with RTX
    Hi all I use LPC17xx and would like to add QEI module in my code. can you give me example code or project which is using QEI in RTX OS or without RTX?
  • HTTP POST request error when using SIM900
    hi, im using a 8051 uC to post to a thingspeak.com/ channel using a SIM900 GSM modem. i used the following commands. AT+SAPBR=3,1,"Contype","GPRS" OK AT+SAPBR=3,1,"APN","WWW" OK AT+SAPBR=1,1 OK...