Hi Folks,
I have to connect to an ADC, which pumps 16 Bytes of data each 20.48µs and with .net MF it is not possible. No problem, just write plain c code for that.
But there were lot of open questions:
Can I run a task, serving hardware interrupts?
Can I set some flag to signal the foreground (.netMF) that a bunch of data is ready?
Is it possible to control the hardware (SPI, DMAC, SSC …) from low Level C code without restriction?
And I have to connect to mobile Internet. I think about running a web server on that device allowing configuration and monitoring. The results of the actions should be send as emails once a day.
Is there a webserver available?
Is there an email Client available?
Is there a driver to use a GPRS oder G3 modem connected to an USB port or some other solution.
Any samples?
Thanks for Input.
With best regards
Gerhard