≡
OLIMEXINO-STM32
Open Source Hardware MAPLE (ARDUINO-like) development board
Select Product Variant
- OLIMEXINO-GD32
- OLIMEXINO-STM32
Price | 19.95 EUR |
---|---|
10 - 49 pcs | 18.95 EUR |
50 - 10000 pcs | 17.96 EUR |
Olimexino-STM32 is OSHW certified Open Source Hardware with UID BG000035
ARDUINO / MAPLE like board with STM32F103RBT6.
OLIMEXINO-GD32 is with GD32F103RCT6 which is pin-to-pin compatible MCU.
OLIMEXINO-GD32 is with GD32F103RCT6 which is pin-to-pin compatible MCU.
FEATURES
- STM32F103RBT6 microcontroller or GD32F103RCT6
- DCDC power supply allows power input voltage from 9 to 30V DC thus making it possible to take virtually any power supply adapter on the market, and to enable applications which are in the industrial power supply of 24VDC.
- Carefully selected, all of the components work reliably in the INDUSTRIAL temperature range -25+85C so the board can be used in INDUSTIRAL applications.
- ULTRA LOW POWER voltage regulators and the consumption is only few microamps, which enables hand-held and battery powered applications.
- Li-Ion rechargeable battery power supply option with a BUILD-IN on board charger, so that when you attach a battery, it is automatically charged and kept in this state until the other power source (USB or external adapter) is removed and then it will AUTOMATICALLY power the board - no jumpers, no switches!
- UEXT connector which allow many existing modules like RF, ZIGBEE, GSM, GPS to be connected
- RTC - Real Time Clock.
- CAN with driver allows automotive applications
- micoSD-card for data logging
- NOISE IMMUNE design.
- Separate voltage regulator for the Analog part, which allow the ADC to be read correctly without the digital noise pickup.
- The LEDs and the BUTTONs are on the edge of the board so that they can be easily accessed even if the boards have shields on them
- A mini USB connector is used, which is common
- The original Arduino design had a flaw and the connectors were not spaced at 0.1". This makes perfo board use impossible, so to keep the compatibility, we have the same spacing but we added next to this a connector on 0.1" which customers can use with perforated boards
- All signals on the connectors are printed on the top and the bottom of the board, so when you check with a probe you will know exactly which port you are measuring
- 4 mount holes make board attachment easier
- PCB dimensions: (2.7 x 2.1)" ~ (6.9 x 5.3)cm
DOCUMENTS
- OLIMEXINO-STM32 user's manual released under CC-BY-SA-3.0
- Installing OLIMEXINO-STM32 Maple IDE (notice that Maple IDE is EOL)
- Espruino IDE is an alternative to Maple IDE. It has a free version and supports natively OLIMEXINO-STM32. Please visit the wiki article on how to use OLIMEXINO-STM32 with Espruino IDE
- OLIMEXINO-STM32 European Declaration of Conformity
- OLIMEXINO-STM32 UKCA Declaration of Conformity
HARDWARE
- OLIMEXINO-STM32 latest schematic in PDF format
- OLIMEXINO-STM32 latest sources for Cadsoft Eagle released under CC-BY-SA-3.0
-
Design files of older board revisions might be found at wiki article: OLIMEXINO-STM32 wiki
SOFTWARE
- Bootloader binaries
- Blink interrupt blink demo code
- Button event demo code
- MOD-LCD3310 and OLIMEXINO-STM32 example with via SPI or GPIO interface download the code for GPIO OR download the code for SPI
- OLIMEXINO-STM32 and MOD-IO2 relay control
- library for OLIMEXINO-STM32 and MOD-IRDA+ (note the +)
- Maple example for EKG capture and interface to Electric Guru for OLIMEXINO-STM32
- Olimexino CAN example (not for Arduino) - refer to the readme inside for more info
- OLIMEXINO-STM32 and MOD-IRDA - refer to the readme inside for more info
- OLIMEXINO-STM32 and MOD-GPS - example v1.0
- SDCARD library and examples - Maple SDCARD_Lib + Examples MapleIDE leaflabs forums
- OLIMEXINO-STM32 + MOD-SMB380 - OLIMEXINO-STM32 + Accelerometer - check the readme inside for explanation
- OLIMEXINO-STM32 and MOD-MAG demo - the board reads Earth's magnetic field with MOD-MAG
- OLIMEXINO-STM32 and LOL-SHIELD demo v1.1 - refer to the readme inside of the package
- OLIMEXINO-STM32 and SHIELD-LCD16x2 - refer to the readme inside of the archive
FAQ
- We're working on a design using the OLIMEXINO-STM32 board for an automotive application. Should we add additional protection on the power supply input or the current protection is OK for automotive use?
- When we designed OLIMEXINO-STM32 we wanted create an Industrial not an Automotive board, so if you want to use it in an Automotive application, you have to add 18V TVS or varistor on the power supply input.
- What are the main differences between OLIMEXINO-STM32 and OLIMEXINO-GD32?
- At the moment OLIMEXINO-GD32 comes without USB bootloader (unlike OLIMEXINO-STM32 that comes programmed with Maple USB bootloader). This means that you need to program OLIMEXINO-GD32 either via the built-in serial bootloader or use JTAG/SWD programmer or debugger tool. Another major differnece is that OLIMEXINO-STM32 comes with STM32F103RB chip (20k RAM, 128k Flash) while OLIMEXINO-GD32 comes with GD32F103RC (48k RAM, 256K Flash).
- What is the major hardware difference between Arduino boards with AVR chip and STM32 chip?
- Unlike most Arduino-compatible boards with AVR chip, the Arduino-compatibile boards with STM32 chip run at 3.3V. The maximum voltage that the I/O pins can tolerate is 3.3V. Applying voltages higher than 3.3V to any I/O pin could damage the board.
- I have problem connecting the device to Windows 7 Embedded.
- The embedded version misses the driver usbser.sys from system32/drivers folder.