Skip to content

Add W5100S chip and NTP #49

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

Merged
merged 5 commits into from
Jan 10, 2022
Merged

Add W5100S chip and NTP #49

merged 5 commits into from
Jan 10, 2022

Conversation

AdamCummick
Copy link
Contributor

A linted and formatted version of the changes made by @min-hs in #48

I have not tested these changes as I did not add anything substantive nor do I have a W5100S. If someone could give a quick verification I'd appreciate it.

@brentru brentru mentioned this pull request Jan 10, 2022
@brentru
Copy link
Member

brentru commented Jan 10, 2022

Thank you both, @AdamCummick and @min-hs for the PR, merging.

@brentru brentru merged commit 9e2d536 into adafruit:main Jan 10, 2022
@anecdata
Copy link
Member

anecdata commented Jan 10, 2022

Re-tested this PR on a W5100S-EVB-Pico with:

Adafruit CircuitPython 7.1.0 on 2021-12-28; Raspberry Pi Pico with rp2040
Board ID:raspberry_pi_pico

Test code here:
https://gist.github.com./anecdata/3c6f37c05a91f7b769dad7517bfe3aa1

Result:

code.py output:
Hard reset...
Init...
Chip Version: w5100s
MAC Address: DE:AD:BE:EF:FE:ED
IP Address: 192.168.6.250
ifconfig...
IP Address:  192.168.6.250
Subnet Mask: 255.255.252.0
Gateway:     192.168.4.1
Link Status: 1
DNS Server: (1, 1, 1, 2)
Fetching text from http://wifitest.adafruit.com/testwifi/index.html
200 bytearray(b'OK') {'server': 'nginx/1.18.0 (Ubuntu)', 'content-type': 'text/html', 'date': 'Mon, 10 Jan 2022 18:11:22 GMT', 'last-modified': 'Thu, 09 Dec 2021 17:26:22 GMT', 'connection': 'keep-alive', 'content-length': '69', 'etag': '"61b23c3e-45"', 'accept-ranges': 'bytes'}
This is a test of Adafruit WiFi!
If you can read this, its working :)

adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Jan 12, 2022
Updating https://github.com./adafruit/Adafruit_CircuitPython_DRV2605 to 1.2.0 from 1.1.13:
  > Merge pull request adafruit/Adafruit_CircuitPython_DRV2605#29 from tekktrik/doc/typing-and-documentation
  > Merge pull request adafruit/Adafruit_CircuitPython_DRV2605#28 from tekktrik/feature/add-eight-slot
  > update rtd py version

Updating https://github.com./adafruit/Adafruit_CircuitPython_HTS221 to 1.1.7 from 1.1.6:
  > Merge pull request adafruit/Adafruit_CircuitPython_HTS221#10 from tekktrik/feature/add-typing
  > update rtd py version

Updating https://github.com./adafruit/Adafruit_CircuitPython_PCA9685 to 3.4.0 from 3.3.9:
  > Merge pull request adafruit/Adafruit_CircuitPython_PCA9685#42 from tekktrik/doc/add-typing
  > Merge pull request adafruit/Adafruit_CircuitPython_PCA9685#43 from tekktrik/feature/add-mode2-reg
  > update rtd py version

Updating https://github.com./adafruit/Adafruit_CircuitPython_Wiznet5k to 1.12.0 from 1.11.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_Wiznet5k#49 from AdamCummick/main

Updating https://github.com./adafruit/Adafruit_CircuitPython_AVRprog to 1.4.2 from 1.4.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_AVRprog#31 from aarontusko/fix-write_fuses-busy_wait

Updating https://github.com./adafruit/Adafruit_CircuitPython_OneWire to 1.2.8 from 1.2.7:
  > Merge pull request adafruit/Adafruit_CircuitPython_OneWire#24 from tekktrik/doc/add-typing
  > update rtd py version

Updating https://github.com./adafruit/Adafruit_CircuitPython_PIOASM to 0.5.4 from 0.5.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_PIOASM#34 from dannystaple/mov_operators

Updating https://github.com./adafruit/Adafruit_CircuitPython_Requests to 1.10.5 from 1.10.4:
  > Merge pull request adafruit/Adafruit_CircuitPython_Requests#94 from kevincon/fix-93

Updating https://github.com./adafruit/Adafruit_CircuitPython_Waveform to 1.3.9 from 1.3.8:
  > update rtd py version
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

Successfully merging this pull request may close these issues.

4 participants