加入交流群  

扫一扫,添加管理员微信
备注:参考设计,即可被拉入群
和也在搞设计小伙伴们碰一碰

收藏 

评论 

张三叔 发布

自行车风火轮 arduino

 
设计简介

采用arduino主控,这是第一代产品,后续会改进一下。IMG_20200821_210153.jpgIMG_20200820_111956.jpgIMG_20200822_084103.jpg



这个是配套的arduino程序

#include <FastLED.h>
#define LED_PIN     3
#define NUM_LEDS    14
CRGB leds[NUM_LEDS];
void setup() {
  FastLED.addLeds<WS2812, LED_PIN, GRB>(leds, NUM_LEDS);
    leds[0] = CRGB ( 111, 111, 111);
  FastLED.show();
  delay(1000);
    leds[2] = CRGB ( 111, 111, 111);
  FastLED.show();
  delay(1000);
     leds[4] = CRGB ( 111, 111, 111);
  FastLED.show();
  delay(1000);
      leds[6] = CRGB ( 111, 111, 111);
  FastLED.show();
  delay(1000);
    leds[8] = CRGB ( 111, 111, 111);
  FastLED.show();
  delay(1000);
     leds[10] = CRGB ( 111, 111, 111);
  FastLED.show();
  delay(1000);
}

void loop() {

for(int a = 0; a <= 13; a++)
{
    for (int i = 0; i <= 13; i++) {
        leds[i] = CRGB ( 0, 0, 0);
        FastLED.show();
      }
  leds[a] = CRGB ( 0, 0, 255);
   FastLED.show();
   delay(100);
}

for(int a = 0; a <= 13; a++)
{
    for (int i = 0; i <= 13; i++) {
        leds[i] = CRGB ( 0, 0, 0);
        FastLED.show();
      }
  leds[a] = CRGB ( 0, 255, 0);
   FastLED.show();
   delay(100);
}

for(int a = 0; a <= 13; a++)
{
    for (int i = 0; i <= 13; i++) {
        leds[i] = CRGB ( 0, 0, 0);
        FastLED.show();
      }
  leds[a] = CRGB ( 255, 0, 0);
   FastLED.show();
   delay(100);
}

  for (int i = 0; i <= 13; i++) {
    leds[i] = CRGB ( 255, 0, 0);
    FastLED.show();
    delay(110);
  }
  for (int i = 0; i <= 13; i++) {
    leds[i] = CRGB ( 0, 255, 0);
    FastLED.show();
    delay(110);
  }
    for (int i = 0; i <= 13; i++) {
    leds[i] = CRGB ( 0, 0, 255);
    FastLED.show();
    delay(110);
  }

for(int b = 170; b < 255; b++)
{
     for (int i = 0; i <= 13; i++) 
     {
      leds[i] = CRGB ( b, b, 0);
      FastLED.show();
      delay(10);
    }

     for (int i = 0; i <= 13; i++) 
     {
      leds[i] = CRGB ( b, 0, b);
      FastLED.show();
      delay(10);
    }

    for (int i = 0; i <= 13; i++) 
     {
      leds[i] = CRGB ( 0, b, b);
      FastLED.show();
      delay(10);
    }
}

  for (int k = 0; k <= 5; k++)
  {

  for (int i = 0; i <= 13; i++) {
    leds[i] = CRGB ( 255, 0, 0);
    FastLED.show();
    delay(30);
  }
  for (int i = 0; i <= 13; i++) {
    leds[i] = CRGB ( 0, 255, 0);
    FastLED.show();
    delay(30);
  }
    for (int i = 0; i <= 13; i++) {
    leds[i] = CRGB ( 0, 0, 255);
    FastLED.show();
    delay(30);
  }

  }
}
参考设计图片
×

!注意:请使用浏览器自带下载,迅雷等下载软件可能无法下载到有效资源。

 
群聊设计,与管理员及时沟通

欢迎加入EEWorld参考设计群,也许能碰到搞同一个设计的小伙伴,群聊设计经验和难点。 入群方式:微信搜索“helloeeworld”或者扫描二维码,备注:参考设计,即可被拉入群。 另外,如您在下载此设计遇到问题,也可以微信添加“helloeeworld”及时沟通。

 
查找数据手册?

EEWorld Datasheet 技术支持

论坛推荐 更多
更新时间2024-11-16 23:30:05

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版 版权声明

EEWORLD参考设计中心

站点相关: TI培训 德州仪器(TI)官方视频课程培训

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved