Compare commits

..

5 Commits

Author SHA1 Message Date
f789002564 Updated content 2025-10-07 21:50:15 +02:00
687015b729 Updated content 2025-10-07 21:49:20 +02:00
5783259a8b Updated content 2025-10-07 21:47:10 +02:00
1f004314c0 Testing 2025-10-07 21:36:17 +02:00
bd1bac5d2d Testing 2025-10-07 21:35:32 +02:00
4 changed files with 53 additions and 64 deletions

View File

@@ -10,7 +10,7 @@ googleAnalytics = ""
author = "Christoffer Martinsson"
description = "Open Source Product **(and music)** Development"
profilePic ="images/cmtecLogo_Dark_600x276.png"
copyright = "Copyright 2018 CMtec"
copyright = "Copyright 2025 CMtec"
githubUsername = "#"
accent = "#afd787"
showBorder = true
@@ -46,15 +46,10 @@ googleAnalytics = ""
weight = 1
[[menu.icon]]
url = "https://git.cmtec.se"
name = "gitlab"
url = "https://gitea.cmtec.se"
name = "git"
weight = 2
[[menu.icon]]
url = "https://github.com/cmtec"
name = "github"
weight = 3
[[menu.icon]]
url = "https://soundcloud.com/cmtec"
name = "soundcloud"

View File

@@ -1,6 +1,6 @@
---
title: "About"
date: 2018-10-25
date: 2025-10-07
draft: false
---
@@ -8,21 +8,21 @@ CMtec was created back in 1999 by **Chritoffer Martinsson** in Helsingborg Swede
The company has two focus areas:
* Product development in the home automation and electronic sector.
Released as Open Source on [GitLab](https://git.cmtec.se)
- Product development in the home automation and electronic sector.
Released as Open Source on [Gitea](https://gitea.cmtec.se)
* Music production (mastering, mixing and recording)
- Music production (mastering, mixing and recording)
Published on [SoundCloud](https://soundcloud.com/cmtec)
## Contributers
CMtec has no employees. Instead the company is built on contributors that are making contributions on their own spare time.
* **Christoffer Martinsson**
- **Christoffer Martinsson**
Main contributor and official head of CMtec.
Backgroud in electronic engineering and software development.
* **Christian Martinsson**
- **Christian Martinsson**
Backgroud in game and software development.
If you have any questions please send us a email at [info@cmtec.se](mailto:info@cmtec.se)

View File

@@ -4,49 +4,54 @@ date: 2018-10-25
draft: false
---
## HAASP
## 🏠 HAASP - Home Automation Platform
Home automation software written in python.
Head over to https://haasp.net for more info.
**Modern Python-based home automation framework**
## Elite Controller
HAASP (Home Automation and Smart Platform) is our flagship open source project - a comprehensive home automation solution built with modularity and extensibility in mind.
Dual joystick setup optimized for use with the space sim Elite Dangerous.
[**Learn more at haasp.net →**](https://haasp.net) | [**Source Code →**](https://gitea.cmtec.se/haasp)
### Left controller
* 2 axis
* 20 buttons on joystick
* 2 buttons on base
---
### Right controller
* 4 axis
* 12 buttons on joystick
* 2 button on base
* Mouse
* Combined HID with Joystick and Keyboard
* Activated by mode button (use thumb joystick as mouse)
* Keyboard
* Combined HID with Joystick and Mouse
* Passing through standard USB HID keyboard (swedish layout)
* Joystick button as keyboard shortcuts (activated by mode button)
*F10, Alt-F10 and Win-Alt-R*
## ⌨️ CMDR Keyboard
Head over to https://git.cmtec.se/elite/elite_controller for more info.
**Custom 42-key split mechanical keyboard with Swedish layout**
## Unraid Docker Repository
A high-performance split keyboard built around the RP2040 Zero microcontroller, featuring advanced firmware capabilities and custom hardware design.
Collection of application wrapped in docker containers ready for use in [Unraid](https://unraid.net) servers.
**Key Features:**
* HAASP (entire application series)
- 42-key Swedish-centric layout with three-layer functionality
- High-speed matrix scanning (250 µs cadence)
- Mix of Cherry MX and Kailh Choc low-profile switches
- Custom PCB design with schematics and Gerber files
- 3D printable case and mounting components
- Rust-based firmware with power-aware USB handling
Thrid party application:
*CMtec is only the creator of the actual docker container and not it's content*
[**View Project →**](https://gitea.cmtec.se/cm/cmdr-keyboard)
* Unifi
* Unifi Beta
* Unifi Video
* Nginx (With LetsEncrypt support)
* Wordpress
---
Add https://github.com/cmtec/docker-templates to your "Template repositories" in Unraid to use these dockers.
## 🕹️ CMDR Joystick
**Professional-grade USB HID joystick with Hall-effect gimbals**
A precision joystick controller designed for enthusiasts, featuring FrSky Hall-effect gimbals and sophisticated input processing capabilities.
**Features:**
- 7 axes, 32 buttons, 8-way HAT switch
- Ultra-low latency (1 ms poll rate)
- Advanced input pipeline with digital smoothing and calibration
- Exponential response curves and virtual throttle modes
- Custom RP2040-based PCB with LED status indicators
- 3D printed case with professional finish
Perfect for flight simulation, robotics control, or any application requiring precise analog input.
[**View Project →**](https://gitea.cmtec.se/cm/cmdr-joystick)
---
_All projects are open source and available on [Gitea](https://gitea.cmtec.se). Hardware designs, firmware, and documentation included!_

View File

@@ -14,17 +14,6 @@
<link href="{{ .RelPermalink }}" rel="feed" type="{{ .MediaType.Type }}" title="{{ $.Site.Title }}" />
{{ end }}
{{ if site.GoogleAnalytics }}
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.GoogleAnalytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', '{{ site.GoogleAnalytics }}');
</script>
{{ end }}
</head>
{{ if .Site.Params.MathJax | default true }}