Welcome to Hackster!
Hackster is a community dedicated to learning hardware, from beginner to pro. Join us, it's free!
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,652

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 • 128 followers
an Arduino enthusiast and an electronic hobbyist
Contact

Comments

Please log in or sign up to comment.