Search found 9 matches

by eppy
Sat Dec 27, 2025 4:43 pm
Forum: Rotary Un-Smartphone Builders
Topic: Rotary Dial does not seem to make numbers appear
Replies: 10
Views: 1020

Re: Rotary Dial does not seem to make numbers appear

Ah hah, I think I found the issue.

There is a third round magnet that was included in my kit. I added a few more for the bell mallet, but I could never figure out if the third magnet in the kit was an extra or not. Turns out it isn't.

In step 4 of the RUSP Assembly Guide when you insert the rotary ...
by eppy
Thu Dec 25, 2025 3:30 pm
Forum: Rotary Un-Smartphone Builders
Topic: Rotary Dial does not seem to make numbers appear
Replies: 10
Views: 1020

Re: Rotary Dial does not seem to make numbers appear

Are you flashing with the IDE or the command line. I found that the command line with the Makefile to flash much better for me.

I followed the fancypants section of the developers guide to ensure I had all the correct libraries.


Also after flashing the firmware I get following error message ...
by eppy
Thu Dec 25, 2025 3:27 pm
Forum: Rotary Un-Smartphone Builders
Topic: Rotary Dial does not seem to make numbers appear
Replies: 10
Views: 1020

Re: Rotary Dial does not seem to make numbers appear

I think I've confirmed that my Hall sensor is not working. This must be the magnets under the finger stop that sweeps by what I'm guessing is the Hall sensor. I can prove this by bypassing the hall sensor entirely and my numbers start showing up now.


[1]ep@epfw:~/code/git/rusp_firmware (epiary ...
by eppy
Tue Dec 23, 2025 9:24 pm
Forum: Rotary Un-Smartphone Builders
Topic: Answering incoming call doesn't work on main branch firmware, but does on statusline branch
Replies: 2
Views: 260

Re: Answering incoming call doesn't work on main branch firmware, but does on statusline branch

I threw in some debugging in the firmware and can confirm that the hook button is working at least.


diff --git a/rusp_firmware.ino b/rusp_firmware.ino
index 53264cf..9d0b0de 100644
--- a/rusp_firmware.ino
+++ b/rusp_firmware.ino
@@ -108,6 +108,7 @@ unsigned long last_filament_toggle = 0;
// tied ...
by eppy
Tue Dec 23, 2025 9:13 pm
Forum: Rotary Un-Smartphone Builders
Topic: Rotary Dial does not seem to make numbers appear
Replies: 10
Views: 1020

Re: Rotary Dial does not seem to make numbers appear

Well, I added some code to the firmware and confirmed that the rotary is registering in hardware.


diff --git a/rusp_firmware.ino b/rusp_firmware.ino
index 53264cf..dc2fcca 100644
--- a/rusp_firmware.ino
+++ b/rusp_firmware.ino
@@ -108,6 +108,7 @@ unsigned long last_filament_toggle = 0;
// tied ...
by eppy
Tue Dec 23, 2025 7:19 pm
Forum: Rotary Un-Smartphone Builders
Topic: Build, but software issues...
Replies: 4
Views: 572

Re: Build, but software issues...

Hi Roel,

I'd love to see your tricks for the bell spring/mallet.

Thanks,
eppy
by eppy
Tue Dec 23, 2025 2:46 pm
Forum: Rotary Un-Smartphone Builders
Topic: Answering incoming call doesn't work on main branch firmware, but does on statusline branch
Replies: 2
Views: 260

Answering incoming call doesn't work on main branch firmware, but does on statusline branch

Hi RUSP family,

I'm running into a third issue. On the main branch of firmware, it doesn't seem like I can answer the line when a phone call is incoming. However, when I flash the statusline branch, it seems to work fine.

This is the repository I'm working with.

https://github.com/skysedge/rusp ...
by eppy
Tue Dec 23, 2025 2:42 pm
Forum: Rotary Un-Smartphone Builders
Topic: Rotary Dial does not seem to make numbers appear
Replies: 10
Views: 1020

Rotary Dial does not seem to make numbers appear

Hi,

It took a lot of "exercise" to get the rotary dial to reliably rotate. However, it does not seem to create numbers at all on the OLED. At first, I thought the cam gear might be misaligned, but it was spot on. I listened very carefully to the switch and determined that it wasn't clicking at all ...
by eppy
Tue Dec 23, 2025 2:12 pm
Forum: Rotary Un-Smartphone Builders
Topic: Mallet does not engage the bell
Replies: 1
Views: 258

Mallet does not engage the bell

Hiya,

Just got my kit in the mail this weekend and I've been playing around trying to get it to work. I have a number of issues, but I'll try to post about each one individually.

The first issue is that the bell mallet does not engage with the bell when ringing. At first, I thought I had aligned ...