Microcontroller Ultimate Projects Board Help

Thread Starter

ExpL0siV3Man79

Joined Jun 4, 2018
93
I am designing an , let's say ArduinoTi compatible ( nvidia reference right here :") ) . AtMega microcontroller , SD card port , Wifi connection , I2C for I/O and I2C for LCD , DIY keyboard interface (I2C or SPI , will see ) and maybe RF ( Already made an rf transmitter , working on the reciever )...
The thing is that I am stuck with the Wifi thing...I cant find the parts needed to create my own module for the ATmega. Can anyone give me some info about how can I do this project (the diy wifi module) ? I know that I can just go and buy a module but I like learning how stuff work by making prototypes. Many thanks :)
P.S. Instead of wifi is it easier to create an ethernet module for a begginer?
 

danadak

Joined Mar 10, 2018
4,057
Easiest is to use ESP8266 or ESP32 these days. Easy to create a server or
a client. Tons of youtube videos, modules << $ 10.

Regards, Dana.
 

danadak

Joined Mar 10, 2018
4,057
You can get the key part on those modules as components. You will
want them with firmware to get started, unless you want to do that
as well from scratch.

I think of the ESP32 and ESP8266 as easy proto parts or one off solutions
where you do not have to reinvent the wheel.

Regards, Dana.
 
Top