Replies: 2 comments
-
An UnoWifi does make Wifi happen very different from how it is done in DCC-EX with an Uno + ESP8266 Wifi. So even if the core part compiles, you don't have any Wifi yet. Then price and performance wise that board is not very intressting if you compare for example with an ESP32 in Uno form factor. Harald. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This processor hardly has enough flash or ram to include wifi and exrail processing and is staggeringly poor value for money. I suggest it's a waste of resources to maintain any support for this board.On 9 Dec 2022 10:29, habazut ***@***.***> wrote:
An UnoWifi does make Wifi happen very different from how it is done in DCC-EX with an Uno + ESP8266 Wifi. So even if the core part compiles, you don't have any Wifi yet. Then price and performance wise that board is not very intressting if you compare for example with an ESP32 in Uno form factor.
Harald.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just found a reference to the Arduino Uno Wifi board in the code (DCCTimer.cpp):
#ifdef ARDUINO_ARCH_MEGAAVR
// Arduino unoWifi Rev2 and nanoEvery architectire
Does that imply I could use the Arduino Uno Wifi board for a CommandStation?
Beta Was this translation helpful? Give feedback.
All reactions