Anyone used a Shelly 1 PLUS with Blynk?

I love the Shelly 1 WiFi relays and have flashed them with Blynk code.

Has anyone figured out how to program the Shelly1 PLUS using the Arduino IDE?

The excellent Shelly 1 is a generic ESP8266 and flashes easily like a Sonoff. The newer Shelly 1 PLUS has a single core ESP32. I’d love to figure out how to get this device on Blynk using the Arduino IDE.

All help welcome.
Thanks.

I think you’re talking about the Shelly Plus 1 (not 1 Plus).

I’ve not used one myself yet, but there’s a pinout and GPIO listing here…

I’ve never heard of a single core ESP32, but the image of the board in that link shows an ESP32-U4WD chip, which is a regular dual-core MCU. If that’s the chip that’s used in the devices you have then choosing ESP32 Dev Board in the IDE should be fine.

Pete.

Thanks for this @PeteKnight. I’ll take another crack at this device.
I’ve had great results with the Shelly 1s and now prefer them to Sonoffs.

I bought a couple of Plus 1s not realizing they were different. Now we’ll learn about them…

I’ve had far better success with Shelly devices compared to Sonoffs. I’ve had lots of Sonoffs die on me that I wouldn’t choose them again.

The only problem with Shelly is the way they discontinue some of their products quite quickly after launching them.

Pete.

1 Like

@PeteKnight
Looks like the Shelly Plus 1 is, indeed, a single-core ESP32.
Not currently supported by Arduino IDE.

I was able to upload sketches to the device but not run them. Dang. Can’t use Plus 1s with Blynk. Back to ‘standard’ Shelly 1 with its generic ESP8266.

Thanks, Pete, for being so helpful. Much appreciated.