Jump to content

Charly

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Charly

  1. Hi

    That is a display with a very good quality of image

    I haven't test it with a pen buy the reaction is very good with the finger ( test it on Xfce with police DPI at 150 )

    For the power you must plug one USB for the touch screen and if your board can supply the standard 0.5A of USB, it's OK and work with just one USB
    In my case, i would like to doing the crazy idea : doing a phone

    In my test, the power needed is :
    0.4A for the board ( RaspberryPi 3B+ ) + 0.4A for the screen => 0.8A on a battery is hard survive longtime

    That can be better with a RaspberryPi Zero but there are no Wifi and Bluetooth

    I would like use a BananaPI, maybe a BananaPi Zero

    I don't known what happen during my test but actually the screen don't display any image :unsure:

  2. On 9/16/2019 at 7:11 PM, Igor said:


    We used to have both, but maintaining both become too much when there is little help ... I would like to see both + some basic firewall config, but don't know when :) 
    https://github.com/armbian/config/blob/master/debian-config-jobs#L513

    I think with my firewall script it is possible to do different set of rules ( Bridge, Routing, NAT ) can be enable according to desired mode

  3. For hotspots, there are 3 modes :
    Bridge : Wifi IP address are in same range as your network and it's your DHCP deliver wifi IP address
    Routing : Wifi IP address are not in the same range as your network, wifi IP address are deliver per the hotspot ; your network must be "informed" the range IP of wifi ( routing table )
    NAT : The wifi is full managed per the hotspot ; on your network you see only connection initiated per the hotspot
    Each mode have advantages and inconvenient, that depending your wifi using

  4. Buy a new SD card and reinstall it with Armbian (the current version/origin or the new update)
    Restart your O-droid with the new SD card and do the basic config (name, network)
    With a SD/USB card reader, connect the old card to your O-dorid
    Retrieves what is still readable and makes the copies directly where is needed on the new SD card

  5. In case, both IP address are static, write your your DNS sever in /etc/resolv.conf : nameserver 'dns_IP_address'

    If one IP address from DHCP, network-manager will re-write resolv.conf with data from DHCP

    If the DNS from DHCP is not good, you must fix a static address one each interface and write manually resolv.conf

     

    What is this ?????? internet access blocking port 80 and 443
    Are you sur port 8000 or 8001 are open ; for user, prefer port 8080, some internet browser block no standard port ( i have had this problem with port 8000 and must move to 8080 )

     

    For the firewall, normally all Armbian have installed IPTABLES ( it's the native linux firewall ) but it's only on command line

    I never used webmin but i think it said "not installed" because there are not filtering rules

    https://doxfer.webmin.com/Webmin/Linux_Firewall

  6. Your address 192.168.1.2 is it delivry by DHCP or it's a static address ?

    The file /etc/resolv.conf is rewrite per NetworkManager when you receive your address from DHCP

     

    To separate administrative web tools (lan) and user/client web tools (wan)
    do with Apache two virtual host
    The first : user/client web tools (wan) on port 80 and 443
    The second : administrative web tools (lan) on port 8080

    With the firewall (iptable or iptable gui ) open on wan only port 80 and 443

  7. I do some tests on a new display from WaveShare : 5.5inch HDMI AMOLED, 1080x1920

    https://www.waveshare.com/product/modules/oleds-lcds/oled/5.5inch-hdmi-amoled.htm

     

    On the wiki, it's wrote : To use it on RaspberryPi, you must change the config.txt file for to ajuste hdmi parameters :
    https://www.waveshare.com/wiki/5.5inch_HDMI_AMOLED

        max_framebuffer_height=1920

        max_usb_current=1

        config_hdmi_boost=10

        hdmi_group=2

        hdmi_force_hotplug=1

        hdmi_mode=87

        hdmi_timings=1080 1 26 4 50 1920 1 8 2 6 0 0 0 60 0 135580000 3

    I do it and that working fine


    I add this to ajust resolution

        max_framebuffer_width=1080
        max_framebuffer_height=1920

        framebuffer_width=600
        framebuffer_height=1080

     

    But all that is on RasberryPI and i would like use it on BananaPI M1 on M2 zero

    I tried to write it in armbianEnv.txt but the resolution of display haven't changed

     

    How i can do that on BananaPi ?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines