deauther
deauther copied to clipboard
Need Help
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
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 Wish one good day!
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 ? @ra1n08 could you help to investigate what goin on ?
@hoangminh5210119 can you provide this ?
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 ? @ra1n08 could you help to investigate what goin on ?
bruh, try the orginal deauther repo, i think it can fix your issue https://github.com/SpacehuhnTech/esp8266_deauther
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 ? @ra1n08 could you help to investigate what goin on ?
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 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 got an SH1106 I2C) everything work fine
@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 https://github.com/hoangminh5210119/deauther/issues/9#issuecomment-1383187660, 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. But it may be old as it got updated web version with en language support. Can't still find to figure out for SH1106 iic. If anyone compiled everything working, would appreciate if shared.