Hi,
I’m working on project that need to have wifi connection with other device and in the same time it should use 3g connection to send some data into the cloud.
Is it possible to connect somehow photon with electron to make such thing?
Hi,
I’m working on project that need to have wifi connection with other device and in the same time it should use 3g connection to send some data into the cloud.
Is it possible to connect somehow photon with electron to make such thing?
Hi,
what in detail do you want do do with WiFi?
If you just need a Wifi bridge to query another device why not use a ESP8266? It’s much simpler (and cheaper) than a Photon and might fit your needs perfectly.
Technically a WiFi bridge would also be possible using Photon.
I’d connect the WiFi device (Photon or ESP8266) using the serial port (Serial1) and send/query date over this line.
regards
I’m doing this with ESP it’s easy