Hello.
I have a project to create a product that could scan a surfface and send that data through bluetooth to my computer. On my computer I would asseble the image together.
My questions are:
- I would use Arduino due. Your suggestion?
- Can I send this amount of data "on the fly"? That everythis that I would get through sensor, send automaticliy through bluetooth to my computer.
- Sensor can give me up to 7000+ pixel data - that I have to convert to digital and send through bluetooth. My worries are, that this is to much for arduino to handle.
- Whic bluetoothe modlue to use, that will be able to send that amount of data ASAP.
Thank you for your answers.