after some editing its work but i cant upload the code from XOD IDE only from Arduino (show code) here is the error picture and also i cant see live feed from rotary encoder numbers
Unfortunately you can’t simulate hardware devices such as the servo, that’s why you’ve encountered this error. If you want to use the watch nodes you will need to install the desktop IDE. In the desktop IDE you can select Upload to Arduino… from the Deploy menu. This will bring up the following dialog:
dear wayland
thanks a lot for your fast replay
i m using desktop IDE the problem came after last update i cant see my rotary encoder numbers after the update
im not using web IDE
thanks again for your support
Sorry, my mistake. I thought I saw a reference to the WEB IDE in one of your posts. I’m not sure what the issue is. Unfortunately I don’t have a rotary encoder or Leonardo board, so I can’t do much testing. I was able to upload your patch to an Arduino Uno using the XOD IDE.
I saw on another thread (Error on Leonardo deployment) that someone encountered a similar issue when using a leonardo board and it seemed to relate to a faulty USB port on their PC.
The attached xodball correctly uploads on my Arduino Uno on the latest version of the XOD IDE.
Moreover, this error “programmer is not responding” tells that there is a problem with the microcontroller and it is not responding.
It might be one of these problems:
The bootloader is corrupted and you need to burn the bootloader. If you can upload any other sketch from the Arduino IDE and it works on the same MCU, it is not these problem.
You selected a wrong port in the Upload popup.
Some issues with the USB port, try to use USB hub.
Also, you can try to upgrade Arduino packages and toolchains (In main menu: Deploy -> Upgrade Arduino packages & toolchains). Or switch the workspace to the new one and install the packages and toolchains again.