Recording Various Videos from an iPad Screen with Movavi Screen Capture Studio for Mac

If you use your iPad regularly to watch videos, play games, browse the internet, or video chat then you probably don’t need to be told how useful and convenient it is. But there is one thing that could add to that usefulness and make some things much more convenient: Being able to record videos from your iPad’s screen. Not only will be able to record videos from your iPad’s screen and let you capture footage of your games or apps, but it will also let you save online videos so that you can watch them offline, capture video chats or Skype calls, and much more. The best part is that all you really need is Movavi Screen Capture Studio for Mac – as well as a lightning-to-USB cable. Under normal circumstances, Movavi Screen Capture Studio for Mac is a screen recorder that can capture videos directly from your Mac’s screen. However, by just following these simple steps, you can set it up as a screen recorder for iPad:

Continue reading

About PCBs and designing them with PCB design software with Altium

A printed circuit board or a PCB can provide mechanical support to electronically connected electronic parts of a device using traces etched using copper sheets, conductive pathways, etc., laminated on a non-conductive substrate. Usually, preset IPC organization standards help design the PCB layout, maintain a certain level of quality, and follow an excellent turnkey PCB assembly pattern accepted by the industry. PCBs usually follow the IPC 2221A standard in design and quality control, which is the same for any material the PCB is made with. An insulator is a prime component of any PCB, home to various layers of materials attached to the insulator itself. All these layers act as a form of grounding to the entire PCB. Now coming to the copper traces – they are created either by the mechanical laying of individual lines or by applying a copper coat to the entire board and stripping away what is left after your work is done. The second process is much more efficient, as this ensures that you have the exact amount of copper traces required on the PCB for connecting electronic components.

Continue reading

The Five Main Causes of Data Loss

Data loss is a crisis for most businesses, as all of their essential records, invoices and pieces of customer information become inaccessible. The result? Often substantial financial losses and, in the case of many businesses, a complete business failure. But what exactly causes this data to be lost forever? And, perhaps more importantly, how can these causes be prevented? Below you’ll find the five most common reasons, as well as some helpful tips on stopping them from happening in the first place… It is essential to mention this first, though: however hard you prepare and however many procedures you put in place, it is not always possible to prevent data loss from occurring. This is why all companies should have a contingency plan, which includes some provision for disaster recovery. Losing data will never be a pleasant experience, but with a plan in place, the impact can at least be minimized.

Continue reading

Your Life on a Hard Drive

Imagine what would happen if your hard drive failed. It’s a possibility that most people don’t ever think can happen to them. For the average non-computer geek, their electronic device is infallible. While technological advancements would lead you to believe this, it’s simply not true. The good news is that many companies specialize in data recovery services for most any make of computer on the market. There are things you can do to protect your work and personal items stored on your computer. First, you should always back up your computer and keep the copy disk safe. Unless you’re a business, you probably rarely ever back it up, if at all. This is a huge mistake. Since people practically live on computers, the probability of priceless videos and photos found is given. More than likely, you also keep your bills and other private documents too. In the event of a computer crash, you might lose everything. 

Continue reading

Simple dummy load for basic testing

I bet you face many problems in the design process where you need to test the power supply or LED by providing/drawing constant current regardless of voltage change. Such a device is called a dummy load. You can find lots of DIY dummy load projects, and we won’t be talking about commercial ones right now. Nick found out that most DIY dummy loads tend to be complicated or unavailable. So without struggling, he decided to start his own simple and reliable load. He wanted it to be simple, self-powered, and indestructible. Indestructible means that it won’t burn in a voltage range up to 30V. With BTS141 FET this became possible as it has built-in over-current and over-voltage protection built-in. Controlling is done with a simple potentiometer attached to operational amplifier positive input. Negative input is connected to the current sense resistor. The project is OSHW which can be found on Github as re:load. [source]

Continue reading

Way of playing AVI files on iPad

AVI (Audio-Video Interleaved) video format is a standard format around the internet. Windows introduced this format in 1992. AVI files carry audio and video data that are played synchronously. Audio and video can be compressed with different codecs and stored in a single .avi file. That can be played with Windows played or another player with the right codecs. If you are MAC used and carry the iPad around, you probably noticed a problem with playing AVI files on these devices. Apple is stuck to MP4 format, which actually is more advanced because it can carry more information than audio and video. 3D graphics, subtitles, and still images also can be packed along in a single file. All benefits and disadvantages you may find on the internet. The user may find a problem playing one or another format on his machine. As we mentioned, without unique apps, there can be a problem playing .avi files on the iPad. Instead of struggling to find one good AVI player probably, it is worth converting them to mp4. There are many video converters available to download. For instance, Aimersoft.com produces an excellent free video converter called  Video Converter Ultimate. It supports all standard…

Continue reading

Using SVN for embedded projects. Part 1.

Writing software is a complex task. In every microcontroller program, you usually try to reuse previously registered libraries, downloaded code, and other data that is being updated. What if you are developing something in the team? How do you keep track of everything? Storing project files in directories eventually gets messy – finally, you lose track of what’s done. For instance, sometimes, you have written an LCD library and used it in several microcontroller projects. But eventually, you found a bug or optimized code. Usually, you would have to copy new library files in every project to keep updated. This is hard when you already have dozens of projects. There is one way to stay organized by using version control software. In this case, we will talk about SVN. Subversion (SVN) is an open-source system that allows controlling files and folders, keep track of changes made during the time. Simply speaking, SVN is a virtual file system that keeps track of every change in files, and directories. It’s a clever way of storing project files whether you are working alone or in a team. Using this system-wise, you will always have things organized and never lose the version of your…

Continue reading

Free fast and useful java based circuit simulator

Sometimes it is better to see one time than try to imagine things – especially in electronics. When designing something in electronics, it is probably the best way to take some circuit simulator and make a simple model see how it works before putting it into real worlds design. If you want to create complex circuit simulations, you probably should choose professional Spice based electronic circuit simulation tools. But what if you need a simple “pocket-sized„ simulator that would remind you of simple basics of how circuits work, how current flows in one or another situation. For this, you should try this Java-based circuit simulator.

Continue reading

Setup AVR Eclipse plugin to work with WinAVR

Probably many of you (including me) are using Programmers Notepad or AVR Studio to set up AVR projects. Each of them has advantages and disadvantages. For instance, Programmers, Notepad is a great GUI, but there are many manual routines required to start compiling projects – like setting up makefile, creating file dependencies, etc. AVR Studio is a great solution that generates makefiles automatically, and it has a great simulator for immediate debugging. So why would we need another IDE? Actually, Eclipse IDE is one of the best open-source tools that programmers widely use – so it is optimized for managing projects, code writing with auto-complete functionality. So why not give it a try. So let’s set up an Eclipse environment to work with AVR. First of all, let’s download Eclipse from https://www.eclipse.org/downloads/ site. Choose Eclipse IDE for C/C++ Developers as we want to program AVR in C. Open it (no need to install), then go to HELP->Install New Software… Click Add… and in the Add Site dialogue box, enter the URL where the AVR Eclipse plugin is located (https://avr-eclipse.sourceforge.net/updatesite/ )

Continue reading

Unveil the Secrets of Atanua!

You’re one of the home hobbyist and you love to spend most of the time doing the electronic projects in the weekend? Then, you must know how frustrated it will be, if the project that you’ve done cannot function properly according to your need? Well, cheer up! All you need here is an assistant that can help you off. Then, this Atanua can be your little helper here. Here is a little extra fact for the word “Atanua”. According to the Polynesian, Atanua is the goddess of the dawn and wife of Atea. Atuanua is the one that created the seas after her having a miscarriage and filling the oceans with her amniotic fluid! (Well, it’s only one of the Polynesian myths.) For your information, Atanua is a real-time logic simulator, where it was designed to help you to learn the basic Boolean logic and electronics. It uses OpenGL hardware-accelerated rendering and a custom UI. This way, it can help us detect the fast workflow and a shallow learning curve, thus concentrating on learning the subject quickly. Basically, the Atanua UI consists of three main parts, which as: The component list The work area Buttons for useful functions, such as…

Continue reading