Elektroda.com
Elektroda.com
X

Spectral Clock - Propeller Clock

mb1988 379829 239
This content has been translated flag-pl » flag-en View the original version here.
  • art95
    Level 9  
    Hello, I am trying to make this clock according to the diagrams, but I am not able to read all the elements, could someone give me a list of all the necessary parts in turn?
    Thanks in advance
  • mÅ‚odyelektronik3
    Level 9  
    Hello, could someone add a list of elements and a diagram to print on the plate ??? Thanks in advance ;)
  • universum 17
    Level 11  
    Hello

    I know that the topic is already a bit and it will be rather difficult but would you be able to send the source code of the BMP generator -> hex you used?

    Regards

    universum_17
  • Sonia1993
    Level 2  
    Hello
    I am new to the forum and I like this project very much, I know that the diagram is in pdf and can I count on eagle files from someone

    Added after 13 [minutes]:

    mb1988 Hello, I'm new to the forum and I know that many people are bothering you about this project, but can I count on you for a diagram in eagle or in some other program and image generator Thanks in advance
  • DJCheester
    Level 24  
    Hello

    From what I remember (I once read this topic), the author made the project in protel, so there are protel files, I suggest installing protel and printing a mosaic of paths from these files and making a tile.

    Regards ...
  • Sonia1993
    Level 2  
    but unfortunately these files are not there anymore :( maybe someone has and would be so nice and throw
  • Sonia1993
    Level 2  
    I have one more question, I was able to etch the board and I encountered another problem with the micro resistor k200 and k270 are these resistors in KILO or in ohm ?? I have not come across such a designation yet, thanks in advance
  • DJCheester
    Level 24  
    Hello

    In this case, you treat k as a comma, so you read 0.200k and 0.270k correctly, so these are just ohms.

    PS you have never met a marking on resistors, e.g. M10 it was a 100k ohm resistor

    Regards ....
  • kamil1994zielony
    Level 11  
    Hello, I would like to ask if it is possible to replace the 16-bit, 8-bit led driver, because the diagram shows 3 8-bit and one 16-bit drivers. Do you have to make changes to the program when changing? I still have a request because I have already made the clock fully but I do not know how to program the uC, would it be possible to make a short guide on how to program this clock and how to set the time correctly. Thank you in advance and best regards ;)
    -
  • neoarboy
    Level 2  
    hello, anyone here had successfully design that propeller clock ?
  • armm
    Level 1  
    hi
    How do you convert images to code for this clock
    for example : YouTube image that you show
    Please Send Me your software , If possible.
    Thanks

    Dodano po 8 [minuty]:

    neoarboy wrote:
    hello, anyone here had successfully design that propeller clock ?


    yes , I could successfully design a propel
    can i help you?
  • neoarboy
    Level 2  
    armm wrote:
    hi
    How do you convert images to code for this clock
    for example : YouTube image that you show
    Please Send Me your software , If possible.
    Thanks
    Dodano po 8 [minuty]:
    neoarboy wrote:
    hello, anyone here had successfully design that propeller clock ?


    yes , I could successfully design a propel
    can i help you?


    could you share about your project? do you have blog?
  • lotnik95
    Level 8  
    Hello, I will refresh the cutlet a bit, but maybe someone will be able to give me advice, I have built my own version of the display, partly based on this topic (I cordially greet the author)

    I have a problem with the code, namely I can not understand why (I bet some hardware delays) when I try to display something, my processor displays what I want, but not in certain degrees (positions) but further

    In whilu I am trying to light up just 2 columns, from positions 1 to 9 and the second from 42 (at the moment I am displaying 2 columns for a test, then I will try to write fonts when the display is in complete position)
    in fact, the columns burn much further (items 1-9 correspond to "12-13 o'clock (the infrared LED is at 12 o'clock), and in fact the column is somehow at 4 p.m.) where is this shift from?

    [syntax=c]
    #include
    #include
    #include

    #define TIMER0_ON (TIMSK |= _BV(TOIE0))
    #define TIMER1_ON (TIMSK |= _BV(TOIE1))
    #define TIMER0_OFF (TIMSK &= ~_BV(TOIE0))
    #define TIMER1_OFF (TIMSK &= ~_BV(TOIE1))

    int volatile pozycja=0;
    int volatile flag = 0;
    int volatile gClicksPerStep; //


    ISR(INT0_vect) { // wykona sie w INT0, zapisanie biezacej wartosci timera1 do globalnej, zainicjowanie timera 0, zerowanie timera 1, zerowanie pozycji
    gClicksPerStep = TCNT1 / 180;
    TCNT0 = 255 - gClicksPerStep;
    TCNT1 = 0;
    TIMER0_ON;
    pozycja = 0;

    }

    ISR(TIMER0_OVF_vect)
    {
    sei();
    TCNT0 = 255- gClicksPerStep;
    pozycja++;
    if (pozycja == 180)
    {
    TIMER0_OFF;
    }
    }

    int main (){

    //inicjalizacja timerow 0 i 1
    TCCR1A = 0;
    TCCR1B |= (1
  • kamil1994zielony
    Level 11  
    Hello, what can be the reason that after compiling PropClock.pnproj using Programmers Notepad and uploading PropClock.hex the clock does not display anything, after uploading the original author's .hex everything works fine ... could anyone tell me where the problem is and what I am doing not so ?
  • Master_69
    Level 2  
    Good morning! I repeated your watch on ATMega32, but after compiling the source code nothing is displayed. Your HEX works. what could be the reason?
  • boxochi
    Level 9  
    Master_69 wrote:
    Good morning! I repeated your watch on ATMega32, but after compiling the source code nothing is displayed. Your HEX works. what could be the reason?


    use this file and compile it in ATMEL STUDIO
    download

    before compile set f_cpu like picture:
    Spectral Clock - Propeller Clock
  • Master_69
    Level 2  
    Thank you ! But I can not download the file. Writes no rights to download ... Can you send it to the mail "Masters-69@mail.ru" ?
  • hetm4n
    Level 20  
    For me, the time support has stopped working. New battery resets anyway. I do not remember if the software could be changed or something broke.
  • kamil1994zielony
    Level 11  
    Remember that the battery was 3V and the programmer was 5V. I had the same problem :D After programming the time, it did not take on new values ...
  • darinyou
    Level 2  
    boxochi wrote:
    HELLO I make it 3 years ago with software for convert pics and gifs to CODE :)
    tnx to mb1988 For Code Sharing
    To compensate for this affection, I share the written code For all :) )
    best Regards

    Spectral Clock - Propeller Clock

    Spectral Clock - Propeller Clock

    Spectral Clock - Propeller Clock

    Spectral Clock - Propeller Clock

    Spectral Clock - Propeller Clock

    Spectral Clock - Propeller Clock

    Spectral Clock - Propeller Clock



    thank you 4 sharing your program but it doesnt work with me in win 7 ultimat any help
  • boxochi
    Level 9  
    darinyou wrote:

    thank you 4 sharing your program but it doesnt work with me in win 7 ultimat any help


    what is your error or problem?
    it tested in win7
  • darinyou
    Level 2  
    Spectral Clock - Propeller Clock
    boxochi wrote:
    darinyou wrote:

    thank you 4 sharing your program but it doesnt work with me in win 7 ultimat any help


    what is your error or problem?
    it tested in win7
  • hetm4n
    Level 20  
    After 10 years of using this clock, he will write a summary.
    The author could implement timing, mode switching via ir. There would be no confusion with uploading settings etc. Second thing, drive on the hdd motor, great thing, but at such high revs they wear out quickly, so they got louder and louder, I exchanged 2-3 engines from surplus annually. I built a 2 clock with the aliexpress putty which I put on the hdd engine, I was able to slow down the speed so slow that the display started flickering. The advantage of this was that 1 engine for 2 years was enough.
  • boxochi
    Level 9  
    hetm4n wrote:
    After 10 years of using this clock, he will write a summary.
    The author could implement timing, mode switching via ir. There would be no confusion with uploading settings etc. Second thing, drive on the hdd motor, great thing, but at such high revs they wear out quickly, so they got louder and louder, I exchanged 2-3 engines from surplus annually. I built a 2 clock with the aliexpress putty which I put on the hdd engine, I was able to slow down the speed so slow that the display started flickering. The advantage of this was that 1 engine for 2 years was enough.

    I saw your graphic bro, i made an gui app for converting picture to hex codes.
    Can you say me how you converted your picture to hex?
    I mean which method you used for picture converting?
  • hetm4n
    Level 20  
    I have not uploaded anything to the clock from the moment it was started. I don't have files from that year anymore.
  • boxochi
    Level 9  
    @hetm4n yes you did
    What you used for converting hetm4n frame to hex like this?
    Spectral Clock - Propeller Clock
  • hetm4n
    Level 20  
    I have converted the bitmape to a binary system. I don't remember what the program it was, then I pasted it into the author's program.