-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pindefinition not Clear #51
Comments
Hi @crazybanane. You are right, on these boards there is no I put Hope this helps. |
@crazybanane https://jeelabs.org/2012/12/05/ringing-mosfets/ I solved this by putting a n4001 diode between the mosfet drain and +12V with the cathode on the +12V side. The diodes are on the bottom in the image. |
Hey thanks for answer, i cant take a look for ringing by my Board because i dont have an Oscillioscope. Actual i dont have Problems with Dimming or Failures like Brownouts. At the moment i have only 1 COB Panel with 70 Watt on Channel 1 but it works super Smooth and Great. So i think in finished the board for other DIY-people so that they can easier understand the connections if you find failures or big Problems please write me otherwise you can take this to your Project. Hopefully it can Help. I will correct these Days the German Language files because i found some text that is not suitable, you will got then mail from me. So then i wish you a Happy New Year or Gelukkig nieuwjaar |
@crazybanane guten Rutsch! |
Hey,
i am on the way to make for your Project an Fritzing Connection scheme but actually i have a Problem with PIN 12 in Master/devicePinSetup i see the following line
#define SPI_TFT_RST_PIN 12 /* Goes to TFT RESET */
but i cant find anywhere a description of that pin... not on the Pinout on the web or in the PIN-Description of the Arduino ESP 1.0.4 Core Package. can you please describe or change the title to the Original Board Marking like so:
#define SPI_SCK_PIN 25 /* Goes to TFT SCK/CLK, Board PIN IO25*/
#define SPI_MOSI_PIN 32 /* Goes to TFT MOSI, Board PIN IO32 /
#define SPI_TFT_RST_PIN 12 / Goes to TFT RESET, Board PIN ??GPIO12/TDI?? /
#define SPI_TFT_CS_PIN 4 / Goes to TFT CS,Board PIN IO4 /
#define SPI_SD_CS_PIN 0 / Goes to SD CS,Board PIN IO0 /
#define SPI_MISO_PIN 39 / Goes to TFT MISO,Board PIN ??SVN/GPIO39?? /
#define TOUCH_CS_PIN 33 / Goes to TFT T_CS,Board PIN IO33 /
#define TOUCH_IRQ_PIN 35 / Goes to TFT T_IRQ, Board PIN IO35 */
That willl be very helpfull, thank for your Hard work.
If iam ready then you can upload something like this:
Actually this is only Prototyping not the endproduct.
The text was updated successfully, but these errors were encountered: