Engineering and technology notes

Raspberry Pi • View topic – Create SD card image on windows

Hey guys! I want to know if there is any program I can use to create an image of my Raspi SD Card in Windows so I can keep a backup of a configuration that already works flawlessly. I would like to create an image that I could later burn to my SD card with the Windows program mentioned on the instructions in case I mess something up. Thanks!

Source: Raspberry Pi • View topic – Create SD card image on windows

APC Smart-UPS Dead – Spiceworks

I have an APC Smart-UPS RT 3000VA. It has been disconnected from power for about 12 months. I have now reconnected the UPS and it is stone dead. No lights. No fans turn. I cannot find a Circuit breaher of a fuse which may have tripped or blown. I have left the UPS connected to power for 3 days now and still no life out if it. Can anyone shed some light on this?

Source: APC Smart-UPS Dead – Spiceworks

GitHub – scheckmedia/CameraControllerApi

CameraControllerApi

The CameraControlerApi is an attempt to control a DSLR via REST functionality. At the moment is it possible to change the camera settings (ISO, aperture, time), take pictures and stream the live view of the camera (only tested with a Nikon D90).

Web-Interface

http://device_ip:port/webif/

Demonstration

a demonstration for the CameraControlerApi

How to use

You will get all valid data for a command from the “list” action.

Settings

List the configuration with validate values

http://device_ip:port/settings?action=list

ISO

http://device_ip:port/settings?action=iso&value=200

Aperture

http://device_ip:port/settings?action=aperture&value=f/22

Shutter Speed

http://device_ip:port/settings?action=speed&value=1/1000

Whitebalance

http://device_ip:port/settings?action=whitebalance&value=Cloudy

Capture

take a picture

http://device_ip:port/capture?action=shot

autofocus

http://device_ip:port/capture?action=autofocus

File system

list of the available images on camera

http://device_ip:port/fs?action=list

get an image

http://device_ip:port/fs?action=get&value=filename.jpg&path=/path/to/file

Each method will response with a JSON file. If you want a XML response you have to put the command “&type=xml” on the end of the upper commands

Live View

live view will be generated as mjpeg-stream. you can easy implement this stream in html inside an image tag e.g:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Live View</title>
</head>

<body>
<img src="https://localhost:8888/liveview" />
</body>

</html>

Dependencies

apt-get install libboost-dev libboost-system-dev libmicrohttpd-dev libgphoto2-dev libexiv2-dev

  • libgphoto
  • libboost
  • libboost-system
  • libmicrohttpd
  • libexiv2

Source: GitHub – scheckmedia/CameraControllerApi

Xcas

Xcas is a user interface to Giac, a free, basic Computer Algebra System (CAS) for Windows, macOS and Linux/Unix. Giac can be used directly inside other C++ programs. Xcas/Giac is an open-source project developed by Bernard Parisse’s et al. at the Joseph Fourier University of Grenoble (Isère) since 2000. It is based on experiences gained with Parisse’s former project Erable. Giac has a compatibility mode with Maple and MuPAD software and TI-89, TI-92 and Voyage 200 calculators. Users can use Giac/Xcas as

Source: Xcas – Wikipedia

Comparison of Texas Instruments graphing calculators

A graphing calculator is a class of hand-held calculator that is capable of plotting graphs and solving complex functions. There are several companies that manufacture models of graphing calculators. Texas Instruments is a major manufacturer. The following table compares general and technical information for a selection of common and uncommon Texas Instruments graphing calculators. See the individual calculators’ articles for further information.

Source: Comparison of Texas Instruments graphing calculators – Wikipedia

Comparison of HP graphing calculators

A graphing calculator is a class of hand-held calculator that is capable of plotting graphs and solving complex functions. While there are several companies that manufacture models of graphing calculators, Hewlett-Packard is a major manufacturer. The following table compares general and technical information for a selection of common and uncommon Hewlett-Packard graphing calculators. See the individual calculators’ articles for further information.

Source: Comparison of HP graphing calculators – Wikipedia