Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Spyro543

Pages: [1] 2 3 ... 81
1
Computer Projects and Ideas / Clawboard - a MIDI controller for paws
« on: August 08, 2017, 06:43:55 pm »
(I also posted this on Cemetech. Been a while since I've been on here or Cemetech...)

Anyways, my most recent project...basically, I'm making a MIDI controller that has giant controls so it can be played while wearing fursuit paws. I'm getting paws made, and I don't want to have to take off my paws just to use my synths, so this is my totally reasonable and not-at-all ridiculous solution :P

The hardware is nothing special, just an Arduino using this MIDI library. There are 8 buttons which are used for playing one octave of notes in a specific key and scale, and 4 pots which are used for changing parameters on the connected synth via MIDI CC. At this point I have the programming and electronics pretty much finished; I'm just waiting for the buttons I ordered to show up so I can get it off of the breadboard.

The 8 keys for playing notes are 60mm arcade buttons, the 3 buttons for navigating menus are 45mm, and the knobs are 4" in diameter and 3" high and are being 3D printed by a friend of mine. The front panel is 35" by 10". Here's a quick crappy mockup I made of the front panel:

2
Miscellaneous / Re: Ayy I'm back I guess
« on: September 26, 2016, 06:32:23 am »
Well, I've been getting more into making music and sound synthesis, and I've been making some Arduino synths recently, so there's that. I don't really know a whole lot about your RPG projects, so all I can say is good luck :P

3
Miscellaneous / Ayy I'm back I guess
« on: September 26, 2016, 12:24:29 am »
I randomly decided to come visit here again, so here I am :P The way sub forums are organized has changed  O.O

I'll try to stick around this time. Anything crazy happen in the past few months while I was gone?

4
Miscellaneous / Re: Swords!
« on: September 22, 2015, 11:23:19 pm »
I'm back, I guess. I'd like to think that I know more now about swords than I did when I started this topic, but who knows.

The German longsword stuff wasn't working out for be because apparently a claymore is a greatsword, so I started learning montante techniques instead. Those have been working out much better for me so far.

I had thought before that I really should've gotten another sword and I had thought about just selling Kieran, but at this point, I couldn't ever part with it, tbh. It really means a lot to me now, and has become a big part of my life.

Also, I have cut a lot of things since I was last on here. Many water bottles and pumpkins have been killed by my sword. :P

5
Miscellaneous / Re: Swords!
« on: August 16, 2015, 07:53:55 am »
Are you more based in the German or Italian school? Also sword alone or do you use an offhand?

Also I'm more of an Italian school person (Sword and offhand dagger, specifically).
I'm definitely based more in the German school, and I just use my sword alone.

When you say sword and dagger, what kind of sword? I don't know how a longsword or greatsword like mine could be used with something else.

Technically a rapier. I use the dagger main gauche, so it is more defensive than anything else.
OK, that's what I thought.

EDIT:
Oh dear lord. You want a non-sharpened sword for the former, and a sharpened sword for the latter. For the love of safety, do not do both of those things with the same blade </3
If I wasn't such an idiot and actually thought about what sword I should get, right now I would have a Hanwei Tinker longsword and an extra blade that would be dull.

Someone else who is more knowledgeable about this topic really should've started this thread (like you or pimath). At this point, I'm pretty much a complete noob when it comes to swords. I wouldn't have made this thread if it wasn't for that other one in Private Matters.

As for swords, I don't personally own one myself, but I take lessons on medieval swordfighting. I think german school, mostly, but we're kinda all over the place. >.>
I would love to actually be able to learn this stuff from a person, but there aren't any HEMA clubs or anything similar within 2 hours of where I live.  x.x

6
Miscellaneous / Re: Swords!
« on: August 15, 2015, 10:32:24 pm »
Are you more based in the German or Italian school? Also sword alone or do you use an offhand?

Also I'm more of an Italian school person (Sword and offhand dagger, specifically).
I'm definitely based more in the German school, and I just use my sword alone.

When you say sword and dagger, what kind of sword? I don't know how a longsword or greatsword like mine could be used with something else.

7
Miscellaneous / Re: Swords!
« on: August 15, 2015, 12:01:38 pm »
What do you do with your swords?
For display, training, or something else entirely?
Training, I guess...? I just started trying to learn how to do Figueiredo's montante rules and some basic German and Italian longsword stuff, and I use my sword to practice that stuff. It sounds, looks, and feels weird and stupid (and it kinda is) but I still find it interesting for some reason. (Edit: I'm not trying to say the whole hobby is stupid. It's just something I find really embarrassing for some reason)

Also, I might end up using it to cut various plastic jugs and melons. ¯\_(ツ)_/¯

Are you able to kick it up to your self? :3 if you are going to try I recommend you try it with the sheath on :P XD
If you're talking about what's done in Figueiredo's montante rules, that's not something I tried much, because I'm not a big fan of kicking my sword. :P (And I don't even have a sheath. That's not really a thing that you use with a claymore (also getting one made for my sword would probably cost more than the sword did).)

8
Miscellaneous / Swords!
« on: August 14, 2015, 11:19:31 am »
Edit 2: I guess I'm back now. I guess I can keep discussing sword things.


My sword is a Hanwei claymore with a 40-inch blade that weighs 5.2 pounds. Also its name is Kieran :P


9
Other / Re: TinyTuring - A Turing machine on an Arduino
« on: June 02, 2015, 03:58:43 pm »
That sounds awesome! Are you going to release the source/schematics later?
I will when it's finished.

10
Other / Re: TinyTuring - A Turing machine on an Arduino
« on: June 01, 2015, 11:22:28 am »
Future plans!

I'm going to change up the display and use SpiroH's suggestion. I found two neat displays on Adafruit:



I'm going to use the long LED bargraph display to show the tape, and the 4-digit 14-segment to show the interface for programming it (and everything else the current LCD does, besides show the tape). This will give it a more hardware-y feel IMO, which is what I want to go for.

11
Other / Re: TinyTuring - A Turing machine on an Arduino
« on: May 25, 2015, 03:44:40 pm »
how do you recognize repeating cycles?
The TinyTuring itself can't recognize repeating behavior. I just looked up the busy beaver on Wikipedia :P

12
Other / Re: TinyTuring - A Turing machine on an Arduino
« on: May 25, 2015, 03:30:42 pm »
Nice thing! You should totally do some Busy beaver fun with it :P
I did a little bit. ;D Slot 2 currently holds a 3-state busy beaver.

13
Other / Re: TinyTuring - A Turing machine on an Arduino
« on: May 25, 2015, 02:56:40 pm »
EDIT: I forgot to respond to you, SpiroH. :P

A Nice Tiny Turing Toy (NT3) you've got there.  ;)
Thanks ;) I might have to use that name instead.

Suggestion: You still have plenty of space on the breadboard, why don't you plug in some leds to complement the matrix display of zeros and ones.
Instead of using the karat to represent the head, you could just as well make that led blink.
That does sound kind of neat. I might consider doing that sometime.

New features!
More states - I realized I have a lot more memory to work with than I thought, so there can now be up to 20 states in a program.

Programs can now be stored on the EEPROM - The Arduino has a 1KB EEPROM in it, so why not store programs to it? Up to 4 programs can be stored on the EEPROM at once.

New menu items for saving and loading programs on the EEPROM:


The interface for selecting program slots:

When doing anything with the EEPROM, the program asks if you are sure you want to do stuff, and gives a confirmation message when finished:


14
Other / TinyTuring - A Turing machine on an Arduino
« on: May 25, 2015, 11:56:14 am »
TinyTuring
What is it?
TinyTuring is a simulated Turing machine running on my Arduino. More details below:
I/O
Input: 4 buttons (Left, Right, OK, Back)
Output: 16 character, 2 line LCD
Memory
States: 10
Tape size: 16 cells
Picture


Main Menu and Functions
Menu Items
Edit Program - starts programming interface

Run Program - runs program in memory

Edit Tape - the tape can be preset with values before the program is started

Clear Tape - sets all tape cells to 0

Clear Program - erases program in memory

Controls
Left/Right: scroll though menu items
OK: Launch selected menu item
Back: N/A

Edit Program
Description
Select state to edit

Choose to edit what the program will do if it scans a 0 or 1

What the program writes to the tape (0 or 1)

What direction the head will move after writing (0=left, 1=right)

The next state to jump to after this one is done (0=halt program)

These values can be edited, of course

Controls
While selecting state
Left/Right: Scroll through states
OK: Edit selected state
Back: Return to main menu
While selecting symbol scanned
Left/Right: Scroll through possible symbols to scan
OK: Edit instructions based on selected symbol
Back: Return to states
While selecting value to edit
Left/Right: Scroll through values to edit
OK: Edit selected value
Back: Return to symbols to scan
While editing value
Left/Right: Decrement/increment selected value
OK: Save value and stop editing
Back: N/A

Run Program
Description
This mode runs the program written in "Edit Program" mode. The head is represented by a karat symbol ^ .

Program Running in Above Example
Description
This program moves the head to the right and writes '1's to the tape continuously.
Code
State 1, Scan 0
Write: 1
Move: 1
Next: 1
Controls
While program is running
Left/Right: N/A
OK: N/A
Back: Halt program
While program is halted
Left/Right: N/A
OK: N/A
Back: Return to main menu

Edit Tape
Description
This mode is used to preset values in the tape before a program is ran

Controls
Left/Right: Move cursor
OK: Flip bit at cursor
Back: Return to main menu

Clear Tape/Clear Program
Description
These modes clear the tape (set to all '0's) and the program in memory


Controls
Left/Right: Move cursor
OK: Select option at cursor
Back: N/A

15
What language is this done in?
It's programmed in Extended Color BASIC.

Pages: [1] 2 3 ... 81