I want to do example 4 and 6 of the “Cryptographic Co-Processor ATECC508A (Qwiic) Hookup Guide” just via Wifi communication betweeen MC1 and MC2 instead of wires.
My Question: What Wifi modules would be the best solution here in order to have no big trouble implementing them into the given system and programming them? Im thankful for any advise which Wifi modules to order.
In the end what you’re looking for is something that takes serial data in one pin, transmits it over WiFi and spits it out another pin on a different board. You’re going to need a WiFi module that can be configured to send data serially from one board to another to do that.
You should be able to do this with an ESP8266 based board like the [Thing but you would need to program the ESP8266 to pipe serial data via WiFi to do that. (It’s not going to be plug and play.)
We don’t carry them anymore, but Digi makes a [WiFi XBee that could be configured to work as a serial pipe over WiFi. That might be the simplest route (but more expensive) if you don’t want to do any programming.](OEM Wi-Fi Module with Fully Integrated Support for Digi Remote Manager | Digi International)](https://www.sparkfun.com/products/13231)
Thanks for the quick response. Would it be enough then to order two ESP8266 Wifi modules and program them through the Artemis Redboards with Arduino IDE? Or is that programming done easier with a ESP8266 based Thing board?
Either would work, but both the Thing and the ESP8266 module need a 3.3 volt [FTDI breakout to be programmed. Check the hookup guide for the Thing for details on how to program it.](https://www.sparkfun.com/products/13746)
Ok I would order the “Beefy 3 - FTDI Basic Breakout” that you linked, to program my two ESP8266 modules.
Can I connect my ESP8266 modules (after programmed through FTDI) directly to my Artemis RedBoards which have a 3.3V Power Pin and all the data Pins are 3.3V too as I see? So no need of a Logic Level Converter, right?
No need for a logic level converter since everything talks at 3.3 volts.
Just found out even the Fingerprint Sensor does not need a LLC. It was just required in the Hookup Guide because they used a normal RedBoard which has 5V data Pins . :idea: