Wednesday, December 30, 2020
AC Termination
Friday, December 25, 2020
Christmas LED Lights
I have a string of 60 LED Christmas lights with 6 distinct colors. I measured the RMS current with a multimeter, and found to be 27mA, so it worked out to be about 3.2W or about 54mW each, which seems reasonable if each LED takes about 20mA. The string appears to have 3 parallel segments, with 3 lights having 3 wire connections. That means each LED string consumes 9mA, so the 54mW number seems high for each LED. Four of LEDs (all blue color why?) are not working, but the rest of the string works, so the connection is maintained. I was curious to take one off; that segment was out. So it is the LED that provides the electrical connection. I took it apart and measured the resistance an found it to be 90 Ohms both ways. Is there a built-in parallel resistor for fault tolerance? Each of these resistors would take about 10mW. The LEDs are running directly off AC, so the current is measured as true RMS, but the voltage RMS is not known.
Thursday, December 10, 2020
Anti Sulfur Chip Resistors
Many automotive grade chip film resistors have the anti sulfur feature. Bourns has a white paper, "Advantages of Sulfur-Resistant Film Resistors". It describes in good detail the construction. In short, sulfur based gasses (such as caused pollution) can react with Ag/AgPd resistor terminal that leads to crack the package. A Palladium (Pd) protection layer is added to the Ag terminal to eliminate the formation of Silver Sulphide and hence increases the reliability.
Thursday, August 27, 2020
Computer Software Notes
Change network setting with commands
netsh interface ip set address "Local Area Connection" static IP NetMask Gateway
netsh interface ip set dns "Local Area Connection" static DNS primary
netsh interface ip add dns "Local Area Connection" DNS index=2
Add Emacs to the right-click menu. Add to the registry
[HKEY_CLASSES_ROOT\*\shell\Emacs\command]
@="\"C:\\Program Files\\emacs-22.3\\bin\\runemacs.exe\" \"%1\""
Emacs for windows needs the diff program to run ediff. If cygwin is installed, in .emacs (setq exec-path (list "c:/cygwin/bin")) to use cygwin's diff. Also set environment variable CYGWIN=nodosfilewarning.
Emacs over VNC sometimes could not use the Alt key, add the following to .emacs
;; Map Alt key to Meta
(setq x-alt-keysym 'meta)
For computer with with multiple networks, eg hardwire ethernet and WIFI. To set the network orderControl Panel -> Network and Sharing Center -> Change adapter settings -> The hit Alt to get the menu and choose Advanced -> Advanced Settings.
Screen saver timeout may have to be changed in the registry
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]
"ScreenSaverIsSecure"="0"
"ScreenSaveTimeOut"="900"
Microsoft mouse software Intellipoint messes up the left handed setting. Uninstalled it.
Microsoft robocopy is a useful tool for backups. The command "rmdir /s/q folder" is a much quicker way to delete a large folder than through Windows interface. [Others have pointed out a combination of "
del /f/s/q foldername > nul" and "rmdir /s/q foldername" is even faster.]Xilinx USB cable does not install incorrectly with ISE 11.1. Manually running the following solves the problem,
Xilinx Platform Studio 7.1 cannot coexist with ISE 11.1. The PATH environment variable should contain either 7.1 or 11.1.
Foxit Reader is a better PDF reader than Adobe Acrobat Reader.
Matlab "Failure to find requested data acquisition device: nidaqmx." Run Matlab as Administrator.
The driver for Proflic PL2303 based USB to serial adapter uses much more interrupt time than others.
Windows 7 jump lists are in %AppData%\Microsoft\Windows\Recent\AutomaticDestinations, deleting the large files helps restoring the lists.
Windows 7 does not include hyperterminal; copy the following files from Windows XP. Hyperterminal does run on Windows 7.
c:\Windows\System32\hypertrm.dll
Hyperterminal can send ascii code by pressing and holding down ALT and entering numbers from the numeric keypad (with Num Lock on) then releasing the ALT key. The code is sent upon the release of the ALT key.
xfig on cygwin complains about missing fonts.
cp /usr/share/ghostscript/fonts/*l.pfb /usr/share/fonts/Type1cat /usr/share/ghostscript/fonts/fonts.scale >> Type1/fonts.scale
Change the first line to the number of fonts listed.
Update the font database:
mkfontdir
com0com creates a pair of virtual com port.
Linux
To clone a linux system to a large disk.
cp -ax /olddisk/. /newdisk
sed 's/`vol_id --uuid /dev/olddisk`/`vol_id --uuid /dev/newdisk`/g' /boot/grub/grub.cfg > /newdisk/boot/grub/grub.cfg
grub-install --boot-directory=/newdisk/boot /dev/newdisk
sed 's/`vol_id --uuid /dev/olddisk`/`vol_id --uuid /dev/newdisk`/g' /etc/fstab > /newdisk/etc/fstabTo keep the xterm open after executing a command with -e option,
xterm -hold -e 'command' To set up a remote git repository from a local repository
#Remote machine: Create the bare repository
mkdir proj.git
cd proj.git
git --bare init
#Local machine:
git remote add origin ssh://remote-machine///repository/proj.git
git push origin master
git checkout origin/master
#Create the local "master" branch that is tracking the "origin/master" branch
git branch -f master origin/master
git checkout masterTo make an existing branch tracking a remote branch
git branch --set-upstream master origin/masterTo fix a problem with acroread menu on Ubuntu,
"export UBUNTU_MENUPROXY="acroread":$UBUNTU_MENUPROXYor disable global appmenu altogether
sudo sh -c "echo export UBUNTU_MENUPROXY=0 > /etc/X11/Xsession.d/81ubuntumenuproxy"When partition a USB drive for Linux and Windows, place the Windows partition first. Windows can only read the first partition from a USB drive. The Linux can boot from the second partition.
To map the mouse buttons in X Windows
xinput list
xinput set-button-map 12 1 2 3
To create a pair of virtual serial ports
socat -d -d pty,raw,echo=0 pty,raw,echo=0
The password length and complexity are controlled by
/etc/pam.d/common-password
The hardware clock setting is in /etc/default/rcS
UTC=yes
to set to UTC time.
Monday, August 3, 2020
Tile Tracker
Monday, July 20, 2020
FPGA Design on Linux
After sourcing Xilinx setup script, we can run ise to start ISE Project Navigator. Then the graphic interface guides us to create the project and run the implementation and generate the bit file. Then we use the adept utility djtgcfg to program the FPGA.
Subsequently, it might be easier to run the command line interface. We can turn the command log into a batch script.
The design can be simulated with ISim Simulator. Now we have a Xilinx FPGA development environment on Linux.
The Linux version of Microsemi's Libero SoC is also available. We install Libero SoC v11.9 for the ProASIC3 devices. But we run into a problem with the license. We request a free sliver license and install Linux Licensing Daemon. We run lmgrd to start the license server, but license checkout for synplifypro_actel is unsuccessful: The license key and data for the feature do not match. It turns out that I forget to set the environment variables. That gets the synthesis going. Compile does not work and gives an error message of
"Unable to open a working copy of adb file: checksum error detected. The specified file may not be an Actel design file or may be corrupted."and another message of
"Wind/U Error (248): Failed to connect to the registry on server Cannot register service: RPC: Unable to receive; errno = Connection refused" .I tried the suggested solution of allowing TCP connections to Xserver. But it does not work.
Monday, June 1, 2020
Router
OpenWrt is a version Linux for routers. We'll build a version for this router. A lot of good information can be found here. One of the limitations of this router is the 4MB Flash, which we'll upgrade; 16MB version costs only about $2. It is possible to upgrade SDRAM to 64MB, which is about $4 or possibly to get from old PC DIMM.
curl -v --form files=@lede-ar71xx-generic-dir-615-c1-squashfs-factory.bin 192.168.0.1/cgi/indexI could ssh into it. The version that I built did not have a web interface, which probably is not included by default. After including uhttpd, luci-mod-admin-full, etc also removing a few packages, such as ppp, ip6tables, etc to keep the image small, we have the web GUI. We can easily configure the router to bridge the main router. And firmware upgrade can be done through the web GUI using lede-ar71xx-generic-dir-615-c1-squashfs-sysupgrade.bin . Note that accessing web interface is not secure; luci-ssl has to be enabled to use https. The Flash is very close to full; the file system is 2432K and the compressed kernel is 1292K for total about 3724K out of 3776K allocated for the OS.






