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

Add support for Ethernet using WIZNET #9

Open
daveythacher opened this issue Nov 29, 2022 · 3 comments
Open

Add support for Ethernet using WIZNET #9

daveythacher opened this issue Nov 29, 2022 · 3 comments

Comments

@daveythacher
Copy link
Owner

This would likely only be used for displays without PWM. This would likely not need brightness correction, gamma correction, CIE1931, dot correct, etc. Just simple on/off for basic message using 8 colors.

Use this code base: https://github.com/daveythacher/RP2040-HAT-C

Logic looks compatible. However it will need the interrupts to be adjusted. It looks like it uses timer alarm interrupts and IO bank 0 interrupt. SPI and DMA are blocking. I think I may promote the core 0 interrupt for this and let the ones used by this code base run as needed. More than likely they are not critical.

@daveythacher daveythacher changed the title Add support for Ethernet using PICO-HAT from WIZNET Add support for Ethernet using RP2040-HAT from WIZNET Nov 29, 2022
@daveythacher
Copy link
Owner Author

Note hardware for this will likely be using W5500 breakout and RPI PICO.

@daveythacher
Copy link
Owner Author

Actually use this: https://github.com/daveythacher/io6Library

@daveythacher daveythacher changed the title Add support for Ethernet using RP2040-HAT from WIZNET Add support for Ethernet using WIZNET Nov 29, 2022
@daveythacher
Copy link
Owner Author

I think the W6100 would be better. It supports IPv6

@daveythacher daveythacher added this to the 0.1.4 milestone Apr 16, 2023
@daveythacher daveythacher modified the milestones: 0.1.4, 0.1.3 May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant