Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
734 stars 305 forks source link

I can't seem to get the SD sketches working on a Heltec Wifi 32. #97

Closed asalaices closed 4 years ago

asalaices commented 5 years ago

The Esp32 Board shown, shares all the pins with the Heltec Wifi 32, yet I cannot get the same SD Card to work on it. Is there any magic needed on Software ? Perhaps SPI.begin ?

asalaices commented 5 years ago

Its worthy to note that I was able to get the Same SD Card Board working with mySD.h and the stock sketch. All this while assigning the same pins that I know the System is using !! How weird is this . I need to get this working and I am stumped !. Help would be greately Appreciated.

Heltec-Aaron-Lee commented 5 years ago

@asalaices What pins were you used for the SD card? If you didn't use the default SPI pins. SPI.begin(SCK,MISO,MOSI,SS); is needed.

asalaices commented 5 years ago

I got it working by using the suggested command. Thanks a bunch !

On Sat, Jun 29, 2019, 12:34 AM Aaron.Lee notifications@github.com wrote:

@asalaices https://github.com/asalaices What pins were you used for the SD card? If you didn't use the default SPI pins. SPI.begin(SCK,MISO,MOSI,SS); is needed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/issues/97?email_source=notifications&email_token=ABRVA5CC6TI5AQO3ZO2P3S3P43X6FA5CNFSM4HSENQKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY3R5JI#issuecomment-506928805, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRVA5E7XGC4HKVVIC3D5TDP43X6FANCNFSM4HSENQKA .

Heltec-Aaron-Lee commented 5 years ago

Congratulations!!! 👍

Now can I make this issue closed?

Heltec-Aaron-Lee commented 4 years ago

Please try this example: https://github.com/HelTecAutomation/Heltec_ESP32/blob/master/examples/SD/SD_Time/SD_Time.ino