Difference between revisions of "radino/radino32 software"

From InCircuit
Jump to: navigation, search
(on radino32)
(Install Arduino IDE)
Line 5: Line 5:
 
= Install Arduino IDE =
 
= Install Arduino IDE =
  
 
+
* Download the Arduino IDE 1.6.1 from arduino.cc (direct download link: https://www.arduino.cc/en/Main/OldSoftwareReleases#previous)
 +
* Install or unzip the Arduino IDE on your computer
 +
* Now start Arduino IDE. If installed properly, a windows like this should open:
 +
<br/>
 +
[[File:Arduino_IDE_1_6_1.png|center|Arduino IDE]]
 +
<br/>
  
 
= Install radino library =
 
= Install radino library =

Revision as of 14:24, 24 April 2017

Contents

new page under construction

This page discripes how to install the Arduino IDE, add our radino library and install an example on a radino and a radino32.

Install Arduino IDE


Arduino IDE


Install radino library

Install driver

on radino

on radino32

  • After entering the Bootloader windows will detect the new device.
  • Use the zadig driver installation tool under "%ARDUINO_APPDATA_FOLDER%/hardware/ICT_Boards/stm32l1/driver/win" to install drivers for the STM32 Bootloader.
  • Make sure within the installation tool "libusbK (v3.0.7.0)" is selected.


  • Windows 7 usually installs the wrong driver for radino32 automatically - this guide shows how to remove the wrong driver and install the right one.

Uninstall wrong driver

  • Open the device manager
  • Within section USB-Controller look for STM Device in DFU Mode
    • If you formerly used another device from ST and installed a driver package, the device STM32_BOOTLOADER within another section might be the one to look for.
  • Right-click on that entry and choose Uninstall
5


  • In the upcoming window check the box and click OK
6


  • Now disconnect the radino32 from your PC (remove the USB connection)

Reconnect radino 32 carefully

  • reconnect your radino32 via USB to your PC - Windows 7 will now attempt to re-install the wrong driver


  • click on the pop-up window that appears on the bottom right (don't close it)
7


  • Click on the link to cancel driver-installation
8


  • and confirm
9


  • Windows driver installation was cancelled
10


Install new driver

  • Now run zadig driver installation to install radino32 driver
11


  • The installer recognizes the STM32 BOOTLOADER - now select libusbK and run Install Driver
12


  • The device-manager now shows your radino32 as STM32 BOOTLOADER within section libusbK USB Devices
13


  • The radino32 driver is now installed successfully on Windows 7

How to upload a sketch

Upload sketch on radino

Upload sketch on radino32

Personal tools