Tell us about yourself!
Achievements
- KashifK2 completed the lessons Combining Inputs and Outputs, Internet of Things Class, Circuit Triggers Internet Action and Circuit Displays Internet Data in the class Internet of Things Class
- KashifK2 made the instructable Hardware Setup
- KashifK2 completed the lesson Hardware Setup in the class Internet of Things Class
- KashifK2 completed the lesson Software Setup in the class Internet of Things Class
- KashifK2 completed the lesson Gather Your (Internet Of) Things in the class Internet of Things Class
- KashifK2 commented on Happymacer's instructable Using the Sim900/sim900A mini module with Arduino UNOView Instructable »
Helloi am a new bee.i am using Pin 8 & 9 (of arduino DUO) for serial communication with SIM900A instead of standard Tx,Rx Pins. i am unable to read response of AT=CBC.following is the codevoid V_Bat(){ int lcc; mySerial.println("AT+CBC"); mySerial.println((char)26);delay(1000); if (mySerial.available()>0) { msg=mySerial.read(); Serial.print(msg); }it returns nothingmsg declared as charectorthanks
- KashifK2 commented on dev.alessiobigini's instructable Multiple buttons with a single pinView Instructable »
great idea
- KashifK2 commented on codebender_cc's instructable How to Fade an LED - Arduino TutorialView Instructable »
nice
- KashifK2 enrolled in Arduino Class
it consumed 1 day , cause i was using windows XP.finally uploaded thanks for such great lesson.