... use the name for a particular connector. I haven't access to a spectrum, so I don't know for sure, but it's possible that the writer meant "FFC / FPC connector". You may have to measure the ribbons to find out what size you need.
... you can. There are a few tricks though. It is tested with Pi3 and PiZeroW. You will need the cable shipped with the vision kit (15 pin to 22 pin FPC) and need to procure one of these cables: (15 pin to 22 pin FPC from RPI) https://www.adafruit.com/product/3157 The cable that comes with the kit ...
... like or have to solder, you can get just the connector for 0.71$/pc: https://www.aliexpress.com/item/Brand-New-FFC-flexible-flat-cable-connector-FPC-socket-1-0mm-pitch-15-pin-Free-Shipping/32364932429.html
Hi, I am finishing off with a project which involved the purchase of a bunch of HDMI input 'shields' for the pi. For sale i have: 2x B101 Rev 4 with the I2S header & I2S cables 1x B102 Rev 4 with the I2S header & I2S cables All come in anti-static bags, with the ribbon cable. None of them have been ...
Data sheet has the Information on the FPC connector (under Notes on page 2): Connector: HIRSOE FH26-15S-0.3SHW(05) Farnell 2427760 (or equivalent) or Digikey HFQ315CT-ND - https://www.digikey.co.uk/product-detail/en/hirose-electric-co-ltd/FH26-15S-0.3SHW-05/HFQ315CT-ND/936456?cur=USD&lang=en ...
Data sheet has the Information on the FPC connector (under Notes on page 2): Connector: HIRSOE FH26-15S-0.3SHW(05) Farnell 2427760 (or equivalent) or Digikey HFQ315CT-ND - https://www.digikey.co.uk/product-detail/en/hirose-electric-co-ltd/FH26-15S-0.3SHW-05/HFQ315CT-ND/936456?cur=USD&lang=en ...
Data sheet has the Information on the FPC connector (under Notes on page 2): Connector: HIRSOE FH26-15S-0.3SHW(05) Farnell 2427760 (or equivalent) or Digikey HFQ315CT-ND - https://www.digikey.co.uk/product-detail/en/hirose-electric-co-ltd/FH26-15S-0.3SHW-05/HFQ315CT-ND/936456?cur=USD&lang=en ...
... menu option or shortcut to launch something which has not been installed. The main problem is the OP appears to have believed that installing FPC should have installed an IDE. My understanding is it doesn't. That's a separate installation.
From the link that the OP posted it seems that he wants the FreePascal IDE, not Lazarus. In a shell he needs to type fp (not fpc). This starts the IDE which is similar to the original Turbo pascal IDE. As previously stated fpc starts the command line compiler.
... responders are, as is always the case on boards like this, "I spit on GUIs" guys. I'm not sure about that. The OP specifically asked about running fpc. Which s a command line program. A question I tried to answer as best I could. Then about other "random" program. It's not so clear if GUI is an ...
... line terminal. You will see a command line prompt like: pi@raspberrypi:~$ 2) Type the command for the Free Pascal compiler: pi@raspberrypi:~$ fpc You will see a message like so: Free Pascal Compiler version 3.0.0+dfsg-2 [2016/01/28] for x86_64 Copyright (c) 1993-2015 by Florian Klaempfl and ...
... Pascal interface as, for example, on this screenshot: https://elinux.org/images/3/3e/Free_Pascal_IDE_on_Raspberry_Pi.png I'm not familiar with FPC on the Pi, but is that the Lazarus IDE rather than FPC ? My understanding is FPC is just the compiler, Lazarus is the IDE. There might be a better ...
... Pascal interface as, for example, on this screenshot: https://elinux.org/images/3/3e/Free_Pascal_IDE_on_Raspberry_Pi.png I'm not familiar with FPC on the Pi, but is that the Lazarus IDE rather than FPC ? My understanding is FPC is just the compiler, Lazarus is the IDE. There might be a better ...
Just type fpc and some options on the command line. You don't need to find the file to run it, it just has to be in your PATH. To find out what options are required you can look at the man page (man fpc) Okay, thanks, I read this ...
... on my first-day Stretch and have some problems with finding Pascal folder and the way to execute it. I used this command: sudo apt-get install fpc I had no problems with a downloading or installing. Please, can you tell me how to find and execute this program (actually, I was looking for something ...
... camera option ?, Plz share ) Anyone plz... btidey sir..!! Hii all, can we use GoPro 3/4 camera with Auvidea B101 (HDMI to CSI-2 Bridge -15 pin FPC) to get the high resolution? Has anyone tried GoPro? From the Auvidea website "The HDMI input of the B101 module is connected to the HDMI output ...
Anyone plz... btidey sir..!! Hii all, can we use GoPro 3/4 camera with Auvidea B101 (HDMI to CSI-2 Bridge -15 pin FPC) to get the high resolution? Has anyone tried GoPro? From the Auvidea website "The HDMI input of the B101 module is connected to the HDMI output of another Raspberry ...
Are you doing any LCL stuff in your Laz code? One thing with Ultibo is sometimes the Laz/FPC just compiles. FPC is write once, compile everywhere, Ultibo is in that family. Some libraries just work, some code just ports. I spent 5+ years learning many other ways to ...