Hello everyone, I am a new user of Arduino. I want to use a arduino connected to the computer to open a weblink which is "imported" to the arduion in order to finish a project. Is this kind of thing possible to realize via arduino? If yes, where can I get the sample codes of this function?
Or if it is impossible, could anyone give my a idea of my project? The below is my specifications.
Using sensor(s) above neck to generate input signal(s) to type English phrases and sentences and control cursor to surf internet. The system must use an Arduino to collect sensors signals and then send the data to a computer.
I will be really pleased if you can give me a way to finish the project! Thank you! Thank you very much!!! :o
Ok...I am assuming that English is not your first language. Maybe try the sub-forums catered towards your first tongue?
Anyway...a laptop and a software designer is more applicable for this.
You can easily wire up basic sensors to COM ports and monitor them.
Most OSs also come with a neat ability to connect to the internet, control a cursor and display information on screens.
I am quite unsure as to why an arduino is the MUST for this?
Want small? Raspberry Pi. It connects to the internet easily and with a bit of python know-how...you project is fairly do-able.
No English is not my first language so maybe there are some errors. Anyway, I hope my English is readable. I come here because there are more people here.
The project has a MUST to Arduino because it is a kind of limitation. We have to finish this project within this limitation.
I will go to search for your advices and thank you!
Hello everyone, I am a new user of Arduino. I want to use a arduino connected to the computer to open a weblink which is "imported" to the arduion in order to finish a project.
An arduino with ethernet shield can make a client "GET" request to a web server. You need to give more detail on your project and desired hardware setup to understand what you want to do.
What help has your professor offered you?