Page 1 of 1

EB069 e-block is very simple to use with android or windows

Posted: Tue Dec 20, 2011 4:16 pm
by benp
You want to receive data from wifi with your Netbook, Tablet or Android phone, that's easy!!!

Here is a demo on youtube:
[/youtube]


You only need a 5 steps flowcode program and a ready to use software on your windows or android terminal.

Here is the flowcode program!:
simple wifi2.jpg
simple wifi2.jpg (184.09 KiB) Viewed 9715 times


Here are the steps
Step1: EBlock Hardware
Connect a wifi E-block to a HP488 board. Wire +V and +14V
If you use 16F887, connect the EB069 to port C

Step2: Windows sofware and harware
You can use any windows hardware(tablet, laptop ect...) The only requirement is wifi. I will use the term netbook for the following steps.
Download netstuff here(tested ok with xp and w7):
http://jacquelin.potier.free.fr/networkstuff/

Step3:Download the following 5 steps Flowcode program:
rs232-recept-basic.fcf
(6.5 KiB) Downloaded 562 times
Step4: Configure your EB069 wifi E-Block(not necessary if you use TCP)
Connect your Netbook wifi to the Eblock:
"Flowcode"
In ethernet explorer, write:"192.168.0.2"
user: admin - pass: admin
In serial setting/protocol, change to UDP.

Step5:
Run Netstuff
UDP Client: 192.168.0.2 Port 5000
Send the datas you want (unselect send\r\n after data + select send hex data: that's easier)
Each data received will be send on the LEDs


If you want to use your Android device:

If you are a student at INSALyon, ask for "packet injection" por android devices. It's a netsuff like for android. It was spécialy developped to be used on the eb069.
If you are not at INSAlyon, use Easy Packet Blast:
https://market.android.com/details?id=c ... rch_result

Remarks:
I use a HP488 EBlock+PIC16F887 for the demo but a 16F88+EB006 main board+LED board can be used.
If you are a student at INSALyon, ask for "packet injection" por android devices. It is spécialy developped for use on the eb069 eblock.
It is possible to do much more complex systems. Here are some examples:
http://www.matrixmultimedia.com/mmforum ... =41&t=9937

Re: EB069 e-block is very simple to use with android or wind

Posted: Tue Dec 20, 2011 4:20 pm
by medelec35
That is a very good project!

Thanks Ben for sharing :)

Re: EB069 e-block is very simple to use with android or wind

Posted: Tue Dec 20, 2011 4:26 pm
by yannr
yes That's a very good project.
thanks,

Re: EB069 e-block is very simple to use with android or wind

Posted: Tue Dec 20, 2011 4:39 pm
by Benj
Fantastic project, will be giving this a go with my android over the holidays :D

Re: EB069 e-block is very simple to use with android or wind

Posted: Tue Dec 20, 2011 4:48 pm
by Coco
It's very interesting. Hence, using the wifi module will realy ease the Android<->E-block projects :D
Thx a lot :!:

Re: EB069 e-block is very simple to use with android or wind

Posted: Tue Dec 20, 2011 7:15 pm
by Spanish_dude
Awesome project !

When I get an Adroid I definitely will try something like this.

Re: EB069 e-block is very simple to use with android or wind

Posted: Tue Dec 20, 2011 7:55 pm
by benp
Android phones are cheap now.
The phone used in the youtube video is less expensive than the eb069 wifi eblock.
A tablet will be more confortable to use.
Don't miss the smartphone to eblock revolution!

Re: EB069 e-block is very simple to use with android or wind

Posted: Wed Dec 21, 2011 10:24 am
by Coco
+1

However, if a Wifi e-block is an easy way to have a communication, it's expensive in terms of energy. I think an e-block with a USB slot which translate RS232 into USB messages, and perhaps some Android libs, would be really a big improvement for the use of Android on embedded prototypes.