All Projects → MakerLabMe → Stm32_arduino_cores

MakerLabMe / Stm32_arduino_cores

STM M3 ARM Cores for Arduino IDE.Makes Arduino IDE supports stm32f103.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Stm32 arduino cores

Deviot
Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Stars: ✭ 281 (+91.16%)
Mutual labels:  arduino-ide
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-63.27%)
Mutual labels:  arduino-ide
Attiny10ide
A Streamlined IDE for Coding and Programming the ATtiny10 and other ATTiny Devices
Stars: ✭ 124 (-15.65%)
Mutual labels:  arduino-ide
Platform Espressif32
Espressif 32: development platform for PlatformIO
Stars: ✭ 333 (+126.53%)
Mutual labels:  arduino-ide
Bare Arduino Project
Start your Arduino projects right out of the box
Stars: ✭ 505 (+243.54%)
Mutual labels:  arduino-ide
Espsavecrash
Save exception details and stack trace anytime and anywhere the ESP8266 crashes
Stars: ✭ 74 (-49.66%)
Mutual labels:  arduino-ide
Spimemory
Arduino library for Flash Memory Chips (SPI based only). Formerly SPIFlash
Stars: ✭ 279 (+89.8%)
Mutual labels:  arduino-ide
Opentracker
OpenTracker - open source GPS/GLONASS hardware
Stars: ✭ 129 (-12.24%)
Mutual labels:  arduino-ide
Arduino Pro Ide
The Arduino IDE for advanced users and developers. Experimental alpha version.
Stars: ✭ 917 (+523.81%)
Mutual labels:  arduino-ide
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (-16.33%)
Mutual labels:  arduino-ide
Sim7000 Lte Shield
LTE CAT-M/NB-IoT Arduino-compatible shield with GNSS and temperature sensor. Library supports SIMCom 2G/3G/4G LTE/CAT-M/NB-IoT
Stars: ✭ 340 (+131.29%)
Mutual labels:  arduino-ide
Ardublockly
Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
Stars: ✭ 363 (+146.94%)
Mutual labels:  arduino-ide
Nodemcu Arduino Pixel Driver
Streaming Led pixel control
Stars: ✭ 81 (-44.9%)
Mutual labels:  arduino-ide
Espui
A simple web user interface library for ESP32 and ESP8266
Stars: ✭ 330 (+124.49%)
Mutual labels:  arduino-ide
Arduino Ide
Arduino IDE
Stars: ✭ 125 (-14.97%)
Mutual labels:  arduino-ide
Kmansonoff
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant / mqtt
Stars: ✭ 282 (+91.84%)
Mutual labels:  arduino-ide
Sik Guide Code
Example code from the SparkFun Inventor's Kit Guide.
Stars: ✭ 72 (-51.02%)
Mutual labels:  arduino-ide
Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+1236.05%)
Mutual labels:  arduino-ide
Arduinoxinput
XInput library for USB capable Arduino boards
Stars: ✭ 126 (-14.29%)
Mutual labels:  arduino-ide
Aws Sdk Arduino
An experimental SDK for working with AWS Services on Arduino-compatible devices. Currently has support for DynamoDB and Kinesis.
Stars: ✭ 90 (-38.78%)
Mutual labels:  arduino-ide

MakerLabBoard

This is MakerLabBoard core source files, make Arduino IDE supports STM32F103XX cortex-m3 arm cpu.

中文详细教程:http://makerlab.me/guides/2

how to install

download Arduino IDE 1.5.8 Beta

You must use 1.5.8 Beta. http://arduino.cc/en/Main/Software

download The MakerLabBoard core files.

You can use git or zip(https://github.com/MakerLabMe/MakerLabBoard/archive/master.zip). Then put the folder in the Arduino IDE hardware/arduino directory.Like this:

Mac: right click the Arduino.app --> "Show Package Contents" and go to Contents/Resources/Java/hardware/arduino and copy the core files to there.

Like this:

hardware/arduino > ls    
avr	sam	stm32
#The folder name must be **stm32**,because I hardcoded the folder name.
hardware/arduino > cd stm32
hardware/arduino/stm32 > ls
firmwares	programmers.txt	system
boards.txt	libraries	readme.md	variants
cores		platform.txt	sloadhost

Now restart the Arduino IDE, you can see the Tools>Board will add MakerLab Board. Then you can use Arduino IDE for stm32f103 based board.

Todo

more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].