![]() |
OpenPlotter 2 roadmap - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2) +--- Thread: OpenPlotter 2 roadmap (/showthread.php?tid=1992) |
RE: OpenPlotter 2 roadmap - Max1947 - 2019-11-22 (2019-11-22, 04:19 PM)glowntiger Wrote: Hi Max1947, Ecco: For more options and information see # http://rpf.io/configtxt # Some settings may impact device functionality. See link above for details # uncomment if you get no picture on HDMI for a default "safe" mode #hdmi_safe=1 # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # uncomment to force a console size. By default it will be display's size minus overscan. #framebuffer_width=1280 #framebuffer_height=720 # uncomment if hdmi display is not detected and composite is being output #hdmi_force_hotplug=1 # uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 #hdmi_mode=1 # uncomment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes #hdmi_drive=2 # uncomment to increase signal to HDMI, if you have interference, blanking, or # no display #config_hdmi_boost=4 # uncomment for composite PAL #sdtv_mode=2 #uncomment to overclock the arm. 700 MHz is the default. #arm_freq=800 # Uncomment some or all of these to enable the optional hardware interfaces dtparam=i2c_arm=on #dtparam=i2s=on dtparam=spi=on # Uncomment this to enable infrared communication. #dtoverlay=gpio-ir,gpio_pin=17#dtoverlay=gpio-ir-tx,gpio_pin=18 # Additional overlays and parameters are documented /boot/overlays/README # Enable audio (loads snd_bcm2835) dtparam=audio=on [pi4] # Enable DRM VC4 V3D driver on top of the dispmanx display stack dtoverlay=vc4-fkms-v3d max_framebuffers=2 [all] #dtoverlay=vc4-fkms-v3d enable_uart=1 gpu_mem=100 dtoverlay=i2c-gpio,i2c_gpio_sda=2,i2c_gpio_scl=3,bus=3 #MCS-Openplotter config (Do not delete or edit this part)(start) dtoverlay=sc16is752-i2c,int_pin=13,addr=0x4A,xtal=14745600 dtoverlay=sc16is752-i2c,int_pin=12,addr=0x49,xtal=14745600 dtoverlay=sc16is752-i2c,int_pin=6,addr=0x48,xtal=14745600 #MCS-Openplotter config (Do not delete or edit this part)(end) dtoverlay=mcp2515-can1,oscillator=16000000,interrupt=25 dtoverlay=w1-gpio ^G Guida ^O Salva ^W Cerca ^K Taglia ^J Giustifica^C Posizione ...spero sia tutto giusto.. RE: OpenPlotter 2 roadmap - glowntiger - 2019-11-23 Hi Max, for what you use this line: dtoverlay=i2c-gpio,i2c_gpio_sda=2,i2c_gpio_scl=3,bus=3 all other seems fine to me @Sailoog: The Moittesier Hat Can/SPI isn´t configurated in the config.txt . How do you do the configuration of the SPI? RE: OpenPlotter 2 roadmap - Sailoog - 2019-11-23 (2019-11-23, 01:47 PM)glowntiger Wrote: Hi Max, Code: dtoverlay=i2c-gpio,i2c_gpio_sda=2,i2c_gpio_scl=3,bus=3 this is added by Moitessier HAT driver to be able to update the firmware. SPI is managed by the driver too. You have just to enable it in config.txt: dtparam=spi=on Rooco guys will answer questions about the drivers better than me. RE: OpenPlotter 2 roadmap - MatsA - 2019-11-23 (2019-11-21, 12:18 PM)Sailoog Wrote:OK, then I know, thanks. Can't be that easy to handle all variants /Mats(2019-11-20, 08:02 PM)MatsA Wrote: Just a heads up with v2.0.17-beta, se enclosed picture...... RE: OpenPlotter 2 roadmap - Sailoog - 2019-11-23 New images and NOOBS files of OpenPlotter Starting and OpenPlotter Headless v2.0 pre-releases: http://forum.openmarine.net/showthread.php?tid=1992&pid=10280#pid10280 Test and report as usual. Thanks! RE: OpenPlotter 2 roadmap - Sailabout - 2019-11-24 I do not seem to find the way to stop the display to go blank after a while of inactivity (OpenPlotter v2 beta on RPi 3, from NOOBS dated 2019-11-15). The only function I found (OpenPlotter Settings -> Raspberry Settinsgs -> Disable Screensaver) has no effect. RE: OpenPlotter 2 roadmap - verkerkbr - 2019-11-24 There are several ways to switch off the screen saver. I found the easiest way to install the xscreensaver. Then you can set the screensaver options and you can switch screen saving to off. Installing a screensaver to switch it off ! Bram RE: OpenPlotter 2 roadmap - verkerkbr - 2019-11-24 Connecting the Kindle E reader to the OpenPlotter Rpi. Trying to make a wifi connection fails. RPI is seen with a good signal. Adding the password and connect, it fails. I'am sure I have used the right password. This problem is only from the Kindle To the OpenPlotter RPI. Using the same Kindle I can connect to the network with a wireless switch and then to the Ip of the RPI. What is the cause of this problem ? Bram Is it missing a DHCP server not getting an Ip address from the RPI ? RE: OpenPlotter 2 roadmap - Sailoog - 2019-11-25 (2019-11-24, 07:43 AM)Sailabout Wrote: I do not seem to find the way to stop the display to go blank after a while of inactivity (OpenPlotter v2 beta on RPi 3, from NOOBS dated 2019-11-15). ops, it seems that that "OpenPlotter Settings -> Raspberry Settinsgs -> Disable Screensaver" no longer works. This settings are changing time to time in raspbian. I will try to fix this without installing extra software. RE: OpenPlotter 2 roadmap - Sailoog - 2019-11-25 (2019-11-24, 02:12 PM)verkerkbr Wrote: Connecting the Kindle E reader to the OpenPlotter Rpi. Trying to make a wifi connection fails. RPI is seen with a good signal. Adding the password and connect, it fails. I'am sure I have used the right password. I will try to connect mine tomorrow. |