Linking my M95 GSM module to the internet

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
User avatar
jollybv
Flowcode v5 User
Posts: 376
Joined: Thu Feb 12, 2009 5:20 am
Location: Cape Town
Has thanked: 81 times
Been thanked: 25 times

Linking my M95 GSM module to the internet

Post by jollybv »

Hi Guys

I have designed a condominium intercom system that works using the Quectel M95 GSM module this all works well. What I would like to do now is design a website that i can read and write to the the onboard EEprom. Is this possible and if so does anyone know where i should start

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Linking my M95 GSM module to the internet

Post by Benj »

Hello,

I have created a embedded file component for Flowcode 7 which basically loads a file byte by byte into the fixed int property of the LUT component. Our webserver components also work in a similar way allowing you to specify the HTML via a property.

So I would start with a very simple section of HTML and add this to the LUT component property to get the code into the chips ROM and then go from there.

Post Reply