• SIM900 With ARM
    Dear friends, I have a project where I need to read a string from a URL using SIM900 module and ARM microcontroller. Looking into the manuals I found out that I need to use HTTP commands. Everything...
  • Problem with interfacing 8051 and sim900
    I am interfacing 8051 and sim900 for my project purpose. I am able to send message from my sim900 when interfaced with PC in hyperterminal using AT Commands. After programming using Keil in 8051 board...
  • How to add header file to project
    This is my code for time delay. .#include<regx51.h> #define led P2 void delay (int i); void main() { while (1) { led = 0x01; delay(500); led = 0x01; delay(500) ; } } void delay (int i...
  • SIM900 and TCPNet not working
    I try to use TCPnet to dial GPRS using sim900 GSM modem and I try to many difenrent things but TCPnet ppp just simply don’t work for sim900 any help?! As far as I know problem is sim900 return echo...
  • How to add header files to Keil uVision5?
    Hi every body! I'm Cong. I am beginner in coding STM32. Currently, I'm coding a project with: - STM32F103VET6 - Configuration tool: STM32CubeMX - DEV tool: Keil uVision5 Can you tell me the solutions...