CSU Asesoft Ploiesti – Gaz Metan Medias (Playoff 2010)

May 5th, 2010 icounter No comments

Ieri s-a jucat meciul 3 din turul 2 dintre  CSU Asesoft Ploiesti si Gaz Metan Medias. Scor : 101-83 (3-0)

Bineinteles ca am fost la meci :) , ba chiar hotarat sa fac cateva fotografii.
Hargrove a fost fantastic ca de obicei, dar Rashard Griffith pare ca are mai multa motivatie in playoff, mai ales dupa ce am pierdut cupa.

Fotografii mai multe am postat aici ! (click pe acest text)

griffith_dunksmall

Hai Asesoft Ploiesti ! :)

Categories: Sport Tags:

Macro photography

May 1st, 2010 icounter 2 comments

The spring is here!! … So I went out with camera(nikon D80), my new SB-600 flash, my veerry old and cheap hanica flash, my very old tamron sp 90mm 2.8 macro lens and a home made reflector(5 minutes of work) mounted on the sb-600 to bounce the light in front of the lens.

I’m not very pleased with the results(I still have some hard light in some of them), but next time I will try harder :)

Here are some photos(click one every one of them to see it larger, and click again to close it)

For the first photo I made also a wallpaper with resolution 1280 x 1024 : click here

Categories: Photography Tags:

RelaxBubbles

March 24th, 2010 icounter 3 comments

Because one of my hobbies since I was a child, It was to create a game, some time ago I’ve started to write a simple game in Visual C# and Microsoft XNA.

The game is a bubble breaker type of game, where you are able to break bubbles if there are 3 or more adjacent bubbles of the same color. This game is not just a continuous play; it has a set of 30 levels, with different types of bubbles(different color, sick bubbles, stones, different type of levels and different types of wining conditions(e.g. Eliminate the sick bubbles, clear the table in 4 moves). You can create your own profile, and get as much gold medals as you can (every level can be finished with a gold/silver/bronze medal, or without any medal). Also you have a game rank depending on your total score playing the game, and a Hall of fame for points scored in a level or continuous play.

Here are a couple of images of the game, and of course the archive with the game.

printscreen1

printscreen2

printscreen3

UPDATE 31.03.2010 :  The first version of the game posted here for download, had a little problem. This is a new version in which you have unlocked from the start the Continuous Play mode(In the first version, you had to get 15 gold medals to play it).

Click here to DOWNLOAD RelaxBubbles

Categories: Programming Tags:

Acvariu scalari

March 1st, 2010 icounter No comments

Acvariu : 130×51x55 cm
Populatie actuala : 5 scalari maturi, 3 rasbora harlequin, 3 sanitari micuti, 2 zebre si foarte multi melci mici.
Iluminare : un set jewel de 120cm (2 neoane)
Filtru : intern , bluewave 900l/h
Acvariul nu a fost niciodata umplut ( am lasat mereu ceva mai mult de 10cm pana la buza acvariului)
Rar de tot am pus in nisip bile de ingrasaminte pentru plante(adica intr-un an vreo 7 bile in total)
Hranesc pestii odata pe zi in general.
Acvariul are mai bine de 1 an de cand l-am amenajat.
De atunci nu am schimbat niciodata apa complet. Cea mai mare schimbare de apa o fac la ceva mai mult de o luna(aleator) si nu depaseste 3 galeti de apa. In rest, saptamanal mai pun apa sa inlocuiesc ce se evapora, si mai arunc din plante. smile
Din cei 5 scalari sunt formate 2 perechi, care depun odata la 2 saptamani, s-a intamplat de cateva ori sa depuna ambele perechi odata(unii intr-un colt … ceilalti in alt colt). Planta din fotografie face flori in continuu de luni intregi.
Nu e amenajat profesionist, dar sunt mandru ca nu am foarte mult timp pentru el(ii acord maxim 5 minute zilnic, odata la 2-4 saptamani 1-2 ore) si totusi se mentine frumos.

http://i83.photobucket.com/albums/j312/icounter/net_DSC_5179.jpg

http://i83.photobucket.com/albums/j312/icounter/net_DSC_5193.jpg

Categories: Aquarium Tags:

iFXEncoder – my last creation :)

June 16th, 2009 icounter 8 comments

I have an Esky LAMA v3 helicopter kit with a cheap remote with 4 channels.

So …. having too much time I decided to apply my other hobby’s knowledge (programming, electronics, microcontrollers) to RC hobby.

If you open the esky remote you can see that it is very nice designed. It has 2 parts : enconder(processing of joystick movements, and generating the PPM signal) and RF module(emitting the PPM signal).

First of all, I’m not an expert in electronics, microcontrollers etc., so if you see that I’m doing something wrong, please leave a comment :) (it’s just another hobby – DIY).

Sooo …. Because I’m not an expert :) , i decided to keep the RF module and replace the encoder. First I have started with “reverse engineering” of the RC, to figure out how do I have to “deliver” the signal to the RF module.

I used an ATMEGA8 microcontroller for the brain of the encoder, programmed with a modified version of  USBTinyISP and Avrdude. The firmware is written in AVR Studio. My version of USBTinyISP is made, also, with an Atmega8, that was programmed with YAAP (using LPT port).

The electronics for encoder is not to complicated, but there are a lot of wires(joysticks, buttons, lcd etc).

Main components : ATMEGA8, 8Mhz Crystal, 5V regulator, 2×16 LCD, buttons.

For joystick readings I used as reference the internal reference voltage of 2.54V. To get the voltage under 2.54 V, I used simple voltage dividers. I had a problem, that after I had connected the RF module, the interferences was too big, so I solved the problem connecting the ADC input pins to ground with some capacitors(taken from the old encoder, I think they are of value 100nF). And I also did improve the readings stability from software.(a simple average on last two values)

I used the 10bit resolution ADC, so the maximum resolution of joysticks should be 0-1023, but in reality the resolution is something like 72-1023, or 80-990, depends on the joysticks. Anyway these differences will not be seen by the user, because the software is doing calibration, and recalculates everything, so the output range will be always the same, regardless of the different input range.(I hope I explained this clear :) )

For generation of PPM signal I used Timer 1 output compare A interrupt service routine, and for input buttons I used Timer 0 overflow interrupt.

Old RC features:

- 4 channels with reverse

- that’s all :)

My new RC features:

- 7 channels ( software is written for 7 ch, but for the moment I need only 4, and I did not installed the buttons, pots for the rest of them; also can be easily upgraded to 10 ch)

- reverse for 5 channels

- EPA for 5 channels, with different values for start and end (also different for every channel, and also for throttle) : 0%, 5%, 10%, 15%, 25%

- Dual Rate for 4 channels(throttle does not have), with different values for every channel : 0%(OFF), 10%, 15%, 20%, 30%, 40%

- EXP for 5 channels(different values for every channel) : -80%,-60%,-40%,0(OFF),40%,60%,80%

- 4 Model memory (easily upgraded to 15 models, I can just modify a number, and it’s done, but i don’t need them; also for the moment you can not set a name for the model, but I’m thinking to implement this)

- landing mode switch (for now is just applying an extra value on elevator, to keep the nose up)

- 2×16 LCD screen with menu to set your model parameters.

UPDATE  21.06.2009 : I solved the problem with LCD, so now it’s working perfectly. The problem was with the LCD communication software, which was not done by me, and I was thinking it is too good to be something wrong there. The problem was that I used PORTD to communicate with LCD and also to transmit PPM. I used 4bit mode communication with LCD(PD4,5,6,7) and PD2 for PPM. So the LCD lib was rewriting all PORTD values, instead of only 4 bits, that were configured in the header file.

There are some restrictions also, I think because the sending of data to LCD is taking too much time, you can not set the parameters of the model with the model ON. I have to turn of the model during configuration of the model. Anyway, until I solve this problem, I have a block option for the menu, so during flight you can not use the menu on LCD.

The good part is that I can add and/or change everything on this RC, when I will need something new.

Until now I tested it on my Lama V3 helicopter and on Arttech Decathlon airplane, seems to work fine.

rc_finalrc_1

Here is my last version of code for ifxencoder

UPDATE 07.10.2009 : Robert Nanis started to build himself an RC using also the ATMEGA8 microcontroller, so, he sent me his electronic diagram.

ifx-rev1

Categories: Electronics Tags: