Hackster is hosting Hackster Holidays, Ep. 7: Livestream & Giveaway Drawing. Watch previous episodes or stream live on Friday!Stream Hackster Holidays, Ep. 7 on Friday!
Hack star
Published © MIT

🌟Wokwi Online Embedded Systems Simulator - 2022✨

You can simulate embedded systems online! It is very easy to create projects and share the projects with others!

BeginnerProtip1 hour4,532

Things used in this project

Hardware components

Raspberry Pi Pico
Raspberry Pi Pico
×1

Software apps and online services

Wokwi Embedded System Simulator

Story

Read more

Schematics

Wokwi Embedded systems Simulator

Code

Wokwi Embedded System Simulator Online

Arduino
#include <stdio.h>
#include "pico/stdlib.h"

int main() {
  stdio_init_all();
  while (true) {
    printf("Hello, Wokwi!\n");
    sleep_ms(250);
  }
}

Credits

Hack star
75 projects • 124 followers
an Arduino enthusiast and an electronic hobbyist

Comments