wokwi / wokwi-features

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

Add adafruit feather nRF52832... #456

Open navycuda opened 1 year ago

navycuda commented 1 year ago

Or alternatively the adafruit feather form factor. The esp32 module does not have the correct pinout to match the feather boards.

Thanks!

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

urish commented 1 year ago

Hi!

There are two different things here:

  1. nRF52832 - adding it involves supporting a microcontroller family (nRF52), which takes a lot of time and effort
  2. Feather form factor - this is actually much easier if we go with one of the supported microcontrollers (ESP32, Pi Pico, AVR).

So which one is more important for your use case?

navycuda commented 1 year ago

Hi!

There are two different things here:

  1. nRF52832 - adding it involves supporting a microcontroller family (nRF52), which takes a lot of time and effort
  2. Feather form factor - this is actually much easier if we go with one of the supported microcontrollers (ESP32, Pi Pico, AVR).

So which one is more important for your use case?

Why bother replying with something like that?

Either, it's too much work, or use something other than what you've asked for.

I have feather boards, it would be nice to simulate them. Thus asking. However if it's too much work, then it's too much work. I can understand that. Telling me to go out and buy something different gets my back up against the wall.

urish commented 1 year ago

I'm sorry, I probably didn't explain myself very well.

The intent was to find out whether you are specifically interested in Feather nRF52832 or another board in Feather form factor will do. You wrote "The esp32 module does not have the correct pinout to match the feather boards", so I didn't know whether this meant an ESP32 with a feather form factor works for you or not.