Arduino Clock speed possible issues...
-
First off, Im new to this forum and look forward to participating. I have been planning to make my first arduino sensor network for some time and have been researching constantly. I already have an Arduino uno with its W5100 based ethernet shield. I was looking to buy some arduino pro minis to act as sensor nodes. The question I have is since I plan to use the uno with its ethernet shield as the MQTT gateway does it matter what version of the Arduino pro mini I buy? I know the Uno has a 16MHz clock whereas the 3.3V arduino pro mini has a 8MHz clock. Does this make a difference in the overall communication on the network? Would it be better to get the 5V pro minis with a matching 16MHz clock instead? Thanks.
-
The transceivers communicate via RF via an embedded hardware protocol. The micro-controller communicates with the transceiver module using (standard) serial communication.
Good radio communication and buffering of incoming or outgoing messages are more-or-less unaffected by clock speed of the micro-controller. So, it is not necessary to match clock speeds.
The clock speed may affect energy consumption so you will want to optimize your arduino model for its sensor application and choice of using battery or mains power. Also, your choice of 5V or 3V3 IO will affect your sensor build strategy, having to power up or down to accommodate the IO requirements of the attached devices (e.g. radio transceiver 3.3V or a pressure sensor at 5V).
Available SRAM/FLASH memory is also a factor, if you want to get into more complex devices later on.
Suggested Topics
-
Update RF24 library to latest version
Bug Reports • 23 Mar 2014, 23:37 • andriej 24 Mar 2014, 22:52 -
Email notifications received twice
General Discussion • 6 Feb 2023, 16:15 • Jodaille 29 days ago -
Is it possible to extract child ID from a just sent message?
General Discussion • 8 Nov 2021, 09:21 • Nigel31 25 days ago -
ESP32 with LoRa
General Discussion • 31 Jan 2023, 11:06 • dhanushmh 22 days ago -
Meet in Malmö, Summer 2016?
General Discussion • 1 Feb 2016, 15:34 • bjacobse 4 Mar 2025, 00:29 -
Code Garage to the rescue.
General Discussion • 11 Jan 2025, 11:25 • skywatch 14 days ago