All topics involving amplification and other accessories you are using with your Nord, and how all those things work together.

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby emastyle » 26 Dec 2012, 23:08

Hello, here you can download the schematic and the firmware.

http://goo.gl/DRFSr

The .hex file need to be uploaded on a PIC16F84a.
Note that this is a first version of circuit and software.
It could be extended using a more little uc and using sleep mode to exdend the battery life.
Mine is power by a 9v battery. His life his about 4/5 months for a normal use.

The circuit sends theese midi control changes:
;Rotary Speaker Fast/Slow CC -> 0x52 ( CC 82 value -> 0 = slow, 127 = fast )
;Rotary Speaker Run/Stop CC -> 0x53 ( CC 83 value -> 0 = off, 127 = on )
I can image that fon NS2 rotary controls are the same...

enjoy

Emanuele

The author emastyle was thanked by 2 members, including:
JohannesMr_-G-
emastyle
 
Posts: 5
Joined: 25 Dec 2012, 20:15
Country: Italy
Has thanked: 0 time
Been thanked: 7 times

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2


Sponsor
 

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby Johannes » 02 Jan 2013, 15:50

Ciao Emanuele,

great stuff!! Hope you don't mind me putting the schematics here as an image as I have some small doubts in particular regarding the connectors.
layout diy halfmoon switch.png
layout diy halfmoon switch.png (37.37 KiB) Viewed 3648 times

I am not sure that I understand JP4 and Q1?!

But definitively gonna give it a try once I get back to where I stored all that electronics stuff. Plus need a good switch, but maybe an old original Hammond one will to the trick.
Anyway, would be awesome to have a full 3 position switch on the NS2.

On the NS2, the MIDI CCs should be:
RotorSpeed: cc82 (same as Electro)
RotorStop: cc91 (instead of 83 on the Electro)

Thanks for sharing!!
Johannes
User avatar
Johannes
Administrator
 
Posts: 2133
Joined: 05 Mar 2009, 01:04
Location: Milano
Country: Italy
Has thanked: 743 times
Been thanked: 838 times
Your Nord Gear #1: Nord Stage 2
Your Nord Gear #2: Other Brand

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby Mr_-G- » 02 Jan 2013, 16:14

I guess that JP4 is the power (9V?) 1 + and 2 -.
Q1 is perhaps a 4MHz quartz clock.
User avatar
Mr_-G-
Moderator
 
Posts: 4616
Joined: 18 Aug 2012, 16:48
Has thanked: 1475 times
Been thanked: 1257 times
Your Nord Gear #1: Nord Stage 2

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby emastyle » 08 Jan 2013, 23:55

Hello...
yes, as Mr_G says, JP4 is a 9V battery, and Q1 a 4Mhz crystal.
About the switch, I used a simple guitar pikup 3 position switch (like this http://elderly.com/accessories/items/FP2041.htm ) .

Here you can find the firmware version for NS2 wich use CC91 as BRAKE instead of CC53.
Keep me informed if anyone build one of this unit!!!
Emanuele
Last edited by emastyle on 08 Jan 2013, 23:56, edited 1 time in total.

The author emastyle was thanked by:
Mr_-G-
emastyle
 
Posts: 5
Joined: 25 Dec 2012, 20:15
Country: Italy
Has thanked: 0 time
Been thanked: 7 times

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby Mr_-G- » 09 Jan 2013, 00:13

Hi emastyle, do you have a suggestion for a programmer to load the code into the PIC16F84a?
Many thanks.
User avatar
Mr_-G-
Moderator
 
Posts: 4616
Joined: 18 Aug 2012, 16:48
Has thanked: 1475 times
Been thanked: 1257 times
Your Nord Gear #1: Nord Stage 2

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby emastyle » 09 Jan 2013, 00:23

Hello, there are different kind of pic progrsmmer. I use a pickit2 clone. Searching in ebay it's easy to find ( example the item 160417234481 kept my attention).
Ciao

The author emastyle was thanked by:
Mr_-G-
emastyle
 
Posts: 5
Joined: 25 Dec 2012, 20:15
Country: Italy
Has thanked: 0 time
Been thanked: 7 times

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby mjbrands » 09 Jan 2013, 05:59

I might try to build one with an Atmel AVR instead of the PIC; I already disassembled your code, so I have something to peek at. :yourock:

It would be interesting to add a MIDI in so I don't loose the use of MIDI in.
mjbrands
 

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby romelio » 19 Sep 2014, 00:29

You can "simulate" half-moon with two pedals connected TRS Y cable? How is the connection of the TRS cable?
I do this with my sound motion, but I think the setting of the stereo cable is different because I can not access the STOP command in Nord, only change speeds.
User avatar
romelio
 
Posts: 31
Joined: 20 May 2011, 22:22
Location: Brazil
Country: Brazil
Has thanked: 11 times
Been thanked: 12 times
Your Nord Gear #1: Nord Electro 6
Your Nord Gear #2: Nord C2D

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby emastyle » 15 Oct 2016, 10:59

This post is old, anyway, I've uploaded full project on github https://github.com/emastyle/ClaviaNE2_MidiRotaryControl .
I continue using this switch after 4 years! ;)
Bye bye
Last edited by emastyle on 15 Oct 2016, 10:59, edited 1 time in total.

The author emastyle was thanked by 2 members, including:
pablomastodonMr_-G-
emastyle
 
Posts: 5
Joined: 25 Dec 2012, 20:15
Country: Italy
Has thanked: 0 time
Been thanked: 7 times

Re: My DIY project, Half Moon Switch for Electro, NSEx, NS2

Postby fdivitto » 04 Dec 2022, 21:45

this is my version (for NS3 and Electro 6):
https://www.youtube.com/watch?v=hwxSVqGNBi8

The author fdivitto was thanked by 2 members, including:
BerretjeMr_-G-
fdivitto
 
Posts: 2
Joined: 15 Sep 2022, 09:47
Country: Italy
Has thanked: 0 time
Been thanked: 3 times
Your Nord Gear #1: Nord Electro 6
Your Nord Gear #2: Nord Stage 3

Previous

Return to Accessories and Amplification



Who is online

Users browsing this forum: No registered users and 4 guests