How can i connect lilypad leds?

hi! hope that you can help me :smiley:

Im making a project with a ESP8266 Wemos D1 Mini. This is connected to a neopixel led. i see that this led have 3 pins but i havent this led. the conection is the next:

Solder the 5v jumper to 5v, the GND jumper to GND, and the Data jumper to D1 on the microcontroller.

https://content.instructables.com/ORIG/ … 46617d7f60

but I want to connected the ESP to a lilypad leds. is possible? how can i connect? the lilypad leds have 2 pins + and -, but dont have D1.

i know that the neopixel led can change the colour but the lilypad have just one color, it dont matter, i just want to change the frequency for make a secuence like 1 second on ,1 second off, 2 seconds on, 2 seconds off…

thankyou! :smiley:

neopixel led.png

You’d just connect the - pad on the LED to ground and the + pad on the LED to D1.

You will need yo write some code to turn the LED on and off though, it won’t work with the code for the other type of LED.

excelent!! thankyou!! :smiley: :smiley: