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,058

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

Hack star

75 projects • 99 followers
an Arduino enthusiast and an electronic hobbyist

Comments