Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Change microcontroller to RP2040 #2

Open
VinnyCordeiro opened this issue Feb 27, 2022 · 7 comments
Open

[Suggestion] Change microcontroller to RP2040 #2

VinnyCordeiro opened this issue Feb 27, 2022 · 7 comments

Comments

@VinnyCordeiro
Copy link

The RP2040 is a pretty capable, powerful, cheap, and most important of all, available microcontroller on these shortage times. I understand that the ATmega328P is easier to handle, and that this suggestion would also require a complete rewriting of the code, but not being able to build a reflow plate because of chip scarcity isn't exactly nice, and I don't like the prospect of removing the 328P from an existant Arduino, it's just postponing the problem.

Anyway, thank you for your project! Will build one as soon as possible. :)

@adrianmihalko
Copy link

adrianmihalko commented Feb 27, 2022

I have a similar suggestion: what about an ESP8266/ESP32 as controller? Many components are available for it by default (OLED screen, etc.) and it is widely available. For making it even simpler controlling the temperature could be possible in a simple web interface.

@KnatteAnka
Copy link

Maybe even a Wemos formfactor so it can be a shield for either ESP8266 or ESP32 (ESP8266 fits in space for ESP32)

@AfterEarthLTD
Copy link
Owner

Thanks all for your input. Hadn't much considered the RPI2040 or the ESP range for that matter. You'll be pleased to know I have already made a small redesign for the ATmega4809 that is/was available a few weeks ago. I placed a production order of 1000 from NextPCB that should be arriving in the next couple of days. If we continue to struggle with microcontroller availability I will certainly redesign for some more available chips! Thanks all

@Technerder
Copy link

+1 for the RP2040, its easy to use, cheap and seems to have an abundance of stock.

@andywarburton
Copy link

+1 for RP2040. It can also run Arduino code these days so barely any rewriting will be required

@LordPinhead
Copy link

I looked up what the new chip for V3 would cost and I nearly fell of my chair: 18 bucks on LCSC, 21 at Mouser and for others, I didn't even look. A RP2040 would be hard to solder, so why not just put on a Raspberry Pi Pico, I saw projects soldering the PCB directly onto their boards, no headers needed.

@platima
Copy link

platima commented Feb 5, 2023

Why not use something that's much more open I think Pineseed or Pinenut would be the way to go. Overkill for sure, but less than $1 ea! https://pine64.com/product-category/internet-of-things/iot-wifi-ble/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants