Тёмный

Portable SD card tester and CID analyzer with STM32 and ST7735 LCD 

cbm80amiga
Подписаться 10 тыс.
Просмотров 12 тыс.
50% 1

Опубликовано:

 

29 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@iHayri1
@iHayri1 4 года назад
Never knew you can read that much information from a SD card, thanks for the upload and sharing.
@tomaszbrzeczyszczykiewicz4082
@tomaszbrzeczyszczykiewicz4082 4 года назад
Twoje filmy to miód na moje oczy na yt.
@airmax6
@airmax6 2 года назад
Nice!
@ГаражнаяМастерскаяСергея
Hello! You need the SdFat library that you compiled the sketch with. The standard libraries do not contain the functions you are using. Can you send a link to the library you use, or the library itself
@botaniq98
@botaniq98 Год назад
Have same problem
@aliserbetci8339
@aliserbetci8339 3 года назад
Hello, Thank you for sharing your experiences. I would like to edit some part of main code but SdFat library gives errors. I have tried nearly all SdFat versions and the use same Arduino version with you. Could you please zip the project file or just zip the libraries. Thank you.
@a.fercmann
@a.fercmann 3 года назад
Hello Does not work.. error: no matching function for call to 'SdFs::SdFs(int)' Why?
@Sezdik
@Sezdik 3 года назад
Have you tried to change sd cards cid with this ? or can you send cid change commands to the sd card reader ?
@raffyturc
@raffyturc 4 года назад
hi Pawel. very nice project. would like to build one, but I seem to have problems compiling code. int retEx = sd.card() etc etc and the bin file. how do I flash this? what software and hardware to use? thanks
@cbm80amiga
@cbm80amiga 4 года назад
You can flash bin via serial orc cheap STL-LINK V2. If you want compile the code - I used IDE 1.6.5 and Roger's stm32duino
@fadial-baghdadi6157
@fadial-baghdadi6157 4 года назад
Why can't I run the memory card? And how can we choose the MOSI2 port for memory and MOSI1 for the screen When I Compile the program it gives me this error Error compiling for board Generic STM32F103C series.
@hemantbabel4279
@hemantbabel4279 4 года назад
How about a complete digital smps based on stm32f103c8t6 with ZVS FULL BRIDGE or HALF BRIDGE. That would be awesome.
@xdellavedova
@xdellavedova 3 года назад
You can add function for low level format and recovery?
@alvarosantos8970
@alvarosantos8970 3 года назад
hello, i got this error: ST7735_SDinfo_stm:56:1: error: 'Arduino_ST7735' does not name a type 56 | Arduino_ST7735 lcd = Arduino_ST7735(TFT_DC, TFT_RST, TFT_CS);
@stuartwhite3847
@stuartwhite3847 2 года назад
Same
@alexandrlatukhin6345
@alexandrlatukhin6345 3 года назад
Спасибо.
@shpili_willy_engineering
@shpili_willy_engineering 6 месяцев назад
Приает, удалось собрать?
@someone193
@someone193 4 года назад
Could it be done using NodeMCU? How about change the CID (and provide all SD card info) via web interface (wi-fi, point of acccess) instead of LCD display?
@cbm80amiga
@cbm80amiga 4 года назад
I think so, but my intention was to build portable device.
@someone193
@someone193 4 года назад
@@cbm80amiga I think, using any modern smartphone and browser will keep this device portable :) Anyway, very good project, thanks for sharing!
@cbm80amiga
@cbm80amiga 4 года назад
@@someone193 If you have Android smartphone with MicroSD card socket you can analize SD card CID directly in the phone :)
@someone193
@someone193 4 года назад
@@cbm80amiga can you suggest APK that is able to do it? Maybe even make CID (re)write? Anyway it's much easier to have separate device for it, in case you have to analize full-sized SD card, or do it fast. Just my opinion.
@cbm80amiga
@cbm80amiga 4 года назад
@@someone193 I don't know any apk, but Richard Burton's code was made for Android and I think it required root for full access to the hardware.
@stevensexton5801
@stevensexton5801 4 года назад
What does the "Align Bad" mean and can it be fixed by formatting the card?
@cbm80amiga
@cbm80amiga 4 года назад
Exactly - it means SD is not formatted optimal way
@spychu14
@spychu14 4 года назад
Planujesz dodać funkcjonalność zmiany CID oraz odblokowania karty po zablokowaniu jej hasłem ?
@cbm80amiga
@cbm80amiga 4 года назад
Raczej nie, bo to niewygodne przy uzyciu 1 przycisku. Do tego uzywam programu pod Linuxem.
@spychu14
@spychu14 4 года назад
@@cbm80amiga Robie tak samo, ale linux nie jest moim natywnym OS i zawsze zajmuje mi to sporo czasu. Myslałes moze aby uzyc ST32 jako interfejsu zewnetrznego, a soft uruchamiac na PC ?
@cbm80amiga
@cbm80amiga 4 года назад
@@spychu14 To akurat daloby sie dosc latwo zrobic. Dzieki za pomysl, moze pomysle o tym jak bede mial potrzebe zmieniac CID :)
@spychu14
@spychu14 4 года назад
@@cbm80amiga Pomyśl też o mnie. Z pewnością dorzuce sie na piwo :)
@807Delta
@807Delta 3 года назад
Flashed it with bin file, will not work. Try the mediaplayer and all works. What am i doing wrong?
@cbm80amiga
@cbm80amiga 3 года назад
So you didn't try to compile it? Check connections and with other SD cards. To build the project I used Arduino IDE 1.6.5 and Roger's STM32duino. Other versions will be probably incompatible.
@botaniq98
@botaniq98 Год назад
​@@cbm80amiga the bin file gives a white screen and silence, the sketch is not compiled on different versions of sdfat and ide. your media player started working from a bin file.What am I doing wrong?The blue tablet is a Chinese clone of f103c8. Help me figure it out!I am grateful in advance.
@maggymtac4587
@maggymtac4587 3 года назад
I get this error with your code: ST7735_SDinfo_stm:75:11: error: no matching function for call to 'SdFs::SdFs(int)' SdFat sd(1);
@cbm80amiga
@cbm80amiga 3 года назад
Try with other SdFat library. And consider it is old project so it can require older version of libraries.
@maggymtac4587
@maggymtac4587 3 года назад
@@cbm80amiga Do you know what is the version you use?
@maggymtac4587
@maggymtac4587 3 года назад
​@@cbm80amigai try your bin file. display is always white page. Wires (SD_SCK --- LCD SCK ---- STM32 PA5 SD_MISO ---- STM32 PA6 SD_MOSI ---- LCD MOSI --- STM32 PA7 SD_CS ---- STM32 PA4 LCD LED ---- STM32 3.3V LCD DC ---- STM32 PA1 LCD REST --- PA0 LCD CS ---- PA2 LCD GND --- STM32 GND LCD VCC --- STM32 3.3V )
@cbm80amiga
@cbm80amiga 3 года назад
@@maggymtac4587 Try to check if your LCD works correctly with my library. Other idea is an issue with STM32 itself.
@maggymtac4587
@maggymtac4587 3 года назад
@@cbm80amiga I found the problem, now i try an new Samsung Evo, it displays YES for checkCIDhack function, then displays Cannot initialize SD card! before CSD tab.
@shpili_willy_engineering
@shpili_willy_engineering Год назад
Hi, and how to change cid???
@cbm80amiga
@cbm80amiga Год назад
Depending on manufacturer there are special commands to change CID and not all cards are compatible. That's why I'm testing it in above tester
@shpili_willy_engineering
@shpili_willy_engineering Год назад
@@cbm80amiga As for the teams, this is all clear. And about cards, that only a few support changing cid such as Samsung evo sd. I mean, is it possible to integrate into your device the change of cid on sd cards that support it!?
@shpili_willy_engineering
@shpili_willy_engineering 6 месяцев назад
I knew know about Samsung evo sd cards... And what kind of cards are the same with emmc inside??. Can you pls give full code, and all libraries for analyzer?! I made analyzer , use your libraries and source code, but have troubles, Some libraries are missing, And I also need help configuring the chip itself
Далее
STM32 + LCD TFT = Display Any Data
17:28
Просмотров 17 тыс.
ХУДШИЕ ВЫБОРЫ в США
13:20
Просмотров 311 тыс.
Full video - Data recovery from a dead MicroSD card
16:01
ST7735 1.8" TFT Display and STM32 || HAL
8:38
Просмотров 40 тыс.
LCD repair
12:43
Просмотров 319 тыс.
3D Filled Vector Graphics on STM32 and ST7735
4:32
Просмотров 10 тыс.
SD Card Interfacing with STM32 - STM32 SPI
15:32
Просмотров 11 тыс.
85. STM32CubeIDE ST7735 Display with STM32F103C8T6
8:24
ХУДШИЕ ВЫБОРЫ в США
13:20
Просмотров 311 тыс.