Comments for Open-Electronics https://www.open-electronics.org/ Open source electronic projects Tue, 30 Sep 2025 10:49:21 +0000 hourly 1 https://wordpress.org/?v=6.8.3 Comment on 3 Open source CAD programs by Mechanical Engineering Assignment Help https://www.open-electronics.org/3-open-source-cad-programs/#comment-13453 Tue, 30 Sep 2025 10:49:21 +0000 http://www.open-electronics.org/?p=17329#comment-13453 I was really struggling to understand my latest project and felt completely lost until I found Mechanical Engineering Assignment Help. It guided me through complex concepts like thermodynamics and fluid mechanics step by step. The support made my assignments much more manageable and gave me confidence in submitting quality work. I still study hard, but having this help has made the whole process less stressful and more achievable for students like me.

]]>
Comment on 32,000 Open Source Hardware Designs available on Upverter! by Aniekeme https://www.open-electronics.org/32000-open-source-hardware-designs-available-on-upverter/#comment-13450 Sun, 21 Sep 2025 12:58:02 +0000 http://www.open-electronics.org/?p=12160#comment-13450 Are you ready to take control of your power solutions? With our Inverter Construction Package, you get everything you need to build a reliable, efficient, and cost-saving inverter—without the hassle of starting from scratch. ✅ Complete Inverter Components – All the essential parts, carefully selected for performance and durability. ✅ FREE PCBs, Circuit & CAD Design – Professionally designed layouts included at no extra cost. ✅ Automatic Transfer Switch (ATS) – Ensures smooth switching between mains and inverter for uninterrupted power. ✅ High Efficiency, Low Cost – Engineered for maximum power output while reducing energy loss and saving you money. ✅ DIY Ready & Professional Standard – Perfect for enthusiasts, students, and professionals who want quality without compromise. Why spend more when you can save costs, enjoy premium efficiency, and own a complete inverter solution with ready-to-use designs and parts? 👉 Order now and start building an inverter that’s smart, strong, and built to last—with all the tools and designs you need, absolutely Free!]]> Build Your Own Powerful Inverter – With FREE PCBs, Circuit & CAD Design! ⚡

Are you ready to take control of your power solutions? With our Inverter Construction Package, you get everything you need to build a reliable, efficient, and cost-saving inverter—without the hassle of starting from scratch.

✅ Complete Inverter Components – All the essential parts, carefully selected for performance and durability.
✅ FREE PCBs, Circuit & CAD Design – Professionally designed layouts included at no extra cost.
✅ Automatic Transfer Switch (ATS) – Ensures smooth switching between mains and inverter for uninterrupted power.
✅ High Efficiency, Low Cost – Engineered for maximum power output while reducing energy loss and saving you money.
✅ DIY Ready & Professional Standard – Perfect for enthusiasts, students, and professionals who want quality without compromise.

Why spend more when you can save costs, enjoy premium efficiency, and own a complete inverter solution with ready-to-use designs and parts?

👉 Order now and start building an inverter that’s smart, strong, and built to last—with all the tools and designs you need, absolutely Free!

]]>
Comment on A Robotic lawn mower powered by Solar Energy with an Arduino heart by Property Werks https://www.open-electronics.org/a-robotic-lawn-mowers-powered-by-solar-energy-with-an-arduino-heart/#comment-13444 Sun, 20 Jul 2025 20:53:34 +0000 http://www.open-electronics.org/?p=9485#comment-13444 Solar and Arduino mean green lawn care tech that’s just plain cool. How does it perform under partial shade or cloud cover?

]]>
Comment on LED candle with Breath-Activated ON/OFF – in DIY Kit by led candle https://www.open-electronics.org/led-candle-with-breath-activated-on-off-in-diy-kit/#comment-13443 Fri, 18 Jul 2025 23:17:37 +0000 https://www.open-electronics.org/led-candle-with-breath-activated-on-off-in-diy-kit/#comment-13443 I have found the components I need for the LED CANDLE controller.

]]>
Comment on Arduino-Sonography: Arduino-Based Ultrasound Machine by Danang https://www.open-electronics.org/arduino-sonography-arduino-based-ultrasound-machine/#comment-13442 Thu, 12 Jun 2025 00:13:17 +0000 https://www.open-electronics.org/?p=28052#comment-13442 Hello,
Good morning,

I am very interested in your project.
I noticed that there seems to be a delay of about 8 microseconds between the sender and the echo.
Could you please confirm if this is correct?

]]>
Comment on Welcome OpenWheels the Open Source personal vehicle inspired by the Segway by Kakooza Robert https://www.open-electronics.org/welcome-openwheels-the-open-source-personal-vehicle-inspired-by-the-segway/#comment-13441 Fri, 06 Jun 2025 08:51:53 +0000 http://www.open-electronics.org/?p=8214#comment-13441 HW to make it any ideas pliz ( my what’s up number 256753509025,256764972962 send me ideas please n I love your work ideas

]]>
Comment on Create a connected Fish Tank with Fishino by Yash https://www.open-electronics.org/create-a-connected-fish-tank-with-fishino/#comment-13439 Thu, 10 Apr 2025 16:19:42 +0000 http://www.open-electronics.org/?p=17295#comment-13439 Really cool concept! With a few tweaks, it sounds like Fishino could become a full-featured smart aquarium system—love the idea of adding RGB lighting for extra vibe!

]]>
Comment on SONY color camera module, 700 TV Lines by Boardor https://www.open-electronics.org/sony-color-camera-module-700-tv-lines/#comment-13437 Fri, 21 Mar 2025 09:50:55 +0000 https://www.open-electronics.org/sony-color-camera-module-700-tv-lines/#comment-13437 very light and useful camera

]]>
Comment on Welcome OpenWheels the Open Source personal vehicle inspired by the Segway by David George https://www.open-electronics.org/welcome-openwheels-the-open-source-personal-vehicle-inspired-by-the-segway/#comment-13436 Sat, 15 Mar 2025 10:39:49 +0000 http://www.open-electronics.org/?p=8214#comment-13436 Such a interesting project looking forward to how you put together the electronics and firmware needed as i would like to make one of these for the summer for my grandchildren.

]]>
Comment on How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed) by Gamini https://www.open-electronics.org/how-to-adjust-x-and-y-axis-scale-in-arduino-serial-plotter-no-extra-software-needed/#comment-13433 Mon, 03 Feb 2025 20:31:12 +0000 https://www.open-electronics.org/?p=37387#comment-13433 I tried your suggestion to stop Y axis autoscaling
“Define Horizontal Lines in the Code: In your Arduino sketch, add the following lines to set Y-axis limits:
Serial.print(“1.1, “); Serial.print(“-1.1, “); ”

But Y axis keeps autoscaling. Please help.

Here is the complete program.
/*
ReadAnalogVoltage
Center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
modified by yours truly, Dr. G
*/
// the setup routine runs once when you press reset:
void setup() {
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}

// the loop routine runs over and over again forever:
void loop() {
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
// Convert the analog reading (which goes from 0 – 1023) to a voltage (0 – 5V):
float voltage = sensorValue * (5.0 / 1050.0);
// print out the value of the potentiometer as an interger only:

Serial.print(“5, “);
Serial.print(“0, “);
float pi = 3.14;
int value = (int)pi;
Serial.print(“voltage:”);
Serial.println(voltage,0);
delay(200); // delay in between reads for stability
}

]]>
Comment on How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed) by Gamini https://www.open-electronics.org/how-to-adjust-x-and-y-axis-scale-in-arduino-serial-plotter-no-extra-software-needed/#comment-13432 Mon, 03 Feb 2025 20:28:52 +0000 https://www.open-electronics.org/?p=37387#comment-13432 I tried your suggestion:
Define Horizontal Lines in the Code: In your Arduino sketch, add the following lines to set Y-axis limits:
Serial.print(“1.1, “); Serial.print(“-1.1, “);

But the Y axis keeps autoscaling. Please help. Copied below is the whole program

/*
ReadAnalogVoltage
Center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.
modified by yours truly, Dr. G
*/
// the setup routine runs once when you press reset:
void setup() {
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
}

// the loop routine runs over and over again forever:
void loop() {
// read the input on analog pin 0:
int sensorValue = analogRead(A0);
// Convert the analog reading (which goes from 0 – 1023) to a voltage (0 – 5V):
float voltage = sensorValue * (5.0 / 1050.0);
// print out the value of the potentiometer as an interger only:

Serial.print(“5, “);
Serial.print(“0, “);
float pi = 3.14;
int value = (int)pi;
Serial.print(“voltage:”);
Serial.println(voltage,0);
delay(200); // delay in between reads for stability
}

]]>
Comment on MP3 PLAYER AND FM RADIO by Daniel Babatwins https://www.open-electronics.org/mp3-player-and-fm-radio/#comment-13431 Tue, 28 Jan 2025 14:46:34 +0000 https://www.open-electronics.org/?p=25660#comment-13431 this radio is very nice and good long last

]]>