WiZZlorD Posted September 16, 2016 Report Posted September 16, 2016 I have everything connected apart from the LED's and I am struggling to get it to work correctly. can I run this without LED's Thanks Quote
TK Goatee[TK] Posted September 16, 2016 Report Posted September 16, 2016 (edited) I have everything connected apart from the LED's and I am struggling to get it to work correctly. can I run this without LED's Thanks Yes you can, depends on your code ;-) just remove the LED triggering routines or exclude them in the code... Sent from a galaxy, far, far away... Edited September 16, 2016 by TK-71715 1 Quote
RankAndFileTrooper Posted September 17, 2016 Report Posted September 17, 2016 (edited) Update: I was mainly working in the last couple of days on: - display layout - config menu system For the display I came up with following layout: The Ammo counter and the Status field are updated in case there is a change - the status bar will display if the ammo is full, empty, is being reloaded or shoots. Later, when I finish coding stun, it will also display that, future plans are: random jam, overheat. Changing color of the shot also works now, you can configure it for every sound font separately and the values will be stored in the EEPROM of the Atmega (well, storng still does not work, I have to figure out why...but changing color does and it is FUN!!!). Because this Bounty Hunter blaster is a prelude to a bigger project, which is going to be a DoopyDoo's E11 Blaser Kit, I tried how well the DIYino fits into the main barrel. It fits quite snugly even into the black PVC tube, requiring minimum sanding., I expected this, because the DIYino was developed for Ligthsaber props, where space is much more limited as in a blaster, so compared to them I have the luxury of nearly unlimited room in the E11 kit. Actually the board I have has a lot of functionality, some of which might not be needed for blasters (but for sure in Lightsabers), but it's significantly smaller than if modules are soldered together. It is based on the Arduino Nano, so has an Atmega328P. Next step is to have the stun light effect coded. And oh yeah, I noticed that the foremost neopixel seems to have supply problems, it only lits up in warmer colors (red, orange), probably a wire is broken and it gets supplied from the data line... Edited October 5, 2020 by Sly11 Edited to replace brocken photo file with replacment by Sly11 2020 Quote
skyone Posted September 18, 2016 Author Report Posted September 18, 2016 well done! i am working on a new set with a new feature almost finished 1 Quote
Harbinger[IPM] Posted September 22, 2016 Report Posted September 22, 2016 Where is a good resource to get started (on boards that will fit, pre-made code, etc) without reading 18 pages of comments? I'm at the point I'm ready to start on the electronics for my F-11D. Quote
skyone Posted September 22, 2016 Author Report Posted September 22, 2016 Where is a good resource to get started (on boards that will fit, pre-made code, etc) without reading 18 pages of comments? I'm at the point I'm ready to start on the electronics for my F-11D. first page of this topic Quote
skyone Posted September 25, 2016 Author Report Posted September 25, 2016 (edited) and here a new version with smoke machine addition! the fog machine is from RC car toys, sold for just 20 euro over ebay china (oil included). It is made by: a small board that control the intensity of smoke a small electric pump a (?) resistor that burn safe oil to control it by arduino i had to use the servo library and a small transistor as power switch. With the servo library i can control fog intenstiy, with transistor i can turn it on and off when i need. So that's all, it was made especially for boba flame thrower weapon but it can be used with any weapon stored in arduino, as E11 fire as it was seen on ANH i will add the scheme Edited September 25, 2016 by skyone 3 Quote
Harbinger[IPM] Posted September 25, 2016 Report Posted September 25, 2016 first page of this topic The first post looks like it was written for people who already know how to wire and code... not someone like me who rarely does that sort of stuff. Quote
skyone Posted September 25, 2016 Author Report Posted September 25, 2016 (edited) The first post looks like it was written for people who already know how to wire and code... not someone like me who rarely does that sort of stuff.i know, maybe you can check some arduino tutorials; i started this job with just a simple test: turning on a led with a microswitch in the meantime i finished the scheme of the version with smoke generator e11_ver_5_WT5001_SMK.zip Edited September 25, 2016 by skyone 2 Quote
Harbinger[IPM] Posted September 28, 2016 Report Posted September 28, 2016 Thanks. At least I have a year to figure this stuff out before my armor kit gets here! Quote
RankAndFileTrooper Posted September 29, 2016 Report Posted September 29, 2016 (edited) ********************************* anyone knows how to include youtube video which can be activated from the post? ***************** As promised, my newest in Arduino toy. Stats/BOM:- modified Nerf N-Strike Elite XD- DIYino Prime v1- a stripe of 15 neopixel LED modules in 3sections (12 for barrel, 1 for main muzzle, 2 for stun/auxiliary barrel)- 2 momentary switch (one reused from the toy gun, one home-made for the main trigger using a small spring)- 2 lenses (normally used for Cree LEDs on star pcb, but a neopixel LED fits underneath perfectly)- 2x 14500 3.7V batteries in parallel- an Adafruit OLED 128x64 (used with 32 rows only due to memory limitations)- 2 sound fonts from my other proprietary blaster board Code can be found on GitHub (site under construction, I will add some photos about the build as well as more explanation):https://github.com/Protonerd/FX-BlasterOS]GitHub - Protonerd/FX-BlasterOS Please forgive me my broken English and ignore my rantings, but hey, I know the bunch of you, you will anyway not listen to what I say and fast forward to the light show (which is perfectly OK, I do the same!) Special thanks (again and again) to neskweek, the FX-BlasterOS is based to a very large extent on his LSOS <iframe width="640" height="390" src="https://www.youtube.com/watch?v=j20hTjiBVxU"frameborder="0" allowfullscreen></iframe> Edited October 3, 2016 by RankAndFileTrooper 4 Quote
RankAndFileTrooper Posted October 5, 2016 Report Posted October 5, 2016 For those who prefer to have a first quick impression without bothering too much about the technical details I made a shortened version only showing the effects. <iframe width="640" height="390" src="https://www.youtube.com/watch?v=DReCijuCF7A"frameborder="0" allowfullscreen></iframe> 1 Quote
stridershouse Posted November 19, 2016 Report Posted November 19, 2016 Hi there. I have all of the board layed out on breadboard. it is powering up and working. How ever, i am getting no sound. yes. It could be a faulty sound board or amp, but i just wanted to check to see if the files on the sd card have to be in a folder or somthing, I see from the images that you have 2 arduino files on the card. Where do they come from. Any help would be greatly appreciated. thanks Quote
RankAndFileTrooper Posted November 19, 2016 Report Posted November 19, 2016 Hi there. I have all of the board layed out on breadboard. it is powering up and working. How ever, i am getting no sound. yes. It could be a faulty sound board or amp, but i just wanted to check to see if the files on the sd card have to be in a folder or somthing, I see from the images that you have 2 arduino files on the card. Where do they come from. Any help would be greatly appreciated. thanks Which sound board are you using? Quote
stridershouse Posted November 20, 2016 Report Posted November 20, 2016 Hi there. I am using the WT5001M02-28P v1.00 I have stripped it down now to the basic test code. Now i am getting sound but the startup sound is looping? I am new to c coding so any help would be appreciated. thanks Quote
stridershouse Posted November 21, 2016 Report Posted November 21, 2016 I do have one question. what do i do with the main legs on the led drivers? Can i just un-solder them or cut them off, or use them to mount them? What is the general opinion? Quote
skyone Posted November 24, 2016 Author Report Posted November 24, 2016 the 2 main pins (power pins) on led drivers should be removed Quote
stridershouse Posted November 27, 2016 Report Posted November 27, 2016 thanks very much. The electronics are working perfectly now. I found out that I had an earth loop somewhere. it works I am waiting for my blaster bits now. thanks for all of your help. Quote
stridershouse Posted December 14, 2016 Report Posted December 14, 2016 (edited) hi everybody. I am now having a small issue with the startup sound. If i run the blaster from usb i get the startup sound, but if i use the external battery, i dont get the startup sound. I this somthing that anybody else has encountered. thanks Nick Below is a link to a picture of my work in progress http://stridershouse.ddns.net/index.php/s/YhgkNXjbH3dmfn1 Edited December 14, 2016 by stridershouse Quote
PM1967 Posted January 4, 2017 Report Posted January 4, 2017 Where can I find the sound fonts for the e-11? Quote
skyone Posted January 8, 2017 Author Report Posted January 8, 2017 Where can I find the sound fonts for the e-11? i sent you a pm Quote
skyone Posted January 15, 2017 Author Report Posted January 15, 2017 (edited) under many request to re-up the gone pictures posted in the early pages of this forum, i decided to start a facebook page where i published all the schematics and pictures about this project this is the address https://www.facebook.com/fxblasterarduino to view the schematics at max resolution, on every picture you need to select "option" and then "download" (it works only if you have joined facebook) Edited January 15, 2017 by skyone 2 Quote
RankAndFileTrooper Posted January 17, 2017 Report Posted January 17, 2017 It's crazy!!! If I would have known that you were going to publish all these treasures I would have waited with the assembly of my newest E11. There are simply sooooo many excellent ideas! I love the way you've put electronics in the Hengster box and completely made it from scratch. That I will copy in my next build! And the whole assembly simply rocks, never saw such a clean E11! I personally like it way better than those excavated, lifeless (i.e. electronic-less) WWII memorabilia... Quote
Tristepin Posted February 7, 2017 Report Posted February 7, 2017 Good Evening fellow troopers! When i saw the project that Skyone has invented, i just knew i had to give it a try myself. Just, Awesome! I'm hoping to install this into my Sterling AEG -to- E11 blaster modification. Recently i've finished the wiring etc.. and checked if it would work.......nothing! Currently unplugged everything and reïnstalled the components one-by-one. This time, the Arduino, MP3-player, amplifier+speakers, LED-Bargrapgh and status LED are functioning (kinda) Thinking i might have made an mistake the first time, making connections that simply can't work. No "magic smoke" so far so, how bad can it be? Quote
skyone Posted February 8, 2017 Author Report Posted February 8, 2017 (edited) am i wrong or i don't see any led driver in your set...? Edited February 8, 2017 by skyone Quote
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.