Arduino STAR OTTO – first setting and how to upload code

Maybe you read about a new board by STMicroelectronics and Arduino.org – Arduino STAR OTTO

Arduino compatible board with STM32F469 microcontroller.

In this article I describe you how to set your laptop, arduino IDE and how to upload your code to Arduino STAR – OTTO – OS Linux Mint.

At first, download Arduino IDE by arduino.org.

After the installation, you have to add *.rules file for dfu-util.

Use this script by Arturo Rinaldi for creating of rules for Arduino IDE.

Download arduino-linux-setup.sh which is available on github https://github.com/artynet/Arduino/tree/arduino-linux-setup/build/linux/dist

Then, follow these commands
$ chmod +x arduino-linux-setup.sh

$ ./arduino-linux-setup.sh YourUserName

Thanks Arturo Rinaldi for script and support.

Create 40-dfuse.rules file.

Copy this code to file:

# Example udev rules (usually placed in /etc/udev/rules.d)

# Makes STM32 DfuSe device writeable for the “plugdev” group

ACTION==”add”, SUBSYSTEM==”usb”, ATTRS{idVendor}==”0483″, ATTRS{idProduct}==”df11″, MODE=”664″, GROUP=”plugdev”

Copy 40-dfuse.rules to /etc/udev/rules.d/
sudo cp /PathOfFile/40-dfuse.rules /etc/udev/rules.d/

Follow these commands

sudo udevadm control –reload-rules

sudo udevadm trigger

Reboot your laptop

Run IDE by arduino.org and install the support for Arduino STAR – OTTO, go to Tools -> Board -> Boards manager, find Arduino STAR OTTO install it.

For uploading of your code you can use two ways. Through OTA (Over The Air) or through Serial.

Through Serial Tools -> Port

Use example code like blinking of LED. Choose right port. After uploading, LD13 will blink.

Programming through OTA.

At first, connect Arduino STAR – OTTO to power, connect your laptop to WiFi Access Point Arduino-Star-Otto

Write this IP address to web browser http://192.168.240.1/

Find your WiFi on website and write password of your WiFI network. You will see new IP address of Arduino STAR – OTTO.

On the right side of website click to Switch to STA mode buton

After automatic restart of Arduino STAR – OTTO you can see erro message. Don’t worry.

Connect your laptop to your home internet network and write new IP address of Arduino STAR – OTTO to web browser. You see that is in STA mode, that’s OK.

Getting started by arduino.org: http://www.arduino.org/learning/getting-started/getting-started-with-arduino-star-otto

Unboxing and how to set


Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

STMicroelectronics released development board Arduino? STAR OTTO. The development board is based on STM32F469BIT6. That’s the first Arduino board with complete support with MIPI? DSI display and Wi-Fi 802.11b/g/n 2.4 GHz. Another information: High-performance STM32F469BIT6 MCU with 2-Mbyte Flash memory,…

Arduino is very popular platform with support from huge community. You can buy a lot of Arduino (compatible) boards – original Arduino, clone of Arduino with the same microcontroller (ATmega328, SAMD21) or different microcontroller (ESP32, ESP8266). Arduino board with STM32…

We wrote a news about STM32F746 discovery and IDE by openstm32.org on the google+. https://time4ee.com/ got development board STM32F7 discovery by ST. We want to show MULTIPLATFORM (Linux – Ubuntu, Windows) development tools by http://openstm32.org Other tutorials with STM32F7: Tutorial:…

AVR, ATMega, ATTiny, PIC, Arduino… these are very searching words in google and I asked myself “Why?”. Yes, AVR by Atmel or PIC by Microchip family is popular, but we can program better (modern, faster, more low-power, more peripherals) microcontrollers…

The development board with STM32F030 microcontroller costs a few bucks. Do you know how to program that? If not, check this article. You will discover how to program the STM32F030F4P6 minimum system development board. The external programmer/debugger for this development…

Welcome to a new tutorial about BigClown platform. The series of articles should be describe the work with the boards and modules of BigClown platform. I want to start slowly, at first I describe a few interesting modules and than…

Trends