Search found 2 matches
- Sun Aug 28, 2022 4:56 am
- Forum: General discussion
- Topic: SPI1 is in use, how can I use SPI2 for a MicroSD card?
- Replies: 3
- Views: 3258
Re: SPI1 is in use, how can I use SPI2 for a MicroSD card?
Afer some testing, using the sdfat libary i can succesfully write and read data from the sdcard, but only using a software spi. I'm totally lost, since documentation is pretty hard to understand (for me) and i would like to get rid of the software SPI and use instead the hardware SPI (it uses a lot ...
- Wed Aug 24, 2022 11:31 pm
- Forum: General discussion
- Topic: SPI1 is in use, how can I use SPI2 for a MicroSD card?
- Replies: 3
- Views: 3258
SPI1 is in use, how can I use SPI2 for a MicroSD card?
So, I'm developing a remote datalogger that both uses a LoRa transciver and a MicroSD card to store data locally. This is because the LoRa module, sends data in periods of 500ms to reduce power usage. My idea was to have this low-freq data be sent via LoRa, and also have a MicroSD card wich saves ...