This is my demo code on how to use the XML-RPC to communicate with Universal Robots (UR). UR is the … More
Tag: code
I found this EEPROM
I found this tiny EEPROM from an old random board. Soldered it on copper board to use it as a … More
Long-exposure photography in another way
The traditional way to make long-exposure photography is to take photos with a long-duration shutter speed to sharply capture the … More
Continuous image capture from webcam
As part of an online course, I currently take “Computer Vision with Embedded Machine Learning” where is need to collect … More
Spurkfun Edge and Camera
My Arduino settings and code to use Sparkfun Edge with the camera module. Hardware Sparkfun Edge (Input only 3.3V.) Himax … More
Python script to generate ridge maps
Someone has created a python library to generate ridge maps. All my experiments and code are in this Colab notebook.
Meedia-tsõõr
Tsõõri kujuline arvuti sisesndseade. Praegu on seadistatud see käituma nagu hiire kerimis nupp. Arduino Pro Micro saab programmeerida matkima kõiki … More
Serial Plotter code
This is my standalone serial plotter. I like to use Arduino, Esp866 etc. and then i started to learn python … More
C vs. C++: Bubble sort
I have identical bubble sort algorithm in C and C++. Same data and same computer. Experiment shows that C is … More