### ## ### ## ## ## ## ## ## ## #### ###
##### ## #### ## #####
_______ ( ___ ) | ( ) | | (___) | | ___ | | ( ) | | ) ( | |/ \|
#### ## ## ## ####
_ | | _ | | | |_| | \___/
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: || [http://www.vems.hu/wiki/index.php?page=MembersPage%2FSamiKorhonen Main]|| [http://www.vems.hu/wiki/index.php?page=MembersPage%2FSamiKorhonen%2FQuestions Questions ]|| [http://www.vems.hu/wiki/index.php?page=MembersPage%2FSamiKorhonen%2FHistory History] || [http://www.vems.hu/wiki/index.php?page=MembersPage%2FSamiKorhonen%2FNewFirmwaretoVerTwo NewFirmwaretoVerTwo] || Hi all!! I'm in year 1983 born electronic engineer student from Finland. I'm interest in mechanics, electronics and IT. I have old Opel 18E engine which I have nowadays completely rebuild. With this engine I'm testing engine management with fully customised GenBoard Ver2.2 board. My finnish projectpage can be found here http://kotisivu.dnainternet.net/sakrkorh/. All kind of pictures avaible here http://kotisivu.dnainternet.net/sakrkorh/18E/. ---- Vems v2.2 orig compiled firmware and Megatune package avaible here http://www.vems.hu/files/MembersPage/SamiKorhonen/VEMSv2MT.zip Recommended: http://www.vems.hu/files/MembersPage/SamiKorhonen/VEMS_v2_1.0.53noExt.zip full with MT, Also includes my running config msq file ---- Engine: Compeletely rebuild 1.8L (type 18E) engine, about from year 1984. Originally controlled by Bosch Jetronic injection. http://kotisivu.dnainternet.net/sakrkorh/18E/IMG_0260.sized.jpg ---- Injection: Homebuild Vems Genboard Ver2.2, customised to my needs. 4x170cc stock injectors. Batch injection in alternatemode. ---- Ignition: Locked stock distributor ignition, advance controlled by Vems. Stock Bosch ignitionmodule #1 227 022 008 as giving juice to coil. Home designed and milled adabter in distributor. http://kotisivu.dnainternet.net/sakrkorh/18E/IMG_0401.sized.jpg ---- Extra: Wbo2, ALS, ... ---- Tiny glcd teaser picture http://kotisivu.dnainternet.net/sakrkorh/fw/config/IMG_0427_1.jpg Q:Hi,can u please give me some more infos on that LCD?We really need a bigger one and yours looks like a suiteble one.//pnanassy *LCD is controlled by HD61830 driverchip, 128x64 pixel (visible area 120x64). As its now connected to ver2.2 board I can use free AVR i/os to use full 8-bit interface. ** I'll need to find somekind of 2x4 shift register chip so I can use 4-bit interface. Any suggestions? ** do you think prefer a dumb chip ? We are moving into direction of bus-connected peripherals (several devices can be connected to a bus with CAN physical layer; actually 2 different type of buses would coexist: at the low end, monitoring and convenience functions only with only simple UART, often with atmega168-20mu, at the high-end critical devices with real CAN interface. The extra cost is negligible (at least for the UART parts) and the flexibility is great. *** Yes I first thought that it could be just replacement for character display but had yesterday and today second thoughts about using serial interface. With mc there could also be some complex control functions. Any suggestion which direction I should go now? Cleaned first page info. few graphical bugs still occur. http://kotisivu.dnainternet.net/sakrkorh/fw/config/IMG_0433_1.jpg I'm now trying to make lcd pagesystem to work correctly. Character area is 8x20. //SK ---- here is my customlcd.h <code> PGM_VOID_P lcd_line_00[] PROGMEM = { lcd_rpmstr, lcd_rpm_true_4char, lcd_2space, lcd_Pstr, lcd_P, LINEEND1 }; PGM_VOID_P lcd_line_01[] PROGMEM = { lcd_print_current_afr,lcd_space,lcd_egtstr, lcd_egt1, LINEEND1 }; PGM_VOID_P lcd_line_02[] PROGMEM = { lcd_coolantstr, lcd_coolant, lcd_2space, lcd_Tstr, lcd_T, LINEEND1 }; PGM_VOID_P lcd_line_03[] PROGMEM = { lcd_pwstr, lcd_pw, lcd_space, lcd_2space, lcd_advstr, lcd_adv, LINEEND1 }; </code> ---- Update in progress... All recent posts is located in History page. Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.