GardenCoder

Results 19 comments of GardenCoder

You can have a Look AT the datasheet of the stm32 https://www.mouser.de/datasheet/2/389/stm32f405rg-956214.pdf Just search for 'PWM'

Have a Look here: https://github.com/bigtreetech/BIGTREETECH-SKR-PRO-V1.1/blob/master/manual/SKR-PRO-V1.1-Pin.pdf

I have the same Problem with my E3d Pt100 amplifier Board. I will supply this Board with 5V and add a voltage divider to the output, that the maximum output...

I fixed this by enabling the 12/24V power supply. With only 5V the TMC (in my case 5160) SPI communication did not work for me

The referred building manual is for the SKR 1.1 Not the Pro. Its almost the same for the Pro. Maybe they will Update the building manual, even if Its almost...

Can confirm this too. But I did simply switch the connectors because I thought I connected it wrong. Didn't think of that issue

I'm using PF8 and a mosfet circuit for the CASE_LIGHT pin. But you could also use one of the FAN_PINs, which have mosfets integrated onboard. For the CONTROLLER_FAN I'm using...

I have a working example of the Python3-socketio implementation for communication with LaserWeb4. https://gist.github.com/Haschtl/e4953ca8a15c53a079d871fa74a03f68 It's working quite good. You may not need the functions at the end of the API....

Thanks! I had some errors in the PythonAPI, just fixed it.

Same issue here Here is the full error trace: ```shell Traceback (most recent call last): File "apps/woocommerceconnector/woocommerceconnector/api.py", line 50, in sync_woocommerce_resources sync_products(woocommerce_settings.price_list, woocommerce_settings.warehouse, True if woocommerce_settings.sync_items_from_woocommerce_to_erp == 1 else False)...