Search found 1696 matches

by rudi ;-)
Sun Feb 26, 2017 1:10 pm
Forum: Hardware
Topic: EMAC receive not working
Replies: 48
Views: 80326

Re: EMAC receive not working

@www220 更改地址 #define PHY_STATUS_REG(0x1F) #define AUTO_NEGTIATION_STATUS BIT(12) #define DUPLEX_STATUS BIT(4) #define SPEED_STATUS (2) - >成功 谢谢! found_missing_register.png Ethernet RMII -> TLK110 -> SMS8720 -> LAN8720 -> LAN8720A -> LAN8710 -> DP... DONE! best wishes! rudi ;-) @Ivan, Jeroen, Angus,...
by rudi ;-)
Sun Feb 26, 2017 4:09 am
Forum: Hardware
Topic: EMAC receive not working
Replies: 48
Views: 80326

Re: EMAC receive not working

you are welcome ;-) btw: LAN8720 , PIN_CRS_DV on GPIO 27 static const char *TAG = "eth_demo"; #define PIN_PHY_POWER 17 #define PIN_SMI_MDC 23 #define PIN_SMI_MDIO 18 // LAN8720 #define PIN_CRS_DV 27 but we must check on the register / datasheet the things for #define DEFAULT_PHY_CONFIG (AUTO_MDIX_EN...
by rudi ;-)
Sun Feb 26, 2017 2:33 am
Forum: Hardware
Topic: EMAC receive not working
Replies: 48
Views: 80326

Re: EMAC receive not working

.. The esp-idf source uses phy address 31 so I changed it to 0 for the 8720. hi robin i have ordered the 150 EURO board too, but need a few days to arrival. i use the LAN8720 Modul i get with express. i changed from 31 to PHY1 and phy is found, on PHY0 there is no phy, can be, that the modul is fix...
by rudi ;-)
Sun Feb 26, 2017 1:41 am
Forum: Hardware
Topic: EMAC receive not working
Replies: 48
Views: 80326

Re: EMAC receive not working

Hi Robin, LAN8720 with one word, the SMI works here now too, phy is found, check Manufacturer Data ( Register 3 ) phy_found.png but get no correct IP just in time. now i start to protocoll the transfer between router and esp32 what happend. and play with the AUTO / DHCP ect. @www220 please, where is...
by rudi ;-)
Sat Feb 25, 2017 11:13 am
Forum: Hardware
Topic: EMAC receive not working
Replies: 48
Views: 80326

Re: EMAC receive not working

FYI tlk_OUI_MSB.png its only a test for the revision..hw.. not more :) best wishes rudi ;-) edit: ( LAN8720 ) better to change and expand the esp_eth_smi_read function with second parameter example: // void phy_tlk110_init_test(void){ void phy_lan8720_init_test(void){ unsigned int PhyAddr; union { u...
by rudi ;-)
Sat Feb 25, 2017 10:34 am
Forum: Hardware
Topic: EMAC receive not working
Replies: 48
Views: 80326

Re: EMAC receive not working

hi robin, have found more small crazy "hang up" point without a return message... one step it can be help for init the phy: https://github.com/espressif/esp-idf/blob/master/examples/ethernet/ethernet/main/ethernet_main.c#L104 https://github.com/espressif/esp-idf/blob/master/examples/ethernet/etherne...
by rudi ;-)
Sat Feb 25, 2017 9:22 am
Forum: General Discussion
Topic: ESP-WROOM-32 AT commands firmware
Replies: 60
Views: 87221

Re: ESP-WROOM-32 AT commands firmware

Hi Luca, Component Config -> AT (using a usb-serial adapter) *uart port number for AT command = 1 *uart rx pin for AT command = 16 *uart tx pin for AT command = 17 have you switched your usb serial adapter to 3.3V? have you connected cross? ESP32(uart rx -> usb-serial adapter(uart tx pin) ESP32(uart...
by rudi ;-)
Fri Feb 24, 2017 8:59 am
Forum: General Discussion
Topic: Using Ethernet without WiFi enabling gets undefines
Replies: 7
Views: 12388

Re: Using Ethernet without WiFi enabling gets undefines

ESP_Angus wrote:At the moment, to use ethernet WiFi must be enabled in the configuration. This is a bug, and there is a fix currently being reviewed and tested.
thank you
by rudi ;-)
Thu Feb 23, 2017 2:43 am
Forum: Report Bugs
Topic: [in work to solve/pull] nvs_flash_init() let hang up the boot (pinnedToCore) process
Replies: 5
Views: 8673

Re: [in work to solve/pull] nvs_flash_init() let hang up the boot (pinnedToCore) process

hi ivan please, if you get small time on it, can you reply on this? ( no hurry ) runs! nvs_flash_init(); printf("printf in app_main [before taskCreate]\n"); xTaskCreatePinnedToCore(&hello_task_core_0, "core1_task", 1024*8, NULL, configMAX_PRIORITIES - 1, NULL, core_0); xTaskCreatePinnedToCore(&hello...
by rudi ;-)
Thu Feb 23, 2017 2:31 am
Forum: Report Bugs
Topic: [in work to solve/pull] nvs_flash_init() let hang up the boot (pinnedToCore) process
Replies: 5
Views: 8673

Re: nvs_flash_init() let hang up the boot (pinnedToCore) process

thank you Ivan, this sounds plausible.
have wounder me for next logical step to search in freertos scheduler too.
thank you jeroen for figure it out!
will change status to solved.

best wishes
rudi ;-)