- Configuring an ESP8266 for Battery PowerPosted 3 days ago
- Creating a Telegram Bot for ESP32Posted 4 days ago
- Mini Course on BlynkPosted 5 days ago
- Creating a Unique Electronic Musical Instrument: The Sound WallPosted 7 days ago
- Building a Laser MicroscopePosted 7 days ago
- Grand Piano Keys with ArduinoPosted 1 week ago
- Wireless Power TransferPosted 2 weeks ago
- Robot Punchers with ArduinoPosted 2 weeks ago
- A minimal 3D-printed scalePosted 2 weeks ago
- Expanding the pins of a microcontrollerPosted 2 weeks ago
Microsoft’s Raspberry Pi Simulator: a Fully Open Source Prototyping Tool
Microsoft has released an early version of a free, open-source Raspberry Pi simulator that can be accessed right through a web browser. Using Microsoft’s Azure cloud computing platform the simulator allows users to code an emulated Raspberry Pi using Javascript.
The simulator has three areas:
- Assembly area, that displays the emulated project board.
- Coding area
- Integrated console window, that displays the output of the code.
Right now the simulator is rather basic and features a simulated board (similar to a Raspberry Pi 2 or 3) connected to a BME280 temperature, humidity, and pressure sensor and an LED. Microsoft has said it has plans to add additional sensors, inputs, and outputs to the simulator in the future.
The source code is already available through GitHub so it may only be matter of time before the open source community starts adding its own sensors, components, and other functions to the project ahead of Microsoft.
Users will need a Microsoft Azure account to take full advantage of the simulator. Right now the setup process is far from straightforward but Microsoft has provided an online guide to help with the process.