Fortsätt till huvudinnehåll

Ignition system: Progress!

I've gotten it to start! The electronic systems had probably been doing their parts correctly for a long time. Problems were in the mechanics department of the engine, where valve clearance was missing. 
That resulted in that the valves never closed correctly and compression was lost. After fixing that, the engine once again gave signs of life just after a few kicks.

 First it didn't want to rev up, so I thought that the carburetor was giving me troubles as it usually does. I tried to move the ignition trig point from around 17° to 30° before TDC (the same as opening the breaker-points on the original system).
The first of the aforementioned points is marked from factory with an “F”, 
17° before TDC, and this is where the pre-ignition is supposed to begin when the motor is standing still. Point number two is the one 30° before TDC,  also factory marked, but without text. Maybe that one marks when the spark is supposed to come when the engine is spinning fast? 
When giving spark at the point  30° before TDC it did rev up again as it hasn't been doing in perhaps ten years.





Above is a video where I test the output from the hall switch and the generator. The spikes that can be sighted once in a while are the pulses that creates the sparks. The square shaped wave is the hall switch output and the other wave is from the generator. 

 Today will be spent on doing some minor adjustments and then take a ride in the sun. Next goal is to make the sensor-less concept work, good thing to save for some rainy days.

Perhaps I should put a little disclaimer here. I’m actually mostly a fan of electric motors and bicycles. This problematic dirt-bike however is kind of an old nemesis to me. Now I will count the hours and see if it will work for more than four hours straight, the last record. :) 








Kommentarer

Populära inlägg i den här bloggen

The heating system

One of my former projects was the design and practical realization of an automated wood fired heating system. Two key characteristics of the project were the reuse of junkyard bargains and realization of electronic system starting from component level. Budget was kept low. The system is now warming a house situated on a farm on the Swedish countryside.  I for sure have never done a project spanning so many different categories of work. In the end I had done manual metal work and welding, plumbing, electrical installation, creation of control- and calculation algorithms, circuit design and programming to name some. A box on the upper floor of the house with an Atmega328 microprocessor controls the whole heating  system.   Here is a video summary of the project: Systems furnace is a Braland 21 from http://www.braland.se The control system that is now up and running can among other things monitor 16 different temperatures, control all the systems...

[VAWT] Affordable wind measurements

The shop Clas Ohlsson in Sweden sells a spare anemometer for the   WH-1080 weather station  for a hobbyist friendly price around 15 euros. This anemometer can probably be found in other countries too. The WH-1080 spare anemometer Here   you can read about how to use this anemometer together with an Arduino or any other embedded system.  As we couldn't find any data on the characteristics of this sensor, we did our own calibration in a wind tunnel and the results are presented in the report above. This anemometer was used in a Bachelors Thesis project related to the devlopment of optimization of the Savonius Turbine, here tagged [VAWT].

Line follower robot prototype

Before Stockholm Robot Championship 2013 I built a prototype for a line follower robot. The goal was to build something quickly that would be easy to modify, get it to go around the track and then learn as much as possible for a perhaps next version to come. It's the first robot I've built, apart from basic one we built in a project course.  I tried an Olimexino ARM development board for this project. It's basically an Arduino clone but it's physically smaller and lighter than the Arduino Due board, and cheaper, at least on eBay. I had slight problems with the drivers on this board. Here are some info about Olimexino drivers that at least helped me: http://forums.leaflabs.com/topic.php?id=73  However, when considering the "bang for the buck" Olimexino is still an attractive choice when compared to Arduino I think.   I have some stuff laying around in the drawer that I would like to try out on this robot if I choose to continue on it. For instance I w...