-
Notifications
You must be signed in to change notification settings - Fork 26
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
Need Help #9
Comments
i think you have wrongly set some fields that make your oled screen not display or you have connected the oled screen to the wrong pin or maybe the oled screen is dead |
I got the exact same issue, while I try with the bin file everything work well, but when I try to flash from SRC the screen is never triggered, everything else seem to work because I can connect to the web interface but the screen was never triggered... Is there a way to get the source code or exact screen configuration of this bin file : Deauther_oled_SH1106_version.bin ? |
@hoangminh5210119 can you provide this ? |
bruh, try the orginal deauther repo, i think it can fix your issue |
normally, every arduino devs, using oled library by adafruit but this suck, only support for ssd1306 and ssd1305 (i2c), instead let's switch to u8g2 libray, support for all oled series (included SH1106), i see you're used oled SS1106 for this repo, use orginal deauther repo, that support u8g2 lib and i think your screen can run on u8g2 First, try u8g2 for your oled (download u8g2 library and open test example on u8g2, define your oled series you use, complie and upload), if u8g2 make your oled showing text and graph, your screen can run u8g2, not adafruit |
@ra1n08 @wisnusatriyo just use a different commit, just two last that isnt working |
Hi .. I dont understand what is the different commit?, is it a code in the
script or something that I need to change i.e. in aconfig.h file? Please
explain.
…On Sun, Jan 15, 2023, 23:02 7h30th3r0n3 ***@***.***> wrote:
@ra1n08 <https://github.com/ra1n08>
Thanks for taking the time to answer me, i managed to get the project to
work with the screen by taking an older commit, it's seem that the screen
commit broke somethings but can't find what exactly... i'm also having some
issue with the webconverter but it's seem to be a general issue because a
ticket is open about that on
https://github.com/SpacehuhnTech/esp8266_deauther, when i convert the
webfile the copilation work but i got an encoding problem when i try to get
the page..
@wisnusatriyo <https://github.com/wisnusatriyo> just use a different
commit, just two last that isnt working
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOQ4UVJR5DMVO6BOAUKXEODWSQNSZANCNFSM6AAAAAAQVEE3NU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@wisnusatriyo https://github.com/hoangminh5210119/deauther/tree/bfd3de19fa54beb20b778bb207952d290fce600b <= this one, download as zip |
Yeah. it works with this commit. |
Have managed to compile the codes, I can see the Free High Speed wifi from my android. However My OLED 1.3 doesn't show up any picture/menu (blank). Is there any specific library should I use or I miss some steps? Thanks for help. Wisnu from Indonesia
The text was updated successfully, but these errors were encountered: