Jump to content

mariuszb

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by mariuszb

  1. Maybe this module came too late, and many people took advantage of other software. According to me, each new user will benefit from this module. (eg. I have blocked this module now because I had my own software, but may, however, I will use this module in future) Let it be
  2. See https://forum.armbian.com/index.php/topic/2917-bmp085-module/
  3. After the upgrade from Armbian 5.11 to actual one, linux automatically loads the module BMP085 (I do not need it, I have my own program to support BMP180). How to block the loading of the module during restart of program? (rmmod removes temporarily only) Thank you for your help
  4. http://forum.armbian.com/index.php/topic/1363-395-inch-display-test/
  5. Thanks, but rather little to do with my issue
  6. Hi I am getting a memory problem, quite irregular. In any case, for some reason, at different times suddenly decrease the amount of memory available - and so it remains. As the attached image at 2:30 at night when nothing has special - I was sleeping Can anyone advise me how to find the reason? I will be very grateful.
  7. -1 It means that the next command is then followed by the contents (from ILI9488 pdf)
  8. Did You try manipulate of 0x36 register ? (now is value 0x48) Ps. sudo fbi -d /dev/fb8 -T 1 -noverbose -a example.jpg you have to be careful with fbi, remains in memory - how many times You call to as many copies use eg. pkill -9 fbi
  9. Now I have connected this display using fbtft This is done as folows: sudo modprobe fbtft_device name=flexpfb rotate=180 gpios=dc:110,reset:21,wr:1,cs:6,db00:3,db01:68,db02:71,db03:64,db04:2,db05:65,db06:66,db07:67 sudo modprobe flexfb width=320 height=480 buswidth=8 init=-1,0x11,-2,200,-1,0x36,-1,0x3A,0x05,-1,0x36,0x48,-1,0x13,-1,0x29,-1,0x2C,-3 and test picture: sudo fbi -d /dev/fb8 -T 1 -noverbose -a example.jpg Video: sudo apt-get install -y mplayer sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb8 mplayer -vo sdl -framedrop example.mpg Why it is extremaly slow ? ( 1 frame pre second) Some hint?
  10. I plugged in and tested the 3.95 inch display with Orange Pi PC and Armbian Jessy. It can be used for own use, this is only a test program http://pl.aliexpress.com/item/Free-shipping-LCD-module-Pi-TFT-3-6-inch-for-raspberry-pi-display-screen/32236159766.html https://github.com/flexiti/WiringOP Just compile and run displayTFT.c file (display shows also CPU temperature )
  11. Missing Wifi driver after sudo apt-get update && upgrade ( https://github.com/igorpecovnik/lib/issues/327 ) It can be avoided in the future ?
  12. http://forum.armbian.com/index.php/topic/1284-orange-pi-pc-mediatek-mt7601-usb-wifi-success/
  13. if anyone is interested https://github.com/igorpecovnik/lib/issues/311
  14. Hi, We can access port usig eg. echo 1 >/sys/class/leds/green_led/brightness (or red_led) echo 1 > /sys/devices/platform/gpio_sw.0/gpio_sw/PA6/data (other ports) My question is as follows: How to access to ports using C language ? Is WiringOP (This method works ) is preferred or another method is better? #define LED 0 wiringPiSetup () ; pinMode (LED, OUTPUT) ; digitalWrite (LED, HIGH) ; // On
  15. Thanks Only one thing: the first two lines work , second two lines not (Image from latest ( one week old) Armbian sources, Debian) What could be the reason? echo heartbeat | sudo tee /sys/class/leds/*red*/trigger (sleep 15 && echo mmc0 | sudo tee /sys/class/leds/*green*/trigger) & echo heartbeat >/sys/class/leds/*red*/trigger (sleep 15 && echo mmc0 >/sys/class/leds/*green*/trigger) &
  16. In rc.local : echo heartbeat | sudo tee "/sys/class/leds/red_led/trigger" it works. if do the same with green_led works only a while. It looks like something changed operation green_led after aprox 10 sec. Works well if you set it manually moment later
  17. It's ok Btw. Is this led are accesible from WiringOP c librarry ?
  18. Just copy new wersion of /etc/network/interfaces.default in the same place as below ? https://github.com/i...mization-script Here you put what needs to be done before image is closed.
  19. Thank you for your time Igor One more question How to set ethernet to fixed static adress ?
  20. Is there an example of how to prepare the image with ...(for example) pre-Installed webmin ,Apache and own www start page ?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines