Nico Tonnhofer

Results 407 comments of Nico Tonnhofer

With wx 4.0 alot things changed. Some functions were renamed or starts to be deprecated. I will take a look into it how easy it is to fix that for...

Good news. Maybe @traumflug can add you and you can upload a new branch with your working version. ryannining schrieb am Di. 7. Nov. 2017 um 01:58: > I have...

I'm working on this issue. Please check the wx4 branch. https://github.com/Traumflug/Teacup_Firmware/tree/wx4

Btw. the configtool and other scripts should now work with Python 2.7 and Python 3.6+.

wxPython 4.x (Phoenix) support is now merged into experimental. wxPython < 4 (Classic) please update your wxPython. e.g. with `pip install -U wxPython`

First I would do very simple thing with the ISR for testing. Probably you could send one single char (ISR should always do its stuff very fast) through the serial...

So your timer looks like doing the right thing? And after 5 seconds the Arduino is reseting? Where do you exactly implement your code?

Please share your complete project/code somewhere.

How did you test your changes? I see that you've implement a test gcode for yourself.

Doesn't looks like the 128 has a lot of pwm-able pins. I would define all without pwm, take a look into e.g. arduino1280 file, and use the software pwm. In...