neskweek / LightSaberOS

Operating System for Arduino based LightSaber
Creative Commons Zero v1.0 Universal
80 stars 25 forks source link

Lsos 1.5 gravity and more than 120pixels #67

Open faeton13 opened 7 years ago

faeton13 commented 7 years ago

Hi ! I have to use more than 120pixels and seems find issue if you choose 120+ pixels gravity function stops working. Blade glows with lime-orange and indication segment on blades top doesn't glow up.

jbkuma commented 7 years ago

How many pixels are you trying to use?

Jason "Kuma" Brinkerhoff Mad Science Workshoppe, proprietor http://jbkuma.com/workshoppe

On Mon, Jul 10, 2017 at 3:22 PM, faeton13 notifications@github.com wrote:

Hi ! I have to use more than 120pixels and seems find issue if you choose 120+ pixels gravity function stops working. Blade glows with lime-orange and indication segment on blades top doesn't glow up.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/neskweek/LightSaberOS/issues/67, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdCMFZdjUEcRD1jyX6F5YqQCQVIsS1vks5sMnnxgaJpZM4OTSw4 .

faeton13 commented 7 years ago

132 but that doesn`t matter. it change behavior from 121 choise. There was same sort of problem at 1.4 when it turns pixel count to 0 right after 120, so 125 light up just 5 pixels

Protonerd commented 7 years ago

There is no limitation per se, except that you might run into stability problems due to low dynamic memory available to the other functions. If this is the case, the software will simply freeze. That is what you might see during the color mixing. Can you still operate the saber once it happens?

faeton13 commented 7 years ago

Ok made some testing today. 1 Lower pixel number and calibrate mpu. Colour mixing start working but I can switch only red and blue, and can't find position where's green in colour mixing "sphere". 2 max pixel number when curent color tip is vizible on blade tip is 127. After - saber is still working, but Gravity mixing colour tip seems spread all over blade. I can't find any 128number in code. É

Protonerd commented 7 years ago

Is this topic resolved? Or still need support?