Hello Arduino community! I am relatively new to all of this, and have tried a few things here and there with an Arduino, but not even remotely close to good at anything you all can achieve. Which is exactly why I am asking this question here (Arduino Discord and Arduino Forum).
I am working on a project that requires a press of a button, which triggers a response on an lcd screen, a snap from a camera AND a thermal print which includes both the snapped image and the response that read on the screen.
My question is if you can guide me to the direction of which hardware I should look into, and what do you suggest for me to achieve this project? I imagined to use Arduino, and if so, which one should I go with, and what components would be useful for me to fulfill this project?
Almost any Arduino could work, I typically use a basic NANO. A SPI camera, a button, an I2C 1602LCD screen. No experience with thermal printers, but google is your friend.
I would probably start with a ESP-CAM - low cost (about £10 in UK)
the ESP32 host microcontroller has onboard WiFi, Bluetooth and BLE
what quality LED screen are you looking for?
You can use Arduino framework or Espressif Esp-idf. Idf has some vantages, but I believe you find more support on Arduino. So just install Esp32 core on your Arduino ide and you are good to go.