すべてのメッセージ

Q: What power supply works with this strip?

尋ねた Dozer に 2020-09-18 09:19:47

Gottfrieds 12V and 2A The 24W are the light power for equivalent Lightbulb.

2020-09-19 09:36:53 役に立つ (0)
提出
回答 (4)

Q: Does the supplied 1602 LCD Display Screen support IC2 protocol ?

尋ねた Enrico Bisello に 2020-05-13 11:17:44

Gottfrieds No, this has 4 or 8 pin. To use I²C you need a IIC I2C TWI SP Serial Interface Port You can search here and get such interface board about 2 $ But the Arduino libs supports direct connection, I²C and any other interfaces

2020-05-14 11:52:18 役に立つ (1)
提出
回答 (3)

Gottfrieds You find the full list: www.autoelectric.cn () MiniPro () TL866II_List.txt And yes, all your chips can be programmed, some of them need an adapter. But in this kit there are many used adapters like PLC44 and so on.

2020-05-10 05:51:28 役に立つ (0)
提出
回答 (1)

Gottfrieds Both displays have a serial interface or parallel interface you can switch by software as both are connected to the shield

2020-03-27 04:47:46 役に立つ (0)
提出
回答 (3)

Q: Can i write a joystick sketch to it and PC sees it as a joystick?

尋ねた KarlSteeg に 2019-12-02 09:04:49

Gottfrieds No, you need a board with a mega U controller. Or you add a external board with USB extention to this.

2020-03-22 08:26:54 役に立つ (0)
提出
回答 (2)

Gottfrieds Both works with Adafruit_TFTLCDOnly some modifications for init device: uint16_t identifier = tft.readID(); Serial.print(F("Identifier: ")); Serial.println(identifier, HEX); if(identifier == 0xC0C0) // 2.4" identifier = 0x9341; else if(identifier == 0x6809) // 2.8" identifier = 0x9328;...

Gottfrieds 19/02/2020
0
コメント (1)

Q: O arduino é Atemega 16uc ou CH340??

尋ねた Daniel Lima muniz に 2019-07-09 08:32:40

Gottfrieds ATmega328P as on Arduino UNO. CH340 (driver is installed with Arduino Studio)

2020-02-27 02:08:52 役に立つ (2)
提出
回答 (5)

Q: Will these work with raspberry pi 3s?

尋ねた jordanbrandes に 2020-02-26 12:09:02

Gottfrieds This is with an Arduino UNO board. The displays have arduino shield connectors and works with 5V signals. To use them on raspberry Pi, you need level shifter 3.3V <-> 5V and adapter and you have to create software yourself. The software examples is for Arduino Studio

2020-02-27 02:02:41 役に立つ (4)
提出
回答 (5)