WiPy - MicroPython WiFi...
The Raspberry Pi 3 - even faster than the Pi 2, 1 Giga of RAM, WiFi...
Assortment of BreadBoard wires Female-Female 300mm and 75 mm + Long...
Prototyping and e-learning platform for creating interactive objects or...
2 heat sinks + adhesive - high performance, for your Raspberry-Pi
Hall effect sensor - Sensitive to magnetic fields
Manufacturers
Multi-Camera module for Raspberry-Pi for 5MP, 8MP, 12MP Camera 4 CSI...
PYBD adaptateur board (Pyboard-D) Breakout of positions X & Y UEXT...
Grove inventor kit for Micro:Bit 10 Grove modules Adapter board...
PYBStick interface board for UniPi V1.1 (or UniPi Lite) Kit (to...
Female connector 2x20 pins Hammer (Contact made by insertion)
Solderless GPIO connector for Raspberry PI 2x20 Male + Female...
4 wheels Mecanum kit - Omnidirectional robot. 80mm 2x right wheels 2x...
Raspberry Pi's Starter Guide In ENGLISH 252 pages 4th Edition, Nov.2020
Raspberry Pi's Starter Guide In FRENCH 4th Edition, Nov.2020
Get started with MicroPython on Raspverry Pi Pico In ENGLISH Fixed version
Viewed products
Expansion board for XU series with...
OD-XU-EXPANSION
Expansion board for XU series with LED, Button and sensors
In stock
Warning: Last items in stock!
Availability date:
Expansion board for ODroid XU Series
Expansion board for XU series with LED, Button and sensors
Recipient :
* Required fields
or Cancel
Expansion board with LED, buttons and sensors for ODroid XU plateform.
Compatible with XU / XU3 / XU4 Series
For each order, you will receive the expansion board + IDC cable
SPI
Misc device driver
Device node : /dev/ioboard-spi-misc
Refer device/hardkernel/ioboard-spi.h source to read/write/erase the SPI Flash memory.
LED & KEY
/sys/devices/platform/ioboard-keyled/
board_test : Default value is 1 and test mode. If this is 0, change to normal mode to read/write.
led1 ~ led5: write only. Chnage the LED state (1 : on, 0 : off)
sw1 ~ sw4: read only. Read the state of switch. (1 : pressed, 0 : released)
To read the Switch state, must use the polling method. (interrupt feature is not implemented)
ADC
/sys/devices/platform/ioboard-adc/
enable : on/off (read/write)
value : ADC raw value (0~4095)
voltage : 0V ~ 1800mV
Ambient Light senor (Software driven bit-bang I2C)
/sys/devices/platform/i2c-gpio.10/i2c-10/10-0029
enable : on/off (read/write)
lux : sensor value in Luix (0 ~ 65535 lux)
Pressure sensor/temperature sensor (Software driven bit-bang I2C)
/sys/devices/platform/i2c-gpio.10/i2c-10/10-0077
enable : on/off (read/write)
pressure : atomospheric pressure, pa unit. (ex)101614(pa) = 1016.14hpa
temperature : 10 times.... (ex) 195 = 19.5C