Kisaha Posted April 25, 2018 Share Posted April 25, 2018 Tascam DR100mkii and DR680 that I hope it will go to retire soon! IronFilm 1 Quote Link to comment Share on other sites More sharing options...
Grimor Posted April 25, 2018 Share Posted April 25, 2018 2 hours ago, BTM_Pix said: Simulating the Marantz RC600 remote would be in order then. Did you use a regular 3 pole 3.5mm plug or a 4 pole as from what I can gather the RC600 uses a 4 pole ? 4 pole 3.5mm, as original one. I keep a photo of my prototipe where pin 1 was inner pin and pin 4 (GND) was the outsider pin of the 3.5mm connector. BTM_Pix 1 Quote Link to comment Share on other sites More sharing options...
Super Members BTM_Pix Posted April 25, 2018 Author Super Members Share Posted April 25, 2018 6 minutes ago, Grimor said: 4 pole 3.5mm, as original one. I keep a photo of my prototipe where pin 1 was inner pin and pin 4 (GND) was the outsider pin of the 3.5mm connector. Thanks for this. Something caught my eye from an Amazon review of the remote regarding additional functionality which I suspect might give you a clue as to why you can get it to record and pause a recording but not do a full stop. If you add a potentiometer to your circuit you will probably be able to find that missing function Quote Link to comment Share on other sites More sharing options...
Super Members BTM_Pix Posted April 25, 2018 Author Super Members Share Posted April 25, 2018 2 hours ago, Kisaha said: Tascam DR100mkii and DR680 that I hope it will go to retire soon! The Zoom F4/8 per chance? Quote Link to comment Share on other sites More sharing options...
Grimor Posted April 25, 2018 Share Posted April 25, 2018 31 minutes ago, BTM_Pix said: Thanks for this. Something caught my eye from an Amazon review of the remote regarding additional functionality which I suspect might give you a clue as to why you can get it to record and pause a recording but not do a full stop. If you add a potentiometer to your circuit you will probably be able to find that missing function I tried all kind of combination but only with one button. It seen that RC600 has 3 buttons. My led color sign was OK (green for standby, red for recording even peaks blink in orange) But i miss resistor and other 2 buttons. My electronic skill level is: Beginner BTM_Pix 1 Quote Link to comment Share on other sites More sharing options...
Kisaha Posted April 25, 2018 Share Posted April 25, 2018 4 hours ago, BTM_Pix said: The Zoom F4/8 per chance? MixPre, hopefully the 10T. BTM_Pix 1 Quote Link to comment Share on other sites More sharing options...
Grimor Posted April 25, 2018 Share Posted April 25, 2018 @BTM_Pix Now the same button make different actions with same wiring just with diferent resistor values!! You rock! Many tries/error left tonight. Hope someone own the original remote and can take a picture fron inside, things will be a lot of easier. BTM_Pix 1 Quote Link to comment Share on other sites More sharing options...
Super Members BTM_Pix Posted April 25, 2018 Author Super Members Share Posted April 25, 2018 Just now, Grimor said: @BTM_Pix Now the same button make different actions with same wiring just with diferent resistor values!! You rock! Many tries/error left tonight. Hope someone own the original remote and can take a picture fron inside, things will be a lot of easier. Excellent. I don't suppose you have an arduino do you? Quote Link to comment Share on other sites More sharing options...
Grimor Posted April 25, 2018 Share Posted April 25, 2018 3 of then Quote Link to comment Share on other sites More sharing options...
Super Members BTM_Pix Posted April 25, 2018 Author Super Members Share Posted April 25, 2018 6 minutes ago, Grimor said: 3 of then Try something like this then to speed things up. Will step the voltage up every second. Change it if its too slow ________________________________________ // Zoom RC discovery using a PWM pin int PWMpin = 10; // Change this if using different pin void setup() { Serial.begin(19200); } void loop() { for (int i=0; i <= 255; i++){ analogWrite(PWMpin, i); delay(1000); //Vary this for faster stepping Serial.println(i); } } Quote Link to comment Share on other sites More sharing options...
Grimor Posted April 25, 2018 Share Posted April 25, 2018 Ok. I'll try to compile and test it tomorrow. If i understand, i must join both grounds (arduino and marantz) together and then pin 1 of the marantz (trigger) to the arduino PWM pin 10, and it will test different voltage values every second for me. Is this right? Thank you for your support and sorry to the comunity for this "offtopic" Quote Link to comment Share on other sites More sharing options...
Super Members BTM_Pix Posted April 25, 2018 Author Super Members Share Posted April 25, 2018 2 minutes ago, Grimor said: Ok. I'll try to compile and test it tomorrow. If i understand, i must join both grounds (arduino and marantz) together and then pin 1 of the marantz (trigger) to the arduino PWM pin 10, and it will test different voltage values every second for me. Is this right? Thank you for your support and sorry to the comunity for this "offtopic" Yes, thats right. Don't worry, its absolutely completely ON topic as finding the magic numbers that start and stop recording on the Marantz is exactly what I need as I don't have access to one Quote Link to comment Share on other sites More sharing options...
Grimor Posted April 25, 2018 Share Posted April 25, 2018 I'll be your hands! BTM_Pix 1 Quote Link to comment Share on other sites More sharing options...
docmoore Posted April 25, 2018 Share Posted April 25, 2018 With trepidation I admit to using a SD 633 ... new to me and I have struggled all day to sync TC in Resolve ... success after a number of hours. I committed to the Canon 5d Mk IV ... color science and DPAF ... I know it is not your favorite platform ... have pre-ordered the BM new new thing as a B cam. Sound to me is perhaps a bit more important than video. Played with the 633 and an AT 4053b ... https://vimeo.com/266599632 Password: SD 633 Bob Quote Link to comment Share on other sites More sharing options...
Super Members BTM_Pix Posted April 26, 2018 Author Super Members Share Posted April 26, 2018 10 hours ago, docmoore said: With trepidation I admit to using a SD 633 ... new to me and I have struggled all day to sync TC in Resolve ... success after a number of hours. I committed to the Canon 5d Mk IV ... color science and DPAF ... I know it is not your favorite platform ... have pre-ordered the BM new new thing as a B cam. I'd have no trepidation saying I was using such a fine piece of equipment ! It uses the same USB keyboard protocol as the MixPres so it would be able to be remotely started and stopped in sync with the BM camera. Quote Link to comment Share on other sites More sharing options...
Kisaha Posted April 26, 2018 Share Posted April 26, 2018 11 hours ago, docmoore said: With trepidation I admit to using a SD 633 ... new to me and I have struggled all day to sync TC in Resolve ... success after a number of hours. I committed to the Canon 5d Mk IV ... color science and DPAF ... I know it is not your favorite platform ... have pre-ordered the BM new new thing as a B cam. Sound to me is perhaps a bit more important than video. Played with the 633 and an AT 4053b ... https://vimeo.com/266599632 Password: SD 633 Bob Great! Do you have experience with other indoor mics? I "lost" my Audix, and I am considering other options, to be honest, it seems that the AT takes a lot of space, it may be that the Audix is more directional, but I am not sure, as I can't compare anymore. Are you happy with it? My impression is that mics are more important than recorders, 633 is an excellent choice, but maybe a F4 with a MKH50 would be an even better performer (and maybe that is why the 50 costs 1050 euros more than the AT here!), but a very good and capable recorder is a good base to start building your setup, and your sound in general. Quote Link to comment Share on other sites More sharing options...
docmoore Posted April 26, 2018 Share Posted April 26, 2018 I have used a Rode NTG-3 and AKG 414XL which had multiple patterns available but was really better for a studio. Now have a pair of matched Rode M5’s which are tiny and sound great as singles. I like the reviews of Claytun Judd... Spent a fair amount of time on his channel. Quote Link to comment Share on other sites More sharing options...
Kisaha Posted April 26, 2018 Share Posted April 26, 2018 @docmoore Thanks, he is alright, very simple and all, but just not very particular in his judgement, and he is doing a little bit of everything, so not highly specialized in sound. He used to have the AT, now he uses a 8050 Sennheiser. Real world (and work) circumstances a little bit different than those studio tests. This series is interesting, Manchester! @BTM_Pix You have 9-10 specific recorders there, and OTHERS take the 44% of the poll! It seems that a lot of people are using Tascam's! docmoore 1 Quote Link to comment Share on other sites More sharing options...
Super Members BTM_Pix Posted April 26, 2018 Author Super Members Share Posted April 26, 2018 2 minutes ago, Kisaha said: @BTM_Pix You have 9-10 specific recorders there, and OTHERS take the 44% of the poll! It seems that a lot of people are using Tascam's! Yeah, at least I don't have to waste any time on Roland it would seem ! Most of the Tascam ones can be controlled by the RC10 remote so thats all covered now, the SoundDevices stuff is too and the Zoom just seems to be done through voltage change so that won't be too much of a hardship. On the camera side its going to be LANC for Sony, Canon C series and BM, wifi for Panasonic, Bluetooth for new BM and probably some sort of simplistic shutter release type for Fuji, Nikon and Canon DSLRS. I just need to make it a bit smaller than the current prototype that you see me working on here. Kisaha 1 Quote Link to comment Share on other sites More sharing options...
NX1user Posted April 26, 2018 Share Posted April 26, 2018 Another Tascam DR60d Mk II user here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.