Tag Archives | rpi

Raspberry Pi Set-Up

As a way to set a reference about how Raspberry Pi gets set up for repeated and continued use, it makes sense to identify system components in one place. Altogether for ease of use and assembly. This diagram is a way to identify hardware and possible software elements for development and exploration.

More specifically, a block diagram is illustrated to indicate where various interfaces apply. Display ports, power, general-purpose I/O, USB, and so on. Since peripheral connectivity is quite large with the 40-pin dual inline connector, a pin-out diagram is also illustrated here. Each pin having its reference number and name to describe its purpose.

Continue Reading →

RPi and TFT Touchscreen Set Up, Programming & Calibration

Today I finished the Linux upgrades, updates, and corresponding TFT calibration. Via puTTY and over WiFi, it took 2-days of continued remote server code query, download, transfer, extraction, and installation onto a 32GB microSD Linux O/S. No exaggeration.

This is what it took to get the monitor calibrated and aligned from a Linux Jessie config file.

Section “InputClass”
Identifier “calibration”
MatchProduct “stmpe-ts”
Option “Calibration” “150 3912 3843 255”
Option “SwapAxes” “1”
Option “InvertX” “0”
Option “InvertY” “0”
EndSection

Very pleased with the outcome of the touchscreen. Moving on to the sensor station’s schematic capture, PCB layout, and fabrication.

RPi and TFT Touchscreen Integration with Linux

The micro slot sensor integration module continues along its path. Today I integrated the Linux operating system and TFT display onto the micro slot module base station mockup. It was a beast to get it integrated and set up. Still not fully calibrated yet.

The point is to bring an integrated touch-sensitive display onto the single board computer platform which hosts the various sensor ports and micro slot module I made just a week or so ago.

It will take tethered sensor readings and read those back to a viewer. It will provide an input path via mouse and keypad in addition to the touch screen.

RPi Shield

idXR.010 specifications served up. Deeply satisfying making these technologies. This time I made a break out assembly for a Raspberry Pi 2. Also with the same footprint as the Raspberry Pi 3. There will probably be a second revision of the PCB to enlarge some holes and remove or re-position a port.

Arduino to RPi Code Origination, Conversion & Test

Tonight’s successful concept test with Python conversion from Arduino to Raspberry Pi. Happened to find the experimental Arduino code to drive an external sensor module. For it to behave as it should and provide acknowledgment and function as expected. It is often better to work with Arduino with available analog ports as compared to RPi with only digital ports.

This exercise served as an example of how to port code over from one platform to another. With necessary and simple edits unique from each area of operation.