SIMCom development platform for PlatformIO
A few words in the beginning
- Version: 0.0.1 ( look here, if there is something new )
- This project is not an official product of SIMCom and is based on reverse engineering.
- It is in the initial level of development. I am not a python programmer so any one who has better idea for creating workspace are welcome.
- Frameworks:
-
- EmbeddedAT ( SIM868 )
- Windows, Linux, macOS ( test and report )
- Read WIKI
- Examples
it should look like this...
Python 2 & 3 compatable in process, if issue - report
Method-1 (not uploaded in platformio bintray, so may get installation error)
- PIO Home > Platforms > Advanced Installation
- paste https://github.com/umeshwalkar/platform-simcom
Method-2 (suggested for now)
- Open PlatformIO powershell terminal
- run command, pio platform install https://github.com/umeshwalkar/platform-simcom.git
- goto C:\Users\USER_NAME.platformio\platforms
- delete folder simcom ( builders )
- delete folder framework-simcom ( sources )
- delete folder tool-simcom ( any tools, may not delete )
- delete folder toolchain-armcc-simcom (compiler, may not delete )
- Georgi Angelov
- He is the inspiration to me for this particular work. I tried to learn from his work and trying to give it back to open source community.
Support links