Commit Graph

141 Commits

Author SHA1 Message Date
Lorow
e4566771f9 Merge pull request #11 from lorow/feature/add-cdc-communication
Feature/add cdc communication
2025-09-04 21:39:57 +02:00
Lorow
68998ad727 Refactor the startup flow, cleanup old progress logs, cleanup globals 2025-09-03 00:39:22 +02:00
Lorow
0c9e254aba Initial CDC implementation 2025-09-03 00:39:22 +02:00
Lorow
f818023d0a Merge pull request #10 from lorow/fix/fix-uvc-not-starting-on-xiao-babble
Fix UVC not starting on Babble and Xiao boards due to a miss-configuration
2025-08-27 00:02:58 +02:00
Lorow
3de6211992 Fix xiao failing to load the default pwm duty cycle 2025-08-27 00:02:30 +02:00
Lorow
4a8aacf99e Fix UVC not starting on Babble and Xiao boards due to a miss-configuration 2025-08-26 23:31:34 +02:00
Lorow
dbc5091500 Merge pull request #7 from lorow/feature/get-device-name-command
Add get device name command for displaying the current name in the setup tool
2025-08-26 23:08:03 +02:00
Lorow
cbcb9b492e Add get device name command for displaying the current name in the setup tool 2025-08-26 22:20:54 +02:00
Lorow
3b817ce28f Merge pull request #9 from PhosphorosVR/main
LED Control, USB Serial handover before starting UVC, FPS Limiting, default UVC mode for facefocus CLI Enhancements and bugfixes
2025-08-26 22:02:32 +02:00
PhosphorosVR
103475bc66 sdkconfig for babble 2025-08-26 01:41:12 +02:00
PhosphorosVR
cb569c9e47 60fps Limit + GENERAL_DEFAULT_WIRED_MODE can be set in sdkconfig 2025-08-26 01:39:40 +02:00
PhosphorosVR
06394f9654 Fixed PR comments2 2025-08-25 23:47:50 +02:00
PhosphorosVR
8c8db170b0 Fixed PR comments 2025-08-25 22:52:06 +02:00
PhosphorosVR
4fa7c02a53 Sdkconfig for project babble 2025-08-24 23:20:37 +02:00
PhosphorosVR
937234af6d Update README and enhance serial number display in OpenIris setup CLI 2025-08-24 22:50:35 +02:00
PhosphorosVR
6e2a591348 Fixing small stuff 2025-08-24 22:21:06 +02:00
PhosphorosVR
3f96e468f0 Refactor global state management for startup commands and USB handover (no Race-Condition); enhance SerialManager shutdown process and buffer handling in UVCStream. 2025-08-23 19:12:53 +02:00
PhosphorosVR
e1838b4ca4 Refactor UVCStream buffer management and improve serial number formatting 2025-08-23 15:55:30 +02:00
PhosphorosVR
4778ae6c52 Update README and improve LEDManager and StreamServer functionality
- Enhanced LEDManager state update logic to allow recovery from error states
- Fixed buffer declaration in StreamServer for multipart headers
- Updated LEDManager instantiation to use shared_ptr for better memory management
2025-08-23 15:28:55 +02:00
PhosphorosVR
05e122ffdd README.md 2025-08-22 12:45:42 +02:00
PhosphorosVR
40833490d4 Fixed emojis 2025-08-22 03:11:43 +02:00
PhosphorosVR
8c78c7f927 Satisfying my OCD!!!!!!, Enhance WiFi configuration flow and user prompts in setup tool lol 2025-08-22 03:04:34 +02:00
PhosphorosVR
817101e40d Add command for retrieving device serial number and MAC address 2025-08-22 02:24:02 +02:00
PhosphorosVR
19e707cabb Refactor USB Video Class descriptor comments for clarity and maintainability 2025-08-22 01:33:02 +02:00
PhosphorosVR
40163446b6 Merge branch 'feature/facefocus-duty-cycle-poc' 2025-08-22 01:14:53 +02:00
PhosphorosVR
76735a2695 test2 2025-08-22 01:06:33 +02:00
PhosphorosVR
8ff2e4ca1a test 2025-08-22 01:06:22 +02:00
PhosphorosVR
5a201d875e Added PWM live control and get_led_duty_cycle 2025-08-22 01:01:49 +02:00
Lorow
21e8dbe264 Add PoC PWN duty cycle adjustment command for FaceFocus 2025-08-19 00:03:31 +02:00
PhosphorosVR
18a4b73428 USB Descriptor Rework 2025-08-16 18:52:14 +02:00
Lorow
9a1f55d012 Cleanup vscode settings after merge 2025-08-16 13:57:24 +02:00
Lorow
d8ae1743c3 Merge pull request #3 from SummerSigh/mutimodal
Add tools to quickly setup the board after falshhing
Add Wi-Fiscanning commands 
Add better flow for selecting which mode of streaming to use 
Bump ESPIDF version to v4.4.2
Improve WiFi connection
Improve config defaults
2025-08-15 17:54:27 +02:00
Lorow
4b9db0ef7c Update sdkconfigs 2025-08-15 16:19:31 +02:00
Lorow
ee5a73895c Merge remote-tracking branch 'origin/main' into mutimodal
# Conflicts:
#	components/CameraManager/CameraManager/CameraManager.cpp
#	dependencies.lock
#	main/openiris_main.cpp
#	sdkconfig
2025-08-13 23:46:13 +02:00
Lorow
bcb3387e1c Merge pull request #6 from PhosphorosVR/main
Add support for FaceFocusVR boards 
fixup issues with task handling
backport improvements to UVC (big upgrade)
Improve KConfig Menu layout
2025-08-13 23:21:29 +02:00
Lorow
6f1b5f68ee Merge branch 'main' into mutimodal 2025-08-13 23:19:31 +02:00
Lorow
3a97548f3c Add missing lastHeartbeat after fixing merge conflicts 2025-08-13 23:17:14 +02:00
Lorow
a23f7dacb1 Fix merge conflicts 2025-08-13 23:01:53 +02:00
Lorow
5a86ae042f Improvements and refactors after CR, add option to modify mdns name and simplify setup tool 2025-08-12 23:48:44 +02:00
PhosphorosVR
a439c88eee revert last commit 2025-08-10 16:58:49 +02:00
PhosphorosVR
22fc593ffb Config für FaceFocusVR_Face 2025-08-10 16:55:02 +02:00
PhosphorosVR
4243800010 Typo 2025-08-09 20:59:25 +02:00
PhosphorosVR
4c2e183f11 - Changed return; to return ESP_FAIL; to match esp_err_t return type
- Prevent build errors by properly handling missing wired mode configuration
2025-08-09 20:42:36 +02:00
PhosphorosVR
46f91124fe Added FaceFocusVR board (eye module) 2025-08-09 17:33:45 +02:00
PhosphorosVR
0c4a300647 - Applied changes based on PR feedback
- Remove redundant menu entries from default config (will be set by Kconfig.projbuild)
2025-08-09 17:13:04 +02:00
PhosphorosVR
6c0f7d8e73 Merge branch 'main' of https://github.com/PhosphorosVR/OpenIris-ESPIDF 2025-08-09 16:20:36 +02:00
Phosphoros
ab2c1cbfe4 Delete .vscode directory 2025-08-09 16:20:16 +02:00
PhosphorosVR
c842b1fb14 Remove VSCode config from tracking 2025-08-09 16:18:06 +02:00
PhosphorosVR
35821507ef Added CONFIG_CAMERA_WIFI_XCLK_FREQ 2025-08-09 03:25:02 +02:00
PhosphorosVR
03822f90c8 fb_location to DRAM, no need for psram with small files and DRAM should be more stable 2025-08-09 03:10:44 +02:00