Open akarnaukh opened 4 years ago
Bonjour [ Fr ] pour active le mode wifi sur ma SKR-PRO
voici a tester pour vous aussi crée un fichier nome et le placer avec les fichier avec les fichier
Configuration.h, Configuration_adv.h and Configuration_Secure.h
[ EN ] Hello to activate the wifi mode on my SKR-PRO
here is to test for you too create a nome file and place it with the files with the files
Configuration.h, Configuration_adv.h and Configuration_Secure.h
Crée un fichier Configuration_Secure.h ceci dedans Create a Configuration_Secure.h file this in
/**
* * To set a default WiFi SSID / Password, create a file called Configuration_Secure.h with
* * the following defines, customized for your network. This specific file is excluded via
* * .gitignore to prevent it from accidentally leaking to the public.
* *
* * #define WIFI_SSID "WiFi SSID"
* * #define WIFI_PWD "WiFi Password"
*/
//#include "Configuration_Secure.h" // External file with WiFi SSID / Password
#ifndef CONFIGURATION_SECURE_H
#define CONFIGURATION_SECURE_H
#define WIFI_SSID "xxxx-xxx-xxx-xxx" // votre non du reso wifi
#define WIFI_PWD "xxxx-xxxx-xxxx-xxx-xxx-xxx-xxx#" // votre Mots de passe wifi
#endif //Configuration_Secure.h
Activer dans le fichier de configuration de Marlin Configuration.h Activate in the Marlin configuration file Configuration.h
/**
* Select the serial port on the board to use for communication with the host.
* This allows the connection of wireless adapters (for instance) to non-default port pins.
* Note: The first serial port (-1 or 0) will always be used by the Arduino bootloader.
*
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT 6 // pour le Wifi car Carte Buguer (1 for TFT uart)
/**
* Select a secondary serial port on the board to use for communication with the host.
* This allows the connection of wireless adapters (for instance) to non-default port pins.
* Serial port -1 is the USB emulated serial port, if available.
*
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT_2 1 // -1 for USB 6 pour esp sur la carte mere
// Je branche les 3 cable EXP1 EXP2 et l'uart de cette facon je peux basculer entre le mode
#define BAUDRATE 115200
Puis dedans le fichier Configuration_adv.h Then in the file Configuration_adv.h
/**
Host Prompt Support enables Marlin to use the host for user prompts so
//#define HOST_PROMPT_SUPPORT
/**
WiFi Support (Espressif ESP32 WiFi) */ // Marlin embedded WiFi managenent
// ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)
#define WEBSUPPORT // Start a webserver (which may include auto-discovery)
#define OTASUPPORT // Support over-the-air firmware updates
//#define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host
/**
*/
voila.
PS: Sans Ca pour moi rien ne fonction pour mon esp-1s ne fonctionne pas here is.
PS: Without it for me nothing works for my esp-1s does not work
Question 2-pourquoi avez-vous apporté des broches pour contrôler le module Wifi à partir du processeur?
Surement pour flache l'esp via la carte SD
Bon Courage.
Hi again.
Same for this ticket. Do you need any further help or can you close it?
Thank you
@bigtreetech Could you please close this unneeded ticket. Thank you
@UnderXirox thank you. IT WORKED!!! only if i can get the @bigtreetech BTT TFT35 to stop freezing randomly
Please help the community and close the ticket once you do not need it anymore. Thank you
Specified in the firmware serial port 6. But there is a problem, according to the scheme on the connector pins ch_en, RESET, etc. at start on a pin PG0-CH_EN 0, because of what Wifi Does not start. If you give the command M42 P99 S255, which translates this pin to 1, then everything works. Question 1 - how to do it automatically at start, what to change in Marlin. Question 2-why did you bring pins to control the Wifi module from the processor?