Hello,
how can I use multiple modules type, Accelerometer, GPS, ultrasound, using the usual pin GIPIO.
CLK, MISO, MOSI & CS0 is one SPI bus, CLK, MISO, MOSI & CS1 is the other SPI bus. So you can run two SPI devices.w_t wrote:So you're saying that I can use the new PIN as SCL and SDA in GIPIO where they are?
Ritchie wrote:Hello,
I have bought and tested a Velleman VM205 oscilloscope + logic analyzer add-on card.
It works fine for what I need it for.
I also have an ADAFRUIT 2.8" touchscreen for my Raspberry PI
I've tested this too and it works fine once you setup the Graphic interface to send the screensignal to the TFT in the correct(ed) resolution.
Now I want to combine both SPI devices on the same SPI-bus.
How do I do this please ? The spec's for the VM205 kit are here: http://www.velleman.eu ; search for: VM205
The intention is to make a full portable oscilloscope with these 2 .
The Velleman scope-kit only uses these pins : SPI_MOSI , SPI_MISO , SPI_SCLK , SPI_CE0 , GND , 3.3V , 5V
Many thanks for your help in advance !!! Ritchie
mikronauts wrote:You cannot combine a third party SPI LCD with another third party card that uses the same SPI port.
- fbtft assumes that it is the only one using that SPI port
- the scope module would make the same assumption
It will not work.
Ritchie wrote:Hello,
I have bought and tested a Velleman VM205 oscilloscope + logic analyzer add-on card.
It works fine for what I need it for.
I also have an ADAFRUIT 2.8" touchscreen for my Raspberry PI
I've tested this too and it works fine once you setup the Graphic interface to send the screensignal to the TFT in the correct(ed) resolution.
Now I want to combine both SPI devices on the same SPI-bus.
How do I do this please ? The spec's for the VM205 kit are here: http://www.velleman.eu ; search for: VM205
The intention is to make a full portable oscilloscope with these 2 .
The Velleman scope-kit only uses these pins : SPI_MOSI , SPI_MISO , SPI_SCLK , SPI_CE0 , GND , 3.3V , 5V
Many thanks for your help in advance !!! Ritchie