Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Would like to disable long press
Post: RE: Would like to disable long press

Quote: -- How to change the control scheme -- `input_touch_wheel.cpp` or `input_touch_dpad.cpp` is the relevant file, depending on which of those control schemes you've selected. `input_touc...
emily Firmware Development 2 35 2025-01-31, 07:48 PM
    Thread: How to capture crashes
Post: RE: How to capture crashes

Code: -- idf.py monitor -- from the firmware dev tools will get you a live log capture over USB. That's been my main debugging tool for firmware hacking. It reboots the device when you run it, so ha...
emily Firmware Development 3 42 2025-01-30, 05:20 PM
    Thread: Planned features?
Post: RE: Planned features?

You're looking for the issue tracker (https://codeberg.org/cool-tech-zone/tangara-fw/issues). :) I've heard enough other people talking about dimming (https://codeberg.org/cool-tech-zone/tangara-fw...
emily General 3 35 2025-01-30, 04:35 AM
    Thread: Bluetooth connection issues?
Post: RE: Bluetooth connection issues?

It depends. I've had it range from "works from the other end of my house through several walls" to "struggling to stay connected while holding it in my hand" (the latter on a crowded plane presumably ...
emily General 2 27 2025-01-30, 02:25 AM
    Thread: Tangarine: a button-based faceplate for Tangara
Post: Tangarine: a button-based faceplate for Tangara

https://codeberg.org/bloop/tangarine I've shown this to a few of you elsenet, but just got around to actually putting together a release tonight. It is, as far as I know, the first button-based fac...
emily Hardware 2 24 2025-01-30, 02:16 AM
    Thread: Out-of-box screen problem
Post: RE: Out-of-box screen problem

That does seem likely, but that haptic buzzer issue was the only other time I've heard of that happening. In case it helps narrow down where to look for faults, here are where the SPI lines are on ...
emily General 11 92 2025-01-25, 09:00 PM
    Thread: Out-of-box screen problem
Post: RE: Out-of-box screen problem

Complete guess, but is the haptic buzzer attached to the back of the faceplate board? (https://forum.cooltech.zone/showthread.php?tid=82&pid=494#pid494)
emily General 11 92 2025-01-25, 06:23 AM
    Thread: Button Faceplate Design
Post: RE: Button Faceplate Design

Here's the sort of thing I'm going for. This fits in the stock case, because it's a very nice case and I don't want to have to replace it. https://i.ibb.co/LJmDknJ/1000002509-20250117024759.jpg (http...
emily Hardware 6 749,731 2025-01-17, 07:55 AM
    Thread: A trip with Tangara
Post: RE: A trip with Tangara

I've also had severe bluetooth stuttering while traveling, but notably *only* while traveling. Like, specifically on planes. I assumed it was radio congestion and so didn't bother reporting. Quote...
emily General 5 65 2025-01-17, 07:43 AM
    Thread: Tangara setup questions
Post: RE: Tangara setup questions

it's me, I'm the level 2 tech support
emily General 9 115 2025-01-13, 11:14 PM
    Thread: Tangara setup questions
Post: RE: Tangara setup questions

:o I did not expect that to fix your other problems. I assume it was actually shorting some pair of terminals in that area and breaking SPI communication.
emily General 9 115 2025-01-13, 03:02 AM
    Thread: Tangara setup questions
Post: RE: Tangara setup questions

attacus Wrote: (2025-01-11, 01:37 AM) -- This behaviour, in addition to the loud, buzzy-sounding haptics (as demonstrated in the video on my original post) leads me to believe that maybe some of the ...
emily General 9 115 2025-01-11, 07:34 PM
    Thread: Button Faceplate Design
Post: RE: Button Faceplate Design

Neat! I've been considering making one with even more buttons, because putting way too many extra buttons on everything is kind of my thing. Touch controls also hate my fingers :(
emily Hardware 6 749,731 2025-01-07, 09:27 PM
    Thread: Is unnecessarily high bit rate FLAC supposed to work?
Post: Is unnecessarily high bit rate FLAC supposed to wo...

So I have here an album that makes my tangara make distressed machine sounds, like it's not able to go fast enough and it's throwing tiny disconnected chunks of audio out as fast as it can. It appear...
emily General 2 24 2025-01-07, 03:54 AM
    Thread: I packaged tangara-companion for Arch
Post: RE: I packaged tangara-companion for Arch

That's a thing to report to hailey, but generally "unused field in a struct" is the most harmless warning ever. (I get it too.) Your actual problem was a bit further down in the logs, search for "u...
emily General 22 208 2024-12-20, 06:58 PM
    Thread: I packaged tangara-companion for Arch
Post: RE: I packaged tangara-companion for Arch

The answer, of course, is none of them. (Including tree-sitter. You can uninstall that if you want.) Turns out it just really doesn't like being built with LTO enabled, which has been the default s...
emily General 22 208 2024-12-20, 12:29 AM
    Thread: I packaged tangara-companion for Arch
Post: RE: I packaged tangara-companion for Arch

Hrm. I can reproduce this in a fresh container, but I have no idea which of the 1940 packages that are installed on my host system but not in the container is missing. I'll poke at it some more and...
emily General 22 208 2024-12-19, 10:03 PM
    Thread: I packaged tangara-companion for Arch
Post: RE: I packaged tangara-companion for Arch

@Habmala: can you try installing `tree-sitter` (from the Arch `extra` repo) and building again? I'll add that to the dependencies after work today if that works. @hailey: any other non-obvious depend...
emily General 22 208 2024-12-19, 08:08 PM
    Thread: I packaged tangara-companion for Arch
Post: RE: I packaged tangara-companion for Arch

js Wrote: (2024-12-19, 04:40 PM) -- But I think you forgot to add meson as a dependency when you did the last update - the build will fail if you don't already have meson installed. -- Fixed, thanks!
emily General 22 208 2024-12-19, 04:49 PM
    Thread: I packaged tangara-companion for Arch
Post: RE: I packaged tangara-companion for Arch

ayumi Wrote: (2024-12-16, 05:46 PM) -- Is there a way to get just the XDG stuff, without also building the application itself? -- I think you want to just build the stuff in data/. edit: I do not a...
emily General 22 208 2024-12-17, 12:04 AM