Category: Uncategorized
-
Wirelessly Controlling a Robot with Speech Commands – UCLA Capstone – Part I
In this post, I describe how I used 2 FPGA boards, various peripherals like Bluetooth and microphone, TensorFlow, and the “iRobot” system to develop a speech controlled robot with wireless communication.
-
Computer Memory Overview
Computer Memory, a concept that is often misunderstood. Some developers avoid certain programming languages altogether, in order to avoid having to deal with memory (we’ll explain what this means later). Others love the thrill of the chase, even when it takes 4 hours of valgrind-ing to find all the memory leaks! Memory is at the absolute…
-
Bits and Bytes
Have you ever been confused about why your internet speed is measured in mega or gigabits per second (Mbps or Gbps), but your computer’s hard drive and RAM are measured in mega or gigabytes (MB or GB)? Or maybe you noticed that you’re paying for 100Mbps but your download speeds top out at around 12MBps? Let’s…