Bottledtorment Posted March 25, 2015 Posted March 25, 2015 So this week has been very productive in the DIY section of my airsoft week Firstly the Rail top cover for Ian Took me about an hour on a miller (needs welding to the top cover) Next I hand sewed a NSW ballast for my MICH 2001 And finally I modified my MAP to allow it to interchange between compact and large Ian_Gere 1
Supporters Ian_Gere Posted March 26, 2015 Supporters Posted March 26, 2015 ^^Isn't that just the nuts? So much more hardcore looking than those Golden Eagle railed top covers from Patrolbase!
Cheeky vimto Posted March 31, 2015 Author Posted March 31, 2015 Electrical tape Magpuls Albiscuit and Monty 2
Lowlander Posted April 2, 2015 Posted April 2, 2015 Riveted a brass reinforcing plate onto my SCAR stock to get it back in action after a bit of a tumble on Sunday ( I know at last one of you saw that one). pics once im home. pic added Monty 1
n1ckh Posted April 2, 2015 Posted April 2, 2015 Riveted a brass reinforcing plate onto my SCAR stock to get it back in action after a bit of a tumble on Sunday ( I know at last one of you saw that one). pics once im home. So that's why you had insulation tape on the stock Fraser lol and on her debut aswell Hope it wasn't to bad and the modification will hold up and sorry you got shot a few times when i medic'd you
Lowlander Posted April 2, 2015 Posted April 2, 2015 its cool mate, the fix only has to hold as long as it take for ares to send me a spare.
Guest PT247 Posted April 2, 2015 Posted April 2, 2015 Built a 3rd HPA hi-cap today, this time for my WE R5C. I had previously ordered a 300 round HPA hi-cap from Alyan Airsoft in their sale which turned up today totally unusable.... the mag winding mech was too high so you couldn't get to it without unscrewing the base plate, inside was full of plastic swarf and the plastic had shattered inside too. It had obviously not had any QC done prior to shipping. On a plus note the CNC'd top assembly feels pretty good quality, I have no air in my bottle so I can't test it yet, hopefully get the chance on Sunday lunchtime if I can get the bottle filled on site.I always intended on putting the HPA parts on an 850 round FAT Mag so have not bothered to send it back to Alyan Airsoft, instead I modified the FAT mag today and (although untested) am pretty happy with how it has pieced together. Seems to feed quite well although only field testing will prove that. The mag is very tight in the gun, which is both good and bad but with 850 rounds to play with I'll not need to refill it mid-game so can cope with that.
n1ckh Posted April 2, 2015 Posted April 2, 2015 its cool mate, the fix only has to hold as long as it take for ares to send me a spare. Hopefully shouldn't take to long then and she'll be her happy shooting self again
Unrustle_Thine_Jimmies Posted April 18, 2015 Posted April 18, 2015 Playing with the arm again. Pics are just after the epoxy curing,hard as a rock. I've now sanded & filed the material on top to form a parabolla shape,and the arm is in the gun. Might give it a lick of paint to make it look less dodgy. Testing it right now,perfect and straight flight for 45m,well,not really since it's windy af outside but despite the curving it's hitting the same spot over and over. Noticeable improvement in consistency. It does have the usual issue of jamming the BB if you give it too much hop but I think that's mainly because of the rubber being very soft. Bit of a pain to set hop properly due to wear on the adjuster,the clicks are less pronounced and there's much less resistance on the adjuster. Can't be arsed to do the TDC mod either. Ian_Gere 1
Supporters sp00n Posted May 3, 2015 Supporters Posted May 3, 2015 Finished the code on my Arduino *small sample* #include <Bounce.h> #define BTN_PIN 12 #define LED 13 Bounce btn_bounce = Bounce(BTN_PIN, 5); boolean sequence_activated = false; int time_before = 0; byte Flag=0; void setup() { pinMode(BTN_PIN, INPUT); pinMode(LED, OUTPUT); //Serial.begin(9600); } void loop() { // Update the debouncer btn_bounce.update(); // If the button is not pressed zero millis with time_before: if(btn_bounce.read() == LOW) { time_before = millis(); } // if the sequence has not happened before if(Flag==0) { // Current time - time before button press is equal or greater than 2 sec: if(millis() - time_before >= 2000) { This is by no means complete ... and is missing the end part (don't want to give all my surprises away) SeniorSpaz87 1
Supporters SeniorSpaz87 Posted May 3, 2015 Supporters Posted May 3, 2015 I'm too lazy to read back through the previous pages... What is this for exactly?
Supporters Sitting Duck Posted May 3, 2015 Supporters Posted May 3, 2015 burst controller or delayer ???
Supporters sp00n Posted May 3, 2015 Supporters Posted May 3, 2015 i haven't said what its for yet lol sorry SD ... its not for that
Supporters ImTriggerHappy Posted May 3, 2015 Supporters Posted May 3, 2015 i haven't said what its for yet lol sorry SD ... its not for that Programmable BFG?
Supporters sp00n Posted May 3, 2015 Supporters Posted May 3, 2015 Programmable BFG? no ...... sort off
Supporters ImTriggerHappy Posted May 3, 2015 Supporters Posted May 3, 2015 no ...... sort off Motion sensitive or timed pyro charge?
Supporters Sitting Duck Posted May 3, 2015 Supporters Posted May 3, 2015 GOT IT A BFG FOR EXTREMELY DEAF PLAYERS ..... WHAT ??? I SAID: BFG FOR EXTREMELY DEAF PLAYERS Zak Da Mack, ImTriggerHappy, AirsoftTed and 1 other 4
Supporters sp00n Posted May 3, 2015 Supporters Posted May 3, 2015 GOT IT A BFG FOR EXTREMELY DEAF PLAYERS ..... WHAT ??? I SAID: BFG FOR EXTREMELY DEAF PLAYERS Lmao ... but no tomorrow i start work on the electronics and see if it will fit in the box
Steviewev23 Posted May 4, 2015 Posted May 4, 2015 Me and a mate decided we were bored of the pristine black, so went about bastardising our M4's for the well used look, courtesy of halfords camo paint. What else are bank holiday weekends for?... MZKaleem and Albiscuit 2
Zak Da Mack Posted May 4, 2015 Posted May 4, 2015 Bomb objective? Had something like that for our local site, made a great gameday
clumpyedge Posted May 6, 2015 Posted May 6, 2015 here's a clue Arduino controlled bomb objective.... I'm in the middle of doing my own as we speak but having no coding experience, I'm slightly tempted to blow the little bastard up for real. Ian_Gere 1
Supporters Samurai Posted May 6, 2015 Supporters Posted May 6, 2015 Arduino controlled bomb objective.... I'm in the middle of doing my own as we speak but having no coding experience, I'm slightly tempted to blow the little bastard up for real. If you have any specific question I might be able to help you. I did some arduino coding.
clumpyedge Posted May 6, 2015 Posted May 6, 2015 If you have any specific question I might be able to help you. I did some arduino coding. i have a code that someone has provided for me but every time i run it through it comes up with errors... not sure if im supposed to have it all wired up for first or what as everyone else that has used the code it seems to work for but for me... nadda
Recommended Posts