here is a counter that uses no ISR
https://www.hackster.io/vandenbrande/arduino-rotary-encoder-simple-example-ky-040-b78752
here is a counter that uses no ISR
https://www.hackster.io/vandenbrande/arduino-rotary-encoder-simple-example-ky-040-b78752
1a Existing live stream to You Tube is sufficient for now. We must solve the erratic upload problem now, before we move on. Retry this with internet box tied down and power lead secured.
………………..
http://www.tomshardware.com/answers/id-2234484/lan-cards-internet-lan.html
This is exactly what I did! Figured it out before you posted it though.
NETWORK 1 SETUP (with internet connection)
Router 1 – default settings, DHCP ON
LAN 1 – Static IP 192.168.0.150 (I think you can use auto obtain IP), Default Gateway – 192.168.0.1, w/ DNS
NETWORK 2 SETUP
Router 2 – DHCP OFF
LAN 2 – Static IP 192.168.1.100 ; Default Gateway – Blank ; DNS – Blank
— * It will show as Unidentified Network on your adapter settings window.
I have internet on network 1 while I can file share on network 2 (no internet access) for work. 2 different networks, 1 pc
Why do we have to occasionally hard reset the internet box?
Heavy power switch. Where did the “power Conditioner” go?
Laptop boot on power, sleep on power down
2a – Implement camera feed switch.
2b – laptop to control switching interface
2c – Router from home to mount in 19 in. Rackd. – 2.d current inputs : 1 Sony camera remotely steered, 1 Sony camera fixed at sound booth.
3a. – one remotely controlled camera
3b- Pan/tilt mechanism / controller done, needs tuning.
34c- zoom, focus etcetera.
3d-Evaluate lanc dongle. Buy. Camera XA35.
3e Camera drive. Lanc drive. add joystick or wheel to LANC zoom
4A Why is the fan in the switch so loud?
4b. Key to switch / software /
4c – do we have audio coming in from Sound Booth Channel 8?
4d Get app to work on nexus tablet.
4e. Sound Board private network
SSID X-32
PW @FBCJusti
UP 192.168.0.102
Is ther a way to with the exsisting video on the Lightening outputs
Initial video switcher setup
IP: 192.168.10.240
SUB:255.255.255.0
GATE:192.168.10.1
Initial video converter (red box ) set up
Decimate.
Control duc source , change to HDMI IN
Output 1080i, 59.94.
Control SDI OUT SOURCE. scale if other than I.
Wire run names
http://www.robotshop.com/en/12v-17rpm-200-1-gear-motor-encoder.html?gclid=CjwKEAjw07nJBRDG_tvshefHhWQSJABRcE-Zpd0u3YtILTtxH3PmmDLzu-Tsxf2MBW4cy4B4_5A1fBoCNDrw_wcB
16wvdc motor all electronics
Here is the original BESCOR PanTilt Drive with a WII Nunchuck
Here is the Pan/Tilt with the pan motor tachometer installed
Herre is the initial LANC interface notes
1.
2.
3.
4.
5.
6.
7.
8.
9. June 6 2004. 0 to 5.00 memorial day motor cycles. 5.30 Mom with water hose. 9.00 lucia scooter 10.00 Joe lands in j4. June 12 13.26 Lucia rides bike. 21.00 luci shoot footage. 23.30 Florida. 2004. 27.00 grandma. 36.00 lucia skate. with Sam and Kinsey. 49.00 twister 107.00 end.
Uthe Sparkfun motor control board wires up:
Dir A- 12
Speed A – 3
DirB – 13
SpeedB – 11
Here is a wii Nii nunchuck based project
Here ist the demo software for the board:
this is the easy driver from spark fun
this one uses digital smooth
https://github.com/dawsonc/Nunchuck_Turret/blob/master/Nunchuck_Turret.ino
ffqeqe
http://m.aliexpress.com/item/912805423.html?productId=912805423&productSubject=OM400B-joystick&tracelog=wwwdetail2mobilesitedetail
Looks like a decent 3 axis joystick for 40$
http://www.amazon.com/gp/aw/d/B00CS6O4NI/ref=pd_aw_fbt_328_img_2?ie=UTF8&refRID=0W79YEYHETSASKZQN36Z
Hall Effect sensors HAL115C
Installed on the back of a DC motor
Faceplate on the black steering box is 12×7 5-8
Box dimensions
Using a PS2 controller to steer the camers
here is a link to servo drives
http://techmonkeybusiness.com/using-a-playstation-2-controller-with-your-arduino-project.html
dimensions for controller with 4 joysticks
50 mm hole = 1.968 in
63mm = 2.48 in
stroke at the knurl is 1.6
One wire dual direction LAN. Takes 4 identical commands for the rec. to see it as a valid command.
Pulled up to 5V~.
Pulled down =Mark
This drawing is from
http://controlyourcamera.blogspot.com/2011/02/arduino-powered-lanc-remote.html
Use arduino to drive, Plain English:
http://controlyourcamera.blogspot.com/2011/02/arduino-controlled-video-recording-over.html
Example code:
tons of detail:
http://www.boehmel.de/lanc.htm
Vixia HFS200
2.5m
from http://controlyourcamera.blogspot.com/2011/02/arduino-controlled-video-recording-over.html
Nop = 0x0000,
RecordStart = 0x3318,
RecordStop = 0x198C,
IrisIncrement = 0x5528, // Used for IDLE state
IrisDecrement = 0x5328, // Used for IDLE state
IrisRecIncrement = 0x2A94, // Used for RECORD state
IrisRecDecrement = 0x2994, // Used for RECORD state
IrisAutoAdjust = 0xAF28,
FocusShuttleFar = 0xE028, // Used for IDLE state (value mask 0x0F00: 1 3 5 7 9 B D F)
FocusShuttleNear = 0xF028, // Used for IDLE state (value mask 0x0F00: 1 3 5 7 9 B D F)
FocusShuttleRecFar = 0x7094, // Used for RECORD state (value mask 0x0700: 0 1 2 3 4 5 6 7)
FocusShuttleRecNear = 0x7894, // Used for RECORD state (value mask 0x0700: 0 1 2 3 4 5 6 7)
FocusFar = 0x4528, // Used for IDLE state
FocusNear = 0x4728, // Used for IDLE state
FocusRecFar = 0x2394, // Used for RECORD state
FocusRecNear = 0x2294, // Used for RECORD state
these are the few we want to try
AF | Iris auto |
77 | White balance reset (not if white balance is selected via menu) |
55 | Iris more open |
55 |
Iris more open |
53 | Exposure auto/man. toggle (models of the early 90’s) Iris more close |
49 | White balance toggle (only cameras until approx. 1996) |
lanc on a small canon 220 camera uses a 2/32 submini plug RS 274-0298
CANON HFS200 Manual
The command for opening the IRIS is:
Byte 0 – 0010 1000
Byte 1 – 55 (expressed in hexa)
Hi ddenhartog,
You can just need to tick the checkbox “Enable single post download” on the plugin settings. This option is under “Post PDF Export > Post PDF Export Options”.
For other ways to put download button on your post you can check the plugins documentation herehttp://cmdino.com/post-pdf-export/
A !non-embedded! Falcon 50EX below serial number ____ has 9 pin DEEC download ports. Not the same as a F50…Not the same as a 900…not the same as a F50EX with embedded interface. and no, yo cannot just take the upper cowl off and download directly from the DEEC.
A decade ago, Honeywell was able to provide the 9 – pin adapter . for $1800.00 and 6 months lead. Good luck even getting the part number now.
Here is what we worked out after much trial and tribulation! Thanks Marcus!
CAUTION: pin 1 orientation on the RJ12 end is to the left when the tab is held down. You may have a similar !!!! or !!!! reverse cable end. WIre to the pin positions, not the colors.
Okay I have found a third party app that lets me copy everything from Google drive in one easy step – Astro File Manager – it’s a free app on play store, works brilliantly for this as you can select everything in the drive and simply copy it over to your SD Card.
This app will also work with dropbox and other cloud services.