Hi guys! I am trying to convert my Arduino into a wifi printer. I don't really need to print anything on paper, just expose my Arduino as a printer in my wifi network and receive the data from a device. The whole project is about sending receipts from a POS to my ardiuno via wifi (simulating a wifi printer).
I am using an Arduino WeMos D1 R2 with the wifi module already integrated.
Is this even possible? I will appreciate any info about this (libraries, procedures, another arduinos, etc..)
The WeMOS D1 Mini is very useful, but the board that resembles a UNO is quite incompatible with most things in several ways. I gather you do not actually need any I/O however - or do you?
Methinks some sort of Raspberry pi would be much easier.
I see. Could You explain me why a Raspberry pi would be a better option? I know it's more sophisticated.. but I really thought that this would be easy on any hardware due to its simplicity
A raspberry will run linux so you have access to the print server options that this platform gives.
Simple task and simple implementation process are not the same things.