The wait is over Follow Simple Steps and Download Proteus Software Library for Arduino ide Free of cost. This will help beginners as well professional. Interesting thing is that now user can test their code and project related to Arduino on Proteus software for free without going to hardware...
Step 1: Turn On Your ESP8266 Module by Using Arduino Nano 3.3V Dc Output Pin. Remeber sometimes Arduino board is not delivering sufficient voltage to the ESP8266 module. You can use a 3.3 V ( Do not exceed input voltage from 3.3v) regulator ( AMS1117 ) to power this module. A voltage divider...
The following is Part 3 of a review and quick teardown of a LeCroy WaveRunner LT224 digital oscilloscope I wrote in another forum in March 21, 2013. Part 1 can be found here, Part 2 is here. I now longer own that scope.
The Teardown:
Here are a few images from the inside of a Waverunner LT...
The following is Part 2 of a review of a LeCroy WaveRunner LT224 digital oscilloscope I wrote in another forum in March 21, 2013. Part 1 can be found here. I now longer own that scope.
My Waverunner LT 224:
The scope I got is a Waverunner LT 224. It's a 4-channel 200MHz scope with 200MSa/s...
The following is a review of a LeCroy WaveRunner LT224 digital oscilloscope I wrote in another forum in March 21, 2013, and which I reproduce here for availability reasons (I no longer own that scope!):
Recently I acquired what is my first own LeCroy oscilloscope. I have used other LeCroys on...
@shortbus and anyone who cares -- Below is the (too) long awaited LOPT disassembly discussion.
Please accept my sincere apologies for the cursory, frequently shamefully informal 'tone' of the following (my time has not been my own as of late - excuses, excuses...):oops:
All questions, comments...
"The theme of this project is to detect objects in space or ground for surveillance purposes. Whenever an object is detected by ultrasonic sensors, it will make an alert sound and will display distance and angle of the targeted object right on your Computer screen."
Novelty in this project...
This is a fun electronics project, to design a circuit to monitor surface water in the basement, during a rainstorm, then automatically have my shop vac turn on and sweep the water up then turn off continually throughout the storm.
I have just about everything figured out for my project except for a few additional things. One of the main things I would like to add to my robot is a video feed that I can display on my soon to be external monitor made from an old laptop screen and the appropriate control board for it. The...
Greetings!
I have been working in the field of electronics since 1987 when I went attended ITT Tech and received my Associate degree in Electronics Engineering. For my "Senior Project" I created a self leveling platform using motors and level sensors using potentiometers to sense the positions...
So that's it, my new home. A modern backend for the forum and the other sections, moderators seem relaxed, and people are friendly. I like that place :)
For those that don't know me from my old place: I wont go into much detail as I value my privacy and always maintain a strict separation...
I am looking to build a circuit as a project that would allow me to monitor a gearbox (for example) by a form of a sensor to detect from a change in pitch any wear to said gearbox. The information would then be sent via Bluetooth to a laptop for analysis. My questions are. 1) is this feasible...
The following is a list of my articles on various topics. Besides technical articles, news pieces that might have useful technical information are also included. You can find my articles on RF power amplifiers, FPGA programming and DSP concepts on another page.
Sensors
Linear Variable...
The Sieve of Eratosthene is an ancient algorithm, historically attributed to the Greek mathematician Eratosthene. Simply applying the definition of a prime number, the method allows to find all the prime numbers up to a given number (limit). It's an iterative method, starting with 2, the first...
I am conducting an experiment where i need to output a variable amount of power from data contained within an excel spreadsheet. I need to replicate at a scaled down level the amount of power produced by a solar panel based on historical solar radiance data. I have the table calculated and know...
My main idea was to make a modular system that can be used with different clothes. I made two identical heating panels that can be combined into a single vest or attach to any outfit. Each panel has 2 meters of carbon heated tape. Chose the maximum width of the tape to provide a very even...
Here is a simple way to make a variable resistor in LTspice.
Right click the resistor you want to be variable and give the value a curly bracket name.
Here I used R for simplicity. So the value of R2 was entered as {R}.
Click on .op (far right, top corner) and enter a step parameter for R.
Here...
What is Structured Programming?
Over the years structured programming has come to mean different things to different people. It could refer to coding style, variable naming convention, modular programming, use of custom libraries and header files, object oriented programming, or how to...
Finding the Largest Member in an Array
As an example on program development using Structured Programming techniques, we will create an algorithm for finding the largest number in an array of numbers.
The first step is to create a flowchart. Pseudocode can be used instead of flowcharts or they...