Difference between revisions of "AXIOM Remote"

From apertus wiki
Jump to: navigation, search
 
(102 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Axiom_Remote_V3.jpg]]
__NOTOC__


== Project Overview==
This device, and its associated software, is a remote control unit designed to compliment the [[AXIOM Beta]] range of cameras. Like the devices it controls, AXIOM Remote is an open source, open hardware project and all data surrounding its research and development has been made freely available.


This device, and when released the associated software, is designed to be a comprehensive remote control unit for the AXIOM range of cameras.
If you can't find what you're looking for or if we can help you with custom requirements please [https://www.apertus.org/contact contact] us.


As with all software & hardware that is pre-production the information contained on this page is subject to changes.


AXIOM Remote was funded as a stretch goal in the AXIOM Beta crowd funding campaign and is still in development. It features push-buttons and switches as well as 2 rotary encoders (also with push-button function) that can be used to control a wide range of camera parameters like shutter speed, gain, overlays, FPS, gamma curves etc. To keep everything as flexible as possible the buttons next to the LCD have dynamic functionality as their commands are displayed next to them on the LCD. Switches on the side allow locking of each individual dial wheel or all buttons on the AXIOM Remote.
====Status====


Force Feedback for the two dials with two small built-in micro-stepper motors would allow feeling the settings (like min, max reached) without looking at the display. This could also allow switching the dials between jog/shuttle mode.
April 2020


The AXIOM Remote is based on a small LCD screen (for showing status information, camera parameters and navigating through menus, no live video) and a PIC32 micro-controller. The connection between AXIOM Remote and an AXIOM camera will be a flexible (preferably spiral) cable with solid connectors. Expansion slots (with GPIO) will allow easy future addition of new buttons/knobs/wheels/controllers/interfaces.
* Printed circuit boards for a first version prototype have been designed and populated.
* Haptic button options are being tested.
* PCB has been debugged.
* Enclosure prototypes have been 3D printed (first step towards ordering aluminium milled parts).
* UI design is ongoing - C firmware prototype is now being ported to C++: https://lab.apertus.org/project/view/18/ (please see this page's footer if you'd like too assist).


Source on GitHub can be found [https://github.com/apertus-open-source-cinema/AXIOM-Remote here].


Workboard in apertus° Labs can be found [https://lab.apertus.org/project/view/18/ here].
[https://www.apertus.org/axiom-team-talk-14-3-injection-moulding-axiom-remote-socials-metal-smelting-article AXIOM Team Talk 14.3] (Oct 2018) covered AXIOM Remote development progress.


====Technical====


{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;"
{| class="wikitable" style="width: 100%;"
|+ '''AXIOM Remote Feature Wishlist'''
! scope="col" | Essentials
! scope="col" | Good to Have
! scope="col" | Luxury
|-
|-
| a few Status LEDs || single color LED under most buttons (transparent) || RGB LED under every button (transparent)
| style="width: 50%"| [[AXIOM_Remote/Enclosures | Enclosure]]
| style="width: 50%"| [[AXIOM_Remote/Hardware | Hardware]]
|-
|-
| power supply from camera || power IN connector || own battery mount
| style="width: 50%"| [[AXIOM_Remote/GUI | Graphical User Interface]]
|-
| style="width: 50%"| [[AXIOM_Remote/Development | Development Notes]]
| wired operation || || wireless operation option
|-
| || || turn LCD into touchscreen (can be disabled in menu)
|-
| Control all AXIOM related functionalists || Control active lens mount related functionalists|| Remote Control other cameras and devices (LANC, USB, DSLR Shutter Release, etc.)
|-
| 2x Rotary Knobs (infinite rotation) || additional slider/fader knob || Force Feedback Rotary Knobs (built-in microstepper motor)
|}
|}


====Resources====


----
{| class="wikitable" style="width: 100%;"
|-
| style="width: 50%"| [[AXIOM_Remote/Concepts | Original Concepts]]
| style="width: 50%"| [https://github.com/apertus-open-source-cinema/AXIOM-Remote GitHub Repository]
|-
| style="width: 50%"| [https://lab.apertus.org/project/view/18/ apertus° Lab: AXIOM Remote Task Workboard]
|


|}


==General Concept==
[[File:AXIOM_Remote_V3_ButtonPos.pdf]]
[[File:AXIOM_Remote-_Layout.png| 800px]]
[[File:Remote-Concept-Aspect-01.jpg| 800px]]
[[File:AXIOM Remote Concept 5.jpg | 800px]]
Camera Docking Station:
[[File:SlideIn.jpg|600px]]
[[File:RemotePinout.jpg|600px]]
[[File:ClipInOin.jpg|600px]]
[[File:RemoteReleaseSwitchjpg.jpg|600px]]
[[File:SpringRelease.jpg|600px]]
[[File:SpringRelease2.jpg|600px]]
----
==Operation Concepts==
[[File:MenuConcept-01.jpg]]
----
==Electronic Components==
In consideration:
http://www.minidevs.com/product/CORE-A20.html hand soldered to our own PCB
iphone 4 replacement display (326 PPI 3.5" 960×640 px) or http://www.ebay.com/itm/OEM-HTC-Droid-DNA-ADR6435-Original-LCD-Screen-Display-Repair-Replacement-Parts-/350711245261 smaller bezel )(documentation through: https://hackaday.io/project/364-mipi-dsi-display-shieldhdmi-adapter  ?)
3D accelerometer to measure device orientation (optional)
4x AA battery tray
firmware stored on microSD card
no internal RTC and no button cell -> RTC in Beta instead
ALPS SRBE210200 rotary + push switch


[[File:ARPCsl02 AXIOM Remote ConceptV4 Slant.jpg  | 1150px |]]


alternative:
AXIOM Remote Concept 2019 - Note: Design is subject to change as improvements are made.


https://octopart.com/en12-hn22af18-bi+technologies-7730374


SMT type rotary encoders:


http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC05E/EC05E_list.html
http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC10E/EC10E_list.html
Beta connectivity through Hirose HR10A-7P-4S (a bit expensive but massive) or alternatively 4 pin 2.5 or 3.5mm audio cables: https://ae01.alicdn.com/kf/HTB1YJVOOXXXXXceXVXXq6xXFXXXi/4-Poles-Jack-3-5-RCA-Connector-RCA-Audio-font-b-Plug-b-font-font-b.jpg plus metal receptor on Beta and Remote: https://www.amazon.de/sourcingmap-Kopfh%C3%B6rer-Interieur-Montage-Steckdose/dp/B014XJ1SN6
RS232C as Beta <-> Remote protocol4
Toogle Switches APEM ZL series
----




==TODO, next steps==


# pick buttons, rotary encoders, etc components, collect datasheets and extract documentation about each components footprint and positions here




Line 126: Line 60:
[[category: Ergonomics]]
[[category: Ergonomics]]
[[category: Concepts]]
[[category: Concepts]]
[[category: Display]]
[[category: Control]]
[[Category:Documentation]]

Latest revision as of 08:49, 1 July 2021


This device, and its associated software, is a remote control unit designed to compliment the AXIOM Beta range of cameras. Like the devices it controls, AXIOM Remote is an open source, open hardware project and all data surrounding its research and development has been made freely available.

If you can't find what you're looking for or if we can help you with custom requirements please contact us.


1 Status

April 2020

  • Printed circuit boards for a first version prototype have been designed and populated.
  • Haptic button options are being tested.
  • PCB has been debugged.
  • Enclosure prototypes have been 3D printed (first step towards ordering aluminium milled parts).
  • UI design is ongoing - C firmware prototype is now being ported to C++: https://lab.apertus.org/project/view/18/ (please see this page's footer if you'd like too assist).


AXIOM Team Talk 14.3 (Oct 2018) covered AXIOM Remote development progress.

2 Technical

Enclosure Hardware
Graphical User Interface Development Notes

3 Resources

Original Concepts GitHub Repository
apertus° Lab: AXIOM Remote Task Workboard


ARPCsl02 AXIOM Remote ConceptV4 Slant.jpg

AXIOM Remote Concept 2019 - Note: Design is subject to change as improvements are made.