arduino-libraries / Arduino_PortentaBreakout

GNU Lesser General Public License v2.1
10 stars 5 forks source link

Will this libray work with the vision shield? #28

Closed WebMDB closed 2 years ago

WebMDB commented 3 years ago

I am trying to use this library with the vision shield but get an error. This may not be the best way to do it but all I am trying to do is call the CS pin that the vision shield uses for the sd card.

pennam commented 3 years ago

Hi @WebMDB, this library is meant to be used with the portenta-breakout board, but if you can provide me an explanation on what are you tring to do, with some example code and the error you are getting, we can try to find a solution.

WebMDB commented 3 years ago

Thank you for the response. I am just trying to reference the CS pin for the high density connector that is used for the sd card on the vision shield. The library will not compile my sketch and says this. [image: image.png]

Basically, I want to use the library to call the proper pin for CS on the high density connector for the sd module of the vision shield. The code I am using is attached. Let me know if you need any more information.

Best, Michael

On Thu, Aug 12, 2021 at 2:42 AM Mattia Pennasilico @.***> wrote:

Hi @WebMDB https://github.com/WebMDB, this library is meant to be used with the portenta-breakout https://store.arduino.cc/portenta-breakout board, but if you can provide me an explanation on what are you tring to do, with some example code and the error you are getting, we can try to find a solution.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/arduino-libraries/Arduino_PortentaBreakout/issues/28#issuecomment-897389414, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVAGPQAOWEE5AN2NFGDKAM3T4NUPFANCNFSM5B7FRMMQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

pennam commented 3 years ago

I cannot see the image, but if you are referring to SD_CD pin, it cannot be used with both vision shield and portenta-breakout because it is not connected on the portenta side of the high density connector. See https://content.arduino.cc/assets/Arduino-PortentaH7-schematic-V1.0.pdf

image