Recent Comments
- Spitzenpfeil on Sleep is vital
- robert on PT4115 LED-Square
- abies on PT4115 LED-Square
- robert on ERSA I-Con Nano — A pico review
- Ubi de Feo on ERSA I-Con Nano — A pico review
Archives
Tags
64-pixels adapter AVR bulb customs DSO failure by design fireworks firmware good old days hack happy new year hardware IKEA import lamp lecroy LED light lighting linux MBI5168 modding open source opensuse oscilloscope PCB power supply prototype PWM rant remote RGB RoHS Samtid Seeedstudio SMD soldering teardown trigger upgrade WaveAce 224 weller WS2812B youyueCategories
- Computer / Server (21)
- Dear Diary. (13)
- DIY. (12)
- Electronics. (192)
- Arduino. (44)
- Fix me. (13)
- Soldering & PCBs. (39)
- Software. (11)
- Something Completely Different (10)
- The Dump. (28)
Blogroll
KiCad
Links
My 2µF
Meta
Tag Archives: serial
IKEA Samtid mood-light BT firmware — simple_serial
This firmware for the ISML + HC-05 Bluetooth module currently implements the same simple interface as the current WiFi-code named ‘browser_control’.
1 |
SET:mode=0&start=0&stop=63&hue=100&sat=100&val=100& |
Pairing the ‘HC-05’on linux using the command line (openSUSE 13.2): When first powered on, the HC-05 module will … Continue reading
Arduino 1.0 — a few things you can do to save FLASH space
Since the release of Arduino 1.0, some libraries have seen a huge increase in compiled file size. This is _not_ a fix for those. This will be taken care of the community sooner or later! Here are a few general … Continue reading
Experimenting with the PORTC/D connectors on V3 boards: I²C
First let’s have a look at the pinout of the connectors labeled as PORTC and PORTD on the V3 boards. “PORTC” : PIN NAME FUNCTION ARDUINO PIN ARDUINO PIN 1 PC0 ADC0 analog IN 0 digital IN/OUT 14 2 PC1 … Continue reading