Me WiFi Module


#1

Hi Everyone,

In one of my projects I was planning to use the Me wifi module but somehow I cannot get the provided example code compiled properly. Althought I imported the latest Mackeblock libraries in Arduino IDE i still get following error message. Any ideas what I am doing wrong?

MeWifi:6: error: ‘MeWifi’ does not name a type
MeWifi.ino: In function ‘void setup()’:
MeWifi:11: error: ‘Wifi’ was not declared in this scope
MeWifi.ino: In function ‘void loop()’:
MeWifi:19: error: ‘Wifi’ was not declared in this scope
MeWifi:28: error: ‘Wifi’ was not declared in this scope


#2

Hi Tonie,

Don’t think you are doing anything wrong. The MeWifi demo was added to the github repository on 10th. of june. It looks Makeblock forgot to add the corresponding library (which defines the MeWifi class, the type that is missing according to “MeWifi:6: error: ‘MeWifi’ does not name a type”).
Again, an example where software version control of Makeblock is not as expected…

I suggest you email makeblock support.

Regards,
Joep


#3

@Tonie, kindly change the MeWifi to “MeBluetooth” and try again, for wifi and bluetooth use the same protocol, and its not named by MeWifi but MeBluetooth.


#4