Michal Borowski

Results 15 comments of Michal Borowski

Hello, in the GUI.cpp there's the following line: `gui_mode = MODE_INTRO;` You could change it into the following: `gui_mode = MODE_BUTTON_CALIBRATION_VIEW;` After uploading the code and turning on the device...

It would be kind of waste to not use display after all this soldering:p, are you sure that the display is not going to work? Did it get like physically...

My bad, SD3 is not defined, you could use pin 10, which is SD3: ```cpp #define LED_GREEN_PIN 10 //SD3 ``` Just in case if it is confusing why pin 10...

I just pressed some keyboard shortcut (or touched the touchpad...) and closed the issue by accident

You could take a look at the first version wiring and connect it the same way but to different pins https://github.com/michalmonday/RFID-cloner/tree/master/rfidCloner#wiring ![wiring image](https://camo.githubusercontent.com/00bda0640fe95ae1b19cdc7a091fcdd8596e6320/68747470733a2f2f692e696d6775722e636f6d2f6e6677496b46792e706e67) So instead of using pins 9, 5,...

I just found out that I didn't include `pinMode(pin, OUTPUT);` for both of the led pins, maybe that is the reason why it doesn't work right now with NodeMcu, but...

I just noticed that I made another mistake at the: https://github.com/michalmonday/RFID-cloner/tree/master/rfidCloner%202#wiring This is wrong: ![image](https://user-images.githubusercontent.com/16074078/51420582-472c4b00-1b8b-11e9-8a65-9ef5f8349367.png) SCK should be D5 and SS should be D8, MISO should be D6 and MOSI...

If you'd like to try to make it work with esp then just let me know on discord (michalmonday#3687), I'm sure something can be done...

Hi, thanks to resistors (that act as voltage dividers) all the buttons can be read by using a single pin (as seen on image below). This project used a display...

I guess it would work but without adjustment the menu would appear bugged because currently it draws up to 5 items, each taking like 10 or 12 pixels in height...