Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. rgbled
    Log in to post

    • D

      LoPy4 RGB LED Failing due to Temperature
      LoPy • lopy4 temperature rgbled rgb • • d.alvrzx  

      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • J

      OSerror with rgbled
      Comments & Feedback • lopy pymakr oserror rgbled • • johnmcdnz  

      3
      0
      Votes
      3
      Posts
      512
      Views

      S

      import time time.sleep(2) import pycom pycom.heartbeat(False) print('main MAC1') print('LED test') print (0xffffff) pycom.rgbled(0x0) Try this code. This should run perfectly fine.
    • M

      RGB LED + SPI not working
      WiPy 2&3 • wipy spi rgbled • • Martinnn  

      3
      0
      Votes
      3
      Posts
      467
      Views

      M

      Stupid mistake, I thought I had checked the pinout... thanks! Set it to None and now it works.
    • T

      method overloading in micropython
      MicroPython • micropython rgbled oop methodoverload • • tttadam  

      3
      1
      Votes
      3
      Posts
      671
      Views

      T

      Thank you for the detailed answer! This is the best solution what I could find.
    • D

      Pycom blinking faint blue light
      LoPy • lopy expansion board reset rgbled blue led • • dpalharini  

      3
      0
      Votes
      3
      Posts
      660
      Views

      dan

      Hi @dpalharini Does the board work when powered with USB? Try pulling P8 high, if you also want to use the SD card, use a 10k pull-up.
    • arthurlutz

      McLighting (for ESP & Arduino) - WiPy version ?
      WiPy 2&3 • mqtt rgbled websocket rgb • • arthurlutz  

      1
      1
      Votes
      1
      Posts
      696
      Views

      No one has replied

    • S

      What does a green LED after power up mean?
      LoPy • lopy4 rgbled boot mode • • Sympatron  

      20
      0
      Votes
      20
      Posts
      3593
      Views

      robert-hh

      @sympatron OK. I do not know where I found that, and cannot see it in the sources either. The only thing I found in the comments to 1.17.3.b1 was to switch of the RGB led early. So maybe it lights up for other reasons. A transition on P2 may bring the LED on. But at least the fact, that it switched off indicates the normal boot being started.
    • Z

      Forever changing colors
      LoPy • rgbled • • zappfinger  

      4
      0
      Votes
      4
      Posts
      1018
      Views

      Z

      @livius Thanks!
    • M

      Easy way to fade the on-board LED?
      LoPy • lopy rgbled led fade • • mahe  

      3
      0
      Votes
      3
      Posts
      1798
      Views

      M

      @livius Thanks! I couldn't figure it out (quite new to python).. Ended up with this: def rgb_to_hex(red, green, blue): """Return color as #rrggbb for the given color values.""" return '%02x%02x%02x' % (red, green, blue) for i in range(256): color = rgb_to_hex(i,i,i) pycom.rgbled(256-int(color,16)) time.sleep(0.005) This just fades from white to off, removing the '256' fades from off to white.. Probably not the smoothest way to do it, but it works. :)
    • arthurlutz

      wipy 2.0 juggling balls - protoyping
      WiPy 2&3 • wipy2.0 accelerometer lipo battery rgbled rgb • • arthurlutz  

      5
      1
      Votes
      5
      Posts
      1482
      Views

      P

      @crumble Pictures of the larp kit please :P Ill dig mine out in return ^_^ @arthurlutz Thats super cool. good work.
    • A

      Brightness of on-board LED.
      Enhancements • pycom rgbled • • alidaf  

      10
      0
      Votes
      10
      Posts
      3570
      Views

      A

      @jmarcelino Thank you for noting the issue and acting on it.
    • 1 / 1