Hi, I'm new in this forum, my name is yulz.
I'm currently have 1 prusa i3 printer with Arduino Mega 2560 and RAMPS 1.4 running Marlin Firmware. What I want to do is for a school project, it's about creating something like a remote control or printer assistant for my printer Prusa i3. I already check alternatives like Octoprint and similars but I can't afford buying a Raspberry Pi at this moment, so I want to do something similar using only my Arduino Mega and my RAMPS.
I have found something called RAMPS WiFi Adapter in the RepRap wiki page and also an article called Bluetooth Wireless Communication via BlueSMiR, but the main problem is that I didn't found a guide to run this type of setups, also I'm not sure where to get a RAMPS WiFi Adapter or a BlueSMiRF.
Basically, what I want to do is create a web based interface for my PC from where I can select some GCODE files and send it to my printer to start printing without using an SD Card or an USB memory. Also I would like to show the basic information from the LCD (the percentage complete and the remaining time).
The thing is, I don't know exactly where to start
, I have bought a new Arduino Mega to work with the firmware and make it wireless compatible without successful so far. I want to make a cheap alternative to Octoprint and others Raspberry Pi-based options (even if doesn't have all the features that these have), so if you can give me any advice, tutorial or something else I will appreciate it.