hi,
I got my Mono today ... and wanted to start hacking my small project, but this would require wifi and some http communication.
So, as there are no examples for using those API, I started looking into the include files and found the things I was looking for.
As I wasn't able to figure out some of the flows/parameters, I looked through the official GIT and found this hardware-test:
https://github.com/getopenmono/hardware_tests/blob/master/wifiTest/app_controller.cpp
... it seems it was written with an older redpine-API (as ModuleSPICommunication c'tor has less parameters)
I even got my code compiling, but when it is installed the display is just blinking.
... so, I hacked around until I was able to see the console-output (I had to add a wait in main-function to attach PUTTY at the right time):
mbed assertation failed: obj->pin != (PinName)NC, file: ./target_cypress/gpio_object.h, line 41
... but this also didn't really help as I don't see any pin which is still set to NC in my sourcecode
So, more general my question:
Should the wifi work with the current Installer(using win64)?
Is there any up-to-date wifi example (or test-project)?