Missing Arduino MEGA pins in datastream setup

Hi folks, I’m trying to migrate my Arduino Mega to Blynk2.0
However in the Datastream template only PIN 0-13, and A0-A4 are available for set up.

I’ve selected Arduino in my template setup and tried a few others… but no luck. (There isn’t a way to distinct from Uno vs Mega) Does anyone know what can I do to make the Arduino Mega pins show up in the datastream?

Thank you!

The way that digital pins has been implemented in Blynk IoT is crazy.
Read this for my take on the issue…

You’d be far better using virtual pins…

Pete.

1 Like

Thank Pete, yeah Virtual pins workaround sounds legit and probably should be a best practice going forward … going to dive into this now thank you! (the missing pins was driving me nuts at least i know I’m not crazy.