Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security by Avery

Anyone familiar with Attiny13 programming?

Joined
Dec 11, 2011
Messages
4,364
Points
83
I've toyed with the idea of contacting a machinist for simple stuff but never looked into pricing. Nice to hear it's that cheap!
 





rhd

0
Joined
Dec 7, 2010
Messages
8,475
Points
0
Received parts for my Micro Dichros today.

Surely the world's smallest adjustable dichro mounts.

attachment.php


EDIT: I think this will end up becoming a build thread.
 

Attachments

  • IMG_20140903_191951.jpg
    IMG_20140903_191951.jpg
    41.8 KB · Views: 739
Last edited:

rhd

0
Joined
Dec 7, 2010
Messages
8,475
Points
0
"Photino 2" bodies have arrived :)

attachment.php
 

Attachments

  • IMG_20140923_191949.jpg
    IMG_20140923_191949.jpg
    80.5 KB · Views: 132
Joined
Feb 24, 2014
Messages
1,425
Points
83
I have learned a few things by watching this thread that i have wanted to learn! I have a couple questions and a couple things i would like to point out if I may!

1st question. RHD if I understand the build the coding is for the start up sequence of the rgb and it starts each color in series as to not over tax the power source and the drive. By having the momentary gap in the sequence say it lights the red and couple seconds later green and last the blue if my understanding is correct!

2nd question. what are each of the diodes going to be producing as of power is it mw or watts?

3rd and last question! Because of the nature of different wavelengths and the power requirements of them how are you going to get the required voltage from one or two lithium ions?


My thoughts! If your going to portable and more than 2watts at that size then you must be using a boost driver! I am still learning about drivers and stuff but here is the thing to get that kind of power I am assuming that you will be using some high drain 18650 or some thing similar over 3000 mah now with two you will get 7.4 volts and I know that 445 need just that to run over 1 watt! so is this going to be two parts? I mean are you going to have the actual laser assembly in one part and a separate battery box connected by a usb cable or some thing similar? I would think that if you used a currently available portable power banks such like the ones on FastTech you could reduce the over all size of the laser assembly. Mini In the Box has 20,000 mah solar recharging units for 40 dollars. by connecting the laser to that power bank you would get either one amp or rwo point one amps and add that to a boost you could theoretically get 3 to 4 amps of power!

The second thing is by taking the power directly out of the main laser you can save space for switches and the like.

Sorry if my thoughts dont have merit! I still learning and if I could do some thing like this that is the way I would go thanks for your time
 
Last edited:

rhd

0
Joined
Dec 7, 2010
Messages
8,475
Points
0
I have learned a few things by watching this thread that i have wanted to learn! I have a couple questions and a couple things i would like to point out if I may!

1st question. RHD if I understand the build the coding is for the start up sequence of the rgb and it starts each color in series as to not over tax the power source and the drive. By having the momentary gap in the sequence say it lights the red and couple seconds later green and last the blue if my understanding is correct!

2nd question. what are each of the diodes going to be producing as of power is it mw or watts?

3rd and last question! Because of the nature of different wavelengths and the power requirements of them how are you going to get the required voltage from one or two lithium ions?


My thoughts! If your going to portable and more than 2watts at that size then you must be using a boost driver! I am still learning about drivers and stuff but here is the thing to get that kind of power I am assuming that you will be using some high drain 18650 or some thing similar over 3000 mah now with two you will get 7.4 volts and I know that 445 need just that to run over 1 watt! so is this going to be two parts? I mean are you going to have the actual laser assembly in one part and a separate battery box connected by a usb cable or some thing similar? I would think that if you used a currently available portable power banks such like the ones on FastTech you could reduce the over all size of the laser assembly. Mini In the Box has 20,000 mah solar recharging units for 40 dollars. by connecting the laser to that power bank you would get either one amp or rwo point one amps and add that to a boost you could theoretically get 3 to 4 amps of power!

The second thing is by taking the power directly out of the main laser you can save space for switches and the like.

Sorry if my thoughts dont have merit! I still learning and if I could do some thing like this that is the way I would go thanks for your time

1) Nope. These aren't starting up in sequence. There is no pause between the RGB triggering, so basically they'll turn on simultaneously. The purpose of the ATTINY is to provide a way to output not just white light, but also violet, blue, cyan, green, yellow, red and magenta.

2) I actually had a couple bodies made, so I plan to make a single mode RGB running in the sub-1W range, as well as a multi mode RGB running at closer to 4.5W (minus mixing losses).

3) There's no a chance that I could use an 18650 in boost config here, even a high drain Panasonic. For one, there is nowhere near enough space to fit even one 18650 cell inside this build, let alone a set of them or a power bank (remember, this build is smaller than a pack of cards, and needs to fit driver circuitry, three diodes, adjustable mirror and dichro mounts, plus batteries).The photo I posted is it - that's all the space there is.

The only way to get the amperage required in this space is to go with tiny high drain LiPos driving three custom buck drivers (controlled of course by the ATTINY).
 
Joined
Feb 24, 2014
Messages
1,425
Points
83
Thanks RHD for explaining that to me! I was not trying to be rude or any thing just really want to help and be apart of your very interesting project good luck my friend
 

ARG

0
Joined
Feb 27, 2011
Messages
6,772
Points
113
Received parts for my Micro Dichros today.

Surely the world's smallest adjustable dichro mounts.

attachment.php


EDIT: I think this will end up becoming a build thread.

Impressive! Are those screws M2?
 
Last edited:

rhd

0
Joined
Dec 7, 2010
Messages
8,475
Points
0
Impressive! Are those screws M2?

Nope, they're something measured in imperial. I had to go with what I could easily find screws for online, and it's obnoxiously expensive to order some of that kind of stuff to Canada without paying absurd shipping fees.

So I actually sourced the screws before finalizing the CNC designs.
 
Last edited:

rhd

0
Joined
Dec 7, 2010
Messages
8,475
Points
0
Well, I've got the first RGB triple buck ATTiny controlled driver reflowed.

I hope it works!

How do I actually get code on this chip now? I assume it's not as simple as plugging the USB programmer in and getting a drive letter to copy the code to? ;)

EDIT: Wups, forgot the photo!

attachment.php
 

Attachments

  • IMG_20141004_210646.jpg
    IMG_20141004_210646.jpg
    214.3 KB · Views: 110
Last edited:
Joined
Feb 24, 2014
Messages
1,425
Points
83
Rhd that is awesome! I would plus rep you but I have to wait (Sigh) Nice job
 
Joined
Dec 11, 2011
Messages
4,364
Points
83
How do I actually get code on this chip now? I assume it's not as simple as plugging the USB programmer in and getting a drive letter to copy the code to? ;)

Haha, nope. I wish though.

I've never used a commercial AVR ISP programmer, so I can only post the procedure I know. I use Arduino as a programmer. Here's my personal notes ad verbatim:

ATTiny85 Procedure

Load Arduino IDE.
Programmer: AVR ISP
Board: Arduino UNO
Example: ArduinoISP
Plug in UNO, no ATTiny85 ISP Shield
Upload Sketch.
Reset UNO.
Attach ATTiny85 ISP Shield.
Programmer: Arduino as ISP
***Board: ATTiny85 1MHz***
Load Sketch.
Upload Sketch.
Reset UNO.

***8MHz Operation;
Board: ATTiny85 8MHz
Burn Bootloader.
Load Sketch.
Upload Sketch.
Reset UNO.

I'm thinking it's similar for your USB programmer, you just set the board setting to whatever board you're using.
 

rhd

0
Joined
Dec 7, 2010
Messages
8,475
Points
0
I'm sure there is some sort of code transfer tool that comes with the AVR programmer. I'll check out the eBay thread.

I've got a bit of time. I didn't like the way that first board behaved (I tested the buck drivers in isolation without an ATTINY attached). It was fine for the channel I was driving at 1A, but not great for the lower current channels at 200 mA and under. I got a little too fancy with some of the current sense scaling, and I think that was the culprit of the lower current channels acting up. So I've redesigned the whole board to use one of my more traditional tested and true buck driver designs. It'll be another month or so until the new boards come.
 

ARG

0
Joined
Feb 27, 2011
Messages
6,772
Points
113
It looks like the code written has Arduino library specific commands. If you do use a third party tool you'll have to import the Arduino library to be able to upload the code.

I would just use the method sig recommends.
 
Joined
Dec 11, 2011
Messages
4,364
Points
83
Sorry for not jumping in sooner. Life has been crazy here.

I know you deleted the posts but I remember the gist of them from my email notifications. You won't be able to use any Hex programmer, or any physical flashing device that requires a hex programmer or IDE (program used to program things in). The Atmel family chips (ATTiny, ATMega, etc) all require a specific type of IDE, and it turns out that the Arduino IDE is simply the most user friendly and basic program to do this in, especially since it is free, widespread, and has a HUGE support base.

I'll read up on your other thread and see if there's any more pertinent info you've let out.

I can certainly walk you through the process I use for flashing these chips, but you'll need a Arduino of some kind (I'd grab a UNO if I were you, but clones work just as well as long as they're functional).
 




Top