Page 1 of 1

Default firmware

PostPosted: Wed Oct 30, 2013 6:18 pm
by mjbinstead
The default firmware supplied with the WiFi_DipCortex does not seem to run on Windows 7,
the "LPC" driver cannot be found by the operating system,
where can this be located from ?
What does the default firmware do ? is it the same as the one used in the demo video ?
Thanks.

Re: Default firmware

PostPosted: Wed Oct 30, 2013 10:12 pm
by Carl-SolderSplash
Hi Welcome to the forum!

You can find the drivers here :
http://www.soldersplash.co.uk/docs/DipCortex-USB-CDC.zip

The demo firmware is very simular to the video, I've changed a few commands around, I am writing a post detailing the commands now. You can read the source here :

Header file gives you an overview of the commands, the .c has one function per command and looks for the parameters.

https://github.com/SolderSplashLabs/WiF ... /src/cli.h
https://github.com/SolderSplashLabs/WiF ... /src/cli.c

This thread details the commands available on the serial link : viewtopic.php?f=15&t=43&p=163#p163