Git Product home page Git Product logo

esphost-emac's Introduction

ESPHost-EMAC

Arduino library. Mbed Core EMAC over ESPHost library.

Only WiFi STA mode for now. No SoftAP yet.

Works with Nano RP2040 Connect and can work with Nano 33 BLE and Raspberry PI Pico with esp32 wired on SPI.

The Mbed Core WiFi library

Copy the WiFi library from Mbed Core for Giga R1.

In WiFi.h remove the #if around #include "WhdSoftAPInterface.h".

In WiFi.cpp add this line at the end of the file.

arduino::WiFiClass WiFi(WiFiInterface::get_default_instance());

esphost-emac's People

Contributors

jandrassy avatar

Watchers

 avatar

esphost-emac's Issues

WiFiWebClient sketch from Mbed WiFi library does not connect to AP with Pico and ESP-Host

Board: Raspberry Pico
Core: ArduinoCore-Mbed 4.1.1
Sketch: WiFiWebClient

I can see numerous messages in a loop:

Attempting to connect to SSID: TestSSID
Attempting to connect to SSID: TestSSID
Attempting to connect to SSID: TestSSID
Attempting to connect to SSID: TestSSID
Attempting to connect to SSID: TestSSID

When I monitor UART messages from ESP-C3 Host - the log is empty.

My boards,local.txt file contains the following:

pico.build.extra_flags=-DESPHOST_RESET=9 -DESPHOST_HANDSHAKE=7 -DESPHOST_DATA_READY=6 -DESPHOST_CS=17 -DESPHOSTSPI=SPI

This issue happens with ESPHost-EMAC and Arduino-Mbed Core only.

The same hardware works fine with ESPHost driver integrated into Arduino PRP2040 Core developed by Earle Philhower (3.8.0).

boards,local.txt file for Earle's Core contains the following:

rpipico.build.extra_flags=-DESPHOST_RESET=D9 -DESPHOST_HANDSHAKE=D7 -DESPHOST_DATA_READY=D6 -DESPHOST_CS=D17 -DESPHOSTSPI=SPI

When I monitor UART messages from ESP-C3 Host connected to the Pico with Earle's Core - I can see regular boot log messages and connection session.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.