View allAll Photos Tagged raspberrypi

Ну что можно начинать, Беспорядки нарушать? :)

The SD card rests just above the lower surface of the windscreen piece, which protects it from being bumped out of place. The card can be removed and inserted while the board is in the case.

My brother got me this mini touchscreen monitor for my birthday this year. It's very convenient - has HDMI, VGA, RCA, etc.

 

And that's my 512mb Raspberry Pi computer and the original 256mb Raspberry Pi

These are pics of the new Raspberry Pi case design I'm releasing. It's released under a Creative Commons attribution-share alike license, so feel free to download the designs and make your own!

 

Grab the design files here:

www.thingiverse.com/thing:25100

 

Grab a kit here:

builttospecstore.storenvy.com/collections/85796-enclosure...

Optical time-lapse video from a Raspberry PI

 

Hostname: xenon

Run Time: 1447224007

Sunrise: 2015-11-11 05:45:02.000002

Sunset: 2015-11-11 17:55:32.000002

delta: 6.09 seconds

Captured Time: 2015-11-11 17:55:56.568711

Youtube: youtu.be/EH9mqKWZOcs (higher resolution and nicer playback)

Ethernet and 2 USB connectors on the Raspberry Pi

This one has an adapter that allows me to attach my lensbaby lenses. And a standard tripod screw hole at the bottom.

Allwinner H3, 40x40mm, 512MB DDR3 RAM, 2xUSB, 100Mbps Ethernet

I probably didn't need the Adafruit protoboard for this phase, but the plan is to move the ATMega328p chip right onto the protoboard.

 

Running at 3.3V and 8MHz means you don't need a level converter for the Pi and you don't need an external clock chip. You can still use most/all of your favorite libraries. Basically you're wiring the chip right to the pi with not much else (a reset button? some leds?).

 

And I even got the auto-reset to work by messing with the GPIO pins!

 

First I had to burn the ATMega328p chip with a bootloader. Turns out that this is easy to do *IF* you mess with "boards.txt". I duplicated the section for "Arduino Pro or Pro Mini (3.3V, 8MHz)" and changed one line:

atmega328.bootloader.low_fuses=0xE2

(see forum.arduino.cc/index.php/topic,80126.0.html)

Oh, and of course you can't leave the duplicate board.xxxxxx so I added "int" for each. This lets you use the internal oscillator instead of needing an external one.

 

The trick here, is to use a 16MHz oscillator (or resonator) and burn the boot loader at 5V. [I used an ATtinyUSB but you can actually use another Arduino as a programmer.] The chip can handle it. Then you remove the oscillator/resonator and wire it up for 3.3V.

 

Then I had to setup the pi's serial port. By default this is hogged by Linux. You can read the instructions here:

elinux.org/RPi_Serial_Connection

 

I added one step at the end:

sudo ln -s /dev/ttyAMA0 /dev/ttyS0

 

This is because the Arduino software doesn't recognize the pi's serial port.

 

Then you do a "sudo apt-get install arduino -y" and go get a cup of coffee (or a whole lunch) while it installs jre.

 

The most challenging bit, though, was getting the auto-reset working. This means changing one of the pins to its "ATL3" setting. [!!!]

these are all the pins and settings

Eventually I figured out that the code here:

github.com/rewolff/bw_rpi_tools/tree/master/gpio

in the folder gpio_list actually changes its behavior depending on what you name the file!

 

So I renamed the binary to gpio_setfunc and then

sudo ./gpio_setfunc 17 ALT3

[I think I have to do this every time I (re)boot. I'll probably make a startup script.]

 

You'll note that I wired 3.3V and GND to the ATMega328p, and (pi)RXD-TXD(arduino) and vice versa. AND I wired (pi)GPIO17 through a 104cap to RESET(arduino)!

 

And it worked!!!

These are pics of the new Raspberry Pi case design I'm releasing. It's released under a Creative Commons attribution-share alike license, so feel free to download the designs and make your own!

 

Grab the design files here:

www.thingiverse.com/thing:25100

 

Grab a kit here:

builttospecstore.storenvy.com/collections/85796-enclosure...

Optical time-lapse video from a Raspberry PI

 

Hostname: xenon

Run Time: 1446878406

Sunrise: 2015-11-07 05:40:32.000005

Sunset: 2015-11-07 17:59:20.000005

delta: 6.16 seconds

Captured Time: 2015-11-07 18:00:09.863663

Youtube: youtu.be/GnXDe2CS7PA (higher resolution and nicer playback)

1 2 ••• 5 6 8 10 11 ••• 79 80