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

esp-s2 board no display #1824

Open
hawaiimaroc opened this issue Sep 14, 2024 · 2 comments
Open

esp-s2 board no display #1824

hawaiimaroc opened this issue Sep 14, 2024 · 2 comments
Labels
insufficient info Further information is requested

Comments

@hawaiimaroc
Copy link

Describe the bug
A clear and concise description of what the bug is.
connected a ssd1306 display to a esp-s2 board and its was not working.

To Reproduce
Steps to reproduce the behavior:
connect a ssd1306 display to pin 35 and 33 of a esp-s2 board.
it will stay black.

Expected behavior
display will not work

Screenshots/photos
If applicable, add screenshots or photos to help explain your problem.

System (please complete the following information):

  • OS: WINDOWS 10
  • Software ESP-mining
  • Version 4.2

Additional context
adding "- wire.start (33,35) at line 582 in #ESP_CODE_4_3# will solve the problem.

#if defined(DISPLAY_SSD1306) || defined(DISPLAY_16X2)
    Wire.begin(33,35); //  sda - scl
    screen_setup();
    display_boot();
    delay(2500);
#endif
@revoxhere
Copy link
Owner

This is not a duino-coin issue. The Settings.h page clearly says to adjust the pins to your setup.

@hawaiimaroc
Copy link
Author

then other problem i noticed with the S2 board;
without display the hashrate is around 95 khz and difficulty 6400.
with display the hashrate become around 38 khz and difficulty becomes 8200.
i dont think this is right.

@revoxhere revoxhere added the insufficient info Further information is requested label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
insufficient info Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants