element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino Projects
  • Products
  • Arduino
  • Arduino Projects
  • More
  • Cancel
Arduino Projects
Blog Arduino Uno Rev4 Minima and WiFi – any good?
  • Blog
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino Projects to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: shabaz
  • Date Created: 28 Jun 2023 1:17 AM Date Created
  • Views 13307 views
  • Likes 16 likes
  • Comments 13 comments
  • arduino uno rev4 wifi
  • RA4M1
  • arduino uno rev4 minima
  • uno r4
  • renesas
  • arduino uno r4 wifi
  • arduino uno rev4
  • Arduino Uno R4 Minima
Related
Recommended

Arduino Uno Rev4 Minima and WiFi – any good?

shabaz
shabaz
28 Jun 2023


I just saw the schematics of the new Arduino Uno R4 have been released. There are two versions, a R4 Minima , and a R4 WiFi .

image

(Image source: https://www.arduino.cc/ )

The Uno R4 boards use a Renesas RA4M1 series chip, specifically R7FA4M1AB3CFM#AA0 :

image

(Table source: Renesas website)

Some info on the chip functionality is here: Working with the Renesas RA4M1 Microcontroller  

There are a series of blog posts on the RA4M1 chip here: /tags/RA4M1 (currently the blog posts are about the 100-pin chip version instead of the 64-pin version, but the information is still relevant, it’s the same part with less connections brought out).


Compared to the Uno R3, the Uno R4 Minima schematic (PDF) is cleaner, since the board is simplified through the use of the RA4M1 microcontroller:

image (Schematic source: https://www.arduino.cc/ )

Most obviously, now there’s no need for the separate Atmel chip that was on the older R3 board, which acted as the interface between USB and the serial port on the ATmega328 microcontroller. Instead, the R4’s newer RA4M1 chip has the USB-C connection directly connected to it.

image

If the default firmware ever goes wrong on the Uno R4 board, or if the Arduino environment is not needed for a project, then there is a mode pin, labelled MD on the RA4M1 chip, which can be seen in the circuit above, it is connected to a test pad. It can in theory be connected to 0V to force the RA4M1 to run its built-in bootloader! There is also an SWD connector, so a decent debug tool could be used.

A good touch is the decent DC-DC converter, so that the board can be powered from 6-24V input, and it can power a fair bit of external hardware with its 5V output. The ISL854102 chip supports designs for up to 1.2A and 40V inputs. This is a massive benefit compared to the older Uno R3 which couldn’t supply a lot of current when powered from the barrel connector, and often needed a lower voltage supply, for instance, 7V or 9V, to prevent overheating. With the R4 boards, this problem is gone.

image

I hope the resistors on the FB pin are large (for instance, 0603 sized), so that users can hack the board for 3.3V operation instead of 5V. I think this is the biggest annoyance with the Uno R4; it is a 5V board like the R3. I can imagine level converter shields becoming useful to work around that (see the following blog for another solution!  Modifying the Arduino Uno R4: Making it 3.3V-Friendly ) 

The Uno R4 WiFi has a lot more circuitry but the same core circuit as the Minima. According to the Uno R4 WiFi circuit (PDF) It has two additions; wireless, and LEDs! (However, it has a subtraction; no SWD connector for an external debugger tool).

 BigG has noticed that the Uno R4 WiFi also has a Qwiic connector on-board too, which is used for connecting up I2C devices).

image

The Uno R4 WiFi uses the same DC-DC converter as the Uno R4 Minima but also has a 3.3V linear regulator feeding off that, and it is used to power up an ESP32-S3-MINI-1 module. The module only seems to be wired for WiFi/Bluetooth, interfaced through level translators, and the ESP32 3.3V GPIO is not accessible otherwise, as far as I can tell, so if you need 3.3V interfacing for external hardware, then you’ll still need your own level translator.

The LEDs are in a matrix, directly driven from the RA4M1 chip. Maybe they ought to have been on the underside of the board, I don't know.

image

Is anyone thinking of getting a Uno R4 board (or two!) to experiment with it? For me, I think it’s the first time in ages that I wish to use an Uno board (although I’m working on my own RA4M1 dev-board for different purposes), because the chip is powerful, and one can do a lot with it. The DC-DC converter is a nice touch, simplifying Uno usage in projects.

One other thing is that the pricing looks affordable, compared to how overpriced the older Uno R3 is. The RA4M1 chip has very nice features built-in, for instance, analog interfacing peripherals (specifically a 14-bit ADC, 12-bit DAC, and even built-in op-amps). As mentioned, the decent DC-DC converter too is a very worthwhile enhancement over the older board too.

Interested to hear opinions, and upsides/downsides to these new boards...

Gear up for your next invention with Arduino! Explore our online stores for a comprehensive list of all arduino products currently available.

  • Sign in to reply

Top Comments

  • shabaz
    shabaz over 2 years ago in reply to shabaz +1
    (Can't edit) one thing which would be awesome to hear about, is how long the upload operation takes when using the Arduino IDE. I'm hoping it is a much quicker upload than the older R3.
  • beacon_dave
    beacon_dave over 2 years ago in reply to shabaz

    As with most standards there are plenty to choose from. Looks like STEMMA is available in at least 3 flavours now.

    • STEMMA on 3 or 4 pin 2mm pitch JST PH connectors
    • STEMMA QT on 4 pin 1mm pitch JST SH connectors
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • beacon_dave
    beacon_dave over 2 years ago in reply to BigG

    Sounds like you need a bus bar Slight smile

    You could perhaps take some pass-through header strip and mount it on a PCB with an additional two rows of female header strip alongside that are tied to the existing power pins in order to create breadboard like power rails that run the length of the board.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • BigG
    BigG over 2 years ago in reply to beacon_dave

    Yes, I have those cables. They are very handy.

    Oddly enough, one reason I like those connectors on the board (beside connecting to new sensor boards etc.) is that it gives you another ground and power pin. It's a far too often occurrence that I find myself one short.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 2 years ago in reply to beacon_dave

    Perfect, that would solve the problem!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • beacon_dave
    beacon_dave over 2 years ago in reply to shabaz

    "...a cheap workaround could be to buy the connector with wires pre-attached ... and then attach header pins on the other end..."

    Or just buy them pre-attached  ? Slight smile

    Spotted them the other day when looking for some JST PH cables:

    STEMMA QT / Qwiic JST SH 4-pin to Premium Male Headers Cable - 150mm Long

    https://www.adafruit.com/product/4209

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube