Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in spi-drv.cpp breaks MKR Vidor 4000 initialization #236

Open
pcl04dl3tt3r opened this issue Jan 24, 2023 · 1 comment
Open

Change in spi-drv.cpp breaks MKR Vidor 4000 initialization #236

pcl04dl3tt3r opened this issue Jan 24, 2023 · 1 comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@pcl04dl3tt3r
Copy link

Now I know that the Vidor 4000 is only supported up to version 1.3; however, if a newer firmware (e.g. nina-fw 1.4.8) is flashed to the Vidor it actually works with WiFiNINA up through v1.8.5. Since v1.8.6, a change was made in spi-drv.cpp that runs SPIWIFI.begin() after the block of code that resets the NINA. This prevents the Wifi from initializing on the Vidor when running simple sketches.

https://github.com/arduino-libraries/WiFiNINA/blame/master/src/utility/spi_drv.cpp#L115

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Jan 24, 2023
@BigJohnn

This comment was marked as off-topic.

@arduino-libraries arduino-libraries locked as too heated and limited conversation to collaborators Oct 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants