简体   繁体   English

如何使用wifi模块将arduino连接到互联网

[英]How can I connect arduino to internet using wifi module

I am new to arduino..I have connected rfid reader(rfc522) and it functioning properly.Now I need to store the data received from the rfid to a online database. 我是arduino的新手。.我已连接rfid阅读器(rfc522),并且功能正常。现在,我需要将从rfid接收的数据存储到在线数据库中。 For that I need to connect arduino to internet and I am trying to do that with wifi module. 为此,我需要将arduino连接到互联网,而我正在尝试使用wifi模块来实现。 But not able to find any good resource .Can you help me out here.. 但是找不到任何好的资源。你能在这里帮助我吗..

If you are looking for a way to transfer your RFID data to your online database, I suggest using an ESP8266 Module. 如果您正在寻找一种将RFID数据传输到在线数据库的方法,建议您使用ESP8266模块。 This is a low budget wifi module which can be simple connected to an Arduinoboard. 这是一个低预算的wifi模块,可以很容易地连接到Arduinoboard。

ESP8266 - Sparkfun ESP8266-Sparkfun

You can also choose for the Arduino Wemos D1 R2, which is an Arduinoboard that is compatible with the Arduino Uno but contains a Wifimodule. 您还可以选择Arduino Wemos D1 R2,它是与Arduino Uno兼容但包含Wifi模块的Arduino板。

Arduino Wemos D1 R2 Arduino Wemos D1 R2

Hope this will solve your problem. 希望这能解决您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM