Been Busy

I’ve been quite busy with the old electronics recently. I got an ATtiny2313 and ATmega1284P sample from Atmel and flashed the arduino-tiny and mighty-1284p cores respectively using the updated arduino-mk v1.5 which now supports Arduino IDE 1.6.3 Here is the 1284 running “Blink”: Here is the 2313 on a micro breadboard using only a resistor, LED and 5v/GND wires to run Blink: The 2313 Makefile looks like: ISP_PROG = usbasp BOARD_TAG = attiny2313at1 ALTERNATE_CORE = tiny include /usr/share/arduino/Arduino.

Arduino and Wii Nunchuck Laser Turret

I finished my Arduino laser turret. Never did figure out why my bench supply seems to reset the circuit when connected to the veroboard but not the breadboard, but it works fine with 4x AA Eneloops, which at full charge give 5.26v Bill of materials came to this lot plus a 330ohm resistor and a 2N2222 transistor: WiiChuck, £1.40 for two Official Nintendo nunchuck (clones didn’t work), £9 for two Two SG90 micro servo’s, £2.

ESP8266 FreeRTOS Test

I don’t particularly like Lua, or the AT firmware from Espressif, so decided to look into native C code. As the “regular” SDK seems to be going more and more closed-source I decided to try the FreeRTOS-based SDK instead. So I setup the ESP-01 on the breadboard as shown. I’ve used a little adaptor to space out the pins – basically a 4×4 piece of stripboard with male headers (pins) on the outside pointing down and female headers on the inside pointing up to plug the ESP’s 8 pins into, with the traces cut down the middle – or joined using solder blobs if using perfboard.

More Gadgets On Order

I’m just waiting for a right angle USB cable – to connect the RPi’s A connector to the USB DAC’s B connector in my radio. I’ve built/tested my servo camera mount, just got to test it on the Pi (I used Arduino) and figure out how to mount the Pi’s camera to the bracket – probably a piece of wood with four screws. I’ve modified my RF24 weather station code to also transmit commands to an Arduino to blink an LED (or eventually fade an LED strip) based on Tweets, rather than just receive sensor readings.

VMWare ESXi

I’ve recently been using VMWare ESXi 5.5 in anger – with real VM’s rather than just testing shell commands. Plus it seems the last couple of versions of VirtualBox can no longer run ESXi as a guest. Anyway, its soooo Windows-centric vendor-locked its unbelievable. I mean you can’t even load a bunch of ISO’s on a USB stick and put them in the back of the machine, you have to transfer them using the VSphere client over the network.