wokwi / wokwi-features

Wokwi Feature requests & Bug Reports
https://wokwi.com
73 stars 17 forks source link

Request for MLX90614, MAX30100, GPS Neo6m v2 #256

Closed dietherdave closed 2 years ago

dietherdave commented 2 years ago

Is your feature request related to a problem? Please describe. I wanted to test multiple i2c connections and these components are the most commonly used ones (MLX90614, MAX30100, GPS Neo6m v2)

Describe the solution you'd like It would be a really good starting point to test i2c devices using the simulator and these commonly used i2c devices is a good addition for the web app.

urish commented 2 years ago

If the goal is just to test multiple i2c connections, there are some popular I2C devices that already exists:

Here's just one fun example from @koepel with a crazy amount of I2C devices: https://wokwi.com/arduino/projects/307886580731740737

urish commented 2 years ago

Now it's also possible to define custom I2C devices, see #301 for more info. Closing - feel free to open separate issues for specific parts. The GPS is more or less covered by #299.