
Here's my problem :
I work in class on a project which lead me to the e-Block card. Basically I build a "Watter scanner" which have to be able to do some measure (pH, temperature...) and to send them to my Laptop. To do this I use a Sensor Interface Card (I've no problem with it ^^) and a WiFi card (no problem either !). The problems is I want to localize my measure, so to do this I bought the GPS card. Actually I'm using a pic 16F877A and I didn't find any solutions to connect at the same time my WiFi card and GPS card (when I read the Datasheet I need to connect both card on C port...).
Even if I managed to solve this problem, my 16F877A has not enough space to store all my program (280% use...), because of the GPS and ADC macros which are really fat

I though about two solutions :
- Using two motherboard and make them communicate on my "Watter Scanner", one with GPS card, the other with WiFi card.
- Buy a new Pic Micro that would able me to solve my problems (I have no idea what to choose, I though about a 32 bits one... Help me !)
If someone could help me, give me another solution or say me what pic I need to buy I would be really greatfull.
Thanks !