I have a Wiznet wizfi360-EVB-Pico board here ( WizFi360-EVB-Pico | WIZnet Document System ) and of course the corresponding board file installed. (GitHub - Wiznet/WizFi360_arduino_library: Arduino library and examples for WizFi360)
Now I want to use this board with the TR-064 library (GitHub - Aypac/Arduino-TR-064-SOAP-Library: Arduino library for the TR-064 protocol, most commonly used by the Fritz!Box router API), but I just can't get it to work. I keep getting error messages in the IDE. The TR library doesn't match the board file. Has anyone ever got this to work?
Hi @trtra. I'm going to ask you to provide the full output from a compilation.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Select Sketch > Verify/Compile from the Arduino IDE menus.
- Wait for the compilation to fail.
- You will see a "Compilation error: ..." notification at the bottom right corner of the Arduino IDE window. Click the "COPY ERROR MESSAGES" button on that notification.
- Open a forum reply here by clicking the "Reply" button.
- Click the
<CODE/>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the compilation output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt
file and then attach that file to a reply here.
Click here for attachment instructions
- Open any text editor program.
- Paste the copied output into the text editor.
- Save the file in
.txt
format. - Open a forum reply here by clicking the "Reply" button.
- Click the "Upload" icon (
) on the post composer toolbar:
The "Open" dialog will open. - Select the
.txt
file you saved from the "Open" dialog. - Click the "Open" button.
The dialog will close. - Click the "Reply" button to publish the post.
Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt
file onto the post composer field to attach it.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.