SpacehuhnTech / esp8266_deauther

Affordable WiFi hacking platform for testing and learning

Home Page:http://deauther.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with connecting i2c screen to wemos d1 mini

soapy75 opened this issue Β· comments

I have succefully managed to activate the web based version, but after correctly connecting the wemos d1 mini to sd1306 oled, There is nothing on the display and the device seems to just be restarting as shown by the repeating startup messages in the serial monitor.

I have tried:

  • switching 3v3 to 5v
  • commenting out other elif statements that arent related to the example
  • swapping out all components
  • also trying to also define it as wemos as well as i2c example

I think it may be to do with the fact that i need the correct i2c adress, but after trying a code online it didnt work and outputted no i2c device found

Congrats on opening your first issue on this repository! πŸŽ‰
This is a automated message to help you avoid common pitfalls when asking for help online.
πŸ‘‰ Be sure to:
* πŸ‡¬πŸ‡§ Communicate in English so everybody can understand you
* πŸ“– Have a look at the Wiki and README for information
* πŸ” Search for similar issues (open and closed)
* ✍️ Provide enough information to understand, recreate and help out with your problem
* ℹ️ Let us know if you find a solution and please share it with us
* πŸ“• Close the issue when your problem has been solved

commented

Did you activate the screen thru settings in web?

Did you activate the screen thru settings in web?

There doesnt seem to be a pwn network since im running the example i2c configuration if thats what you mean.