There are so many options to learn programming. How to choose the right one? https://youtu.be/JhTnpjv5mYQ Links: - GameMaker Tutorial: https://www.youtube.com/watch?v=izNXbMdu348&list=PLPRT_JORnIupqWsjRpJZjG07N01Wsw_GJ - GameMaker: https://www.yoyogames.com/gamemaker - Unity: https://unity.com/
Category: Software
Simple way to Calculate Impedance, Current, Crosstalk, …
About how I calculate impedance, maximum current for tracks / VIAs and sometimes possible crosstalk. About free software called Saturn PCB Toolkit ...
3 Ways How To Backup Important Files
This video explains 3 ways how you can backup your files at home or in a small / medium size company. Hope this helps.
How to use Bluetooth on your Board (Practical Example)
Step-by-Step tutorial about writing a simple code which can transfer data between your Board and MacBook (or iPhone, iPad) over Bluetooth.
How to move object in 3D software by Magnetometer, Accelerometer, Gyro data – Blender 3D Visualization
Did you know, that you can use data from sensors like Magnetometer, Accelerometer or Gyro to control a 3D object in 3D software? It's very simple to do. In this video I am showing how you can use data from magnetometer sensor to rotate object in Blender 3D software. The same way you can visualize … Continue reading How to move object in 3D software by Magnetometer, Accelerometer, Gyro data – Blender 3D Visualization
Why & How we use Objects in Programming (Javascript Example)
Have you ever wondered what does it mean when you read or hear about Object programming? What is the big deal about it? This video will help you to understand more. The final code from the video can be downloaded here: object programming example To run the code, COPY & PASTE it into "TRY IT"
ARM DDR3 Memory testing
Every hardware design engineer wants to be sure that the DDR3 memory interface is working correctly. Here are some real examples of DDR3 memory testing >>
Starting with TI EZSDK C6A816x – Video Tutorial
Video tutorial for C6A816x / DM816x. Explains How to Compile u-Boot, Compile Kernel, Prepare File system, Create booting SD Card, Flash u-Boot via JTAG
TI EZSDK Installation Tutorial for DM816x / C6A816x / AM389x / DM814x / AM387x
This post describes how to install ezsdk dm816x-evm for DM816x / C6A816x / AM389x / DM814x / AM387x and compile kernel
cakePHP – Quick and Simple Maintenance page
How to setup a maintenance page in cakePHP - this is one of the ways ...