gnulinux:vocore
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
gnulinux:vocore [2015/04/08 10:13] – [Dock for Vocore Alpha] redox | gnulinux:vocore [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | # VoCore | ||
- | |||
- | ## Overview | ||
- | |||
- | {{: | ||
- | |||
- | |||
- | |||
- | |||
- | ## Hardware | ||
- | |||
- | ### Specs | ||
- | |||
- | * SoC: | ||
- | * Ralink/ | ||
- | * Dual band 802.11n Wi-Fi (up to 150Mbps) | ||
- | |||
- | * RAM: 32 MB RAM | ||
- | * Storage: 8 MB SPI Flash | ||
- | * I/O (20 GPIOs) | ||
- | * Dual 10/100M Ethernet | ||
- | * USB Host | ||
- | * UART | ||
- | * I2C | ||
- | * SPI | ||
- | * I2S | ||
- | * PCM | ||
- | * JTAG | ||
- | |||
- | * Power: 5V, 3.3V, 1.8V, GND | ||
- | * Consumption: | ||
- | * Dimensions: 25×25 mm | ||
- | |||
- | |||
- | ### Pinout | ||
- | |||
- | {{: | ||
- | |||
- | The pin spacing is 1.27mm, 0.50mil | ||
- | |||
- | ### Dock for Vocore Alpha | ||
- | |||
- | {{: | ||
- | |||
- | |||
- | My Vocore alpha had wires coming out of them, in a big... mess. So I made a small dock for them, with: | ||
- | |||
- | - Onboard USB-Serial adapter (for debug purpose) | ||
- | - Access to the USB port (through a micro usb port). | ||
- | - Access to the I2C port can also be enabled. | ||
- | - A JTAG header is present, but I think it's pretty useless | ||
- | |||
- | OSHPark PCB service is exactly what I needed, only three boards at a very low price. The design is available here: [[https:// | ||
- | |||
- | ### Dock for Vocore | ||
- | |||
- | I only have one Vocore, that's not Alhpa, and it came with an _official_ dock, so I don't have any need to update my dock to fit the final version of the Vocore. If you want it, drop me an email and I will get back to you. | ||
- | |||
- | ## Software | ||
- | |||
- | ### OpenWRT | ||
- | |||
- | From: http:// | ||
- | See also: http:// | ||
- | |||
- | ### Serial | ||
- | |||
- | Wire the Serial port 2 (RX2, TX2, GND) and then you should be able to connect to the board using an USB-TLL adapter: | ||
- | |||
- | picocom -b 57600 / | ||
- | |||
- | I ran into some issues (board freezing then rebooting, apparently because of some RAM issues) when powering the VoCore through an USB port of my laptop. It only happened when the USB adapter was plugged in. I have since tried with an external USB power supply (phone charger), it fixed this issue. | ||
- | |||
- | Infos from: http:// | ||
- | |||
- | ### AP+STA Wifi | ||
- | Add the following to / | ||
- | < | ||
- | config wifi-iface | ||
- | option device ' | ||
- | option mode ' | ||
- | option ssid ' | ||
- | option encryption ' | ||
- | option key ' | ||
- | option network 'wan wwan' | ||
- | </ | ||
- | Add the following to / | ||
- | < | ||
- | config interface ' | ||
- | option proto ' | ||
- | </ | ||
- | |||
- | From: http:// | ||
- | See also: http:// | ||
- | |||
- | # Links | ||
- | |||
- | * http:// | ||
- | * http:// | ||
- | * https:// | ||
- | * https:// | ||
- | * http:// | ||
- | * http:// | ||
- | |||
/home/share/www/redox.ws/wiki/data/attic/gnulinux/vocore.1428488009.txt.gz · Last modified: 2023/11/24 21:55 (external edit)