Recent content by Pfrogs

  1. P

    Synchronizing 12x PCA9635 led drivers - i2c question

    Hi all, I am using a Picaxe 18M2 to control 12x PCA9635 led drivers that individually control 60x RGB LEDs. For now, I managed to have it all working with the following code: #Picaxe 18M2 setfreq m32 symbol R01 = b0 symbol G01 = b1 symbol B01 = b2 symbol R02 = b3 symbol G02 = b4 symbol B02 =...
  2. P

    LinX TRM-433-LT anyone?

    Hi, I was wondering if anyone has already used a TRM-433-LT transceiver RF module, from LinX Technologies, with a Picaxe? (http://www.linxtechnologies.com/Documents/TRM-xxx-LT_Data_Guide.pdf) I am thinking on getting some TRM-433-LT transceivers to communicate between Picaxes, but would like...
  3. P

    Using TIP120/125 on Picaxe18X / ADC question

    Hi guys, I want to use a Picaxe 18X to control an RGB array (48 RGB leds with common anode). I want to be able to switch on-off each R, G and B channel independetly with 3 individual push-button switches and control the brightness (all channels at same time through common anode by PWM) using 2...
Top