Michal Borowski

Results 35 comments of Michal Borowski

Did you follow the 9-17 steps of the tutorial? If yes, then did you successfully dump some cards' info into Serial Monitor using Arduino IDE? There are many potential ways...

Hello, to be honest I know nothing about rfid... It would be much better to check this library for info about it: https://github.com/miguelbalboa/rfid There's at least 1 relevant issue there...

Hi, I wish I could help you but I have no idea how, I'm not familiar with rfid in general. I think it would be the best if you used...

Hi, it requires LinkedList library to be installed. I'm not sure if any recent version of that library is compatible but I tested it in the past with version 1.2.3...

Sorry for false information, it seems that 1.2.3 no longer works, updating to LinkedList 1.3.3 (latest as of today) solves these compilation issues. Just in case, the versions of libraries...

Hi, could you post your `Communication Settings` section settings from config.h files of both ESP and Atmega? No idea if that's the case but maybe you enabled both: I2C and...

It looks like only serial is enabled, so that isn't a problem I think.

Hello, I tried to reproduce the issue, I installed the 2.6.2 package with RP2040 boards: ![image](https://user-images.githubusercontent.com/16074078/198336500-da6923e9-1c38-4543-88ed-e8bd1f4d83f0.png) I opened the basic_usage.ino example and selected Adafruit RP2040: ![image](https://user-images.githubusercontent.com/16074078/198337241-a4552606-de94-41b6-9618-c530fab4ca0e.png) I tried to compile...

I just tried Arduino 2.0.1, using Pi Pico and it still compiled well, it shows some warnings too but completes in the end. ![image](https://user-images.githubusercontent.com/16074078/198345548-ada5b438-71bf-4eba-8b3d-6f7f6ea2172c.png) Could you check the version of...

These are SD libraries displayed in my library manager after searching "sd" and selecting "data storage" topic: ![image](https://user-images.githubusercontent.com/16074078/198347693-9db03712-768a-4d15-8d53-89f0a8e702e2.png) ![image](https://user-images.githubusercontent.com/16074078/198347665-2968fdfc-e69c-414b-9a83-172573e81bf3.png) ![image](https://user-images.githubusercontent.com/16074078/198347629-d6cf9c3e-cf24-4fe2-9591-bdfd223d6d1e.png) I don't know how to fix this problem to be...