Difference between revisions of "radino Modules"

From InCircuit
Jump to: navigation, search
(Common problems and solutions)
Line 56: Line 56:
 
|}
 
|}
  
==Common problems and solutions==
+
===Common problems and solutions===
 
====Uploading a sketch through the arduino IDE fails====
 
====Uploading a sketch through the arduino IDE fails====
 
Enable verbose output via "File->Preferences" select checkboxes "compilation" and "upload" near "Show verbose output during:"
 
Enable verbose output via "File->Preferences" select checkboxes "compilation" and "upload" near "Show verbose output during:"

Revision as of 13:40, 22 January 2015

radinobanner.jpg

amazon.jpeg also available on Amazon!

The core of radino is an Arduino Micro, so the programming is as easy as programming an Arduino Micro.
Visit radino software for more information about the Arduino IDE. We offer a continuously growing Arduino Lib with Drivers, Libs and Examples for our radino Modules:
http://www.ic42.de/BSP/radino/ICT_Boards.zip

All our radino modules fit in the radino Leonardo evaluation board.
It's a easy way to connect to radino modules.

Board Pictures Description Notes
radino nRF8001
radino-nRF8001 45logo 640.jpg
radino-nRF8001 bot 640.jpg
arduinomicro+ble+radino nRF8001.jpg
Bluetooth v4.0 compliant, 15 GPIOS, I²C, SPI, UART, USB HID
radino WiFi
radino-wifi 45logo 640.jpg
radino wifi bot 640.jpg
arduin+wifi+radinowifi.jpg
802.11 b/g/n, integrated TCP/IP protocol stack, 15 GPIOS, I²C, SPI, UART, USB HID
radino CC1101
radinoCC1101433 45 640.jpg
radino cc1101 back 640.jpg
arduino+cc1101+radinocc1101.jpg
integrated CC1101 HF frontend for 433/868/915MHz, 15 GPIOS, I²C, SPI, UART, USB HID
radino RF69
radino-RF69-433 640.jpg
radino-RF69 back 640.jpg
integrated RF69 HF frontend for 433/868MHz, 15 GPIOS, I²C, SPI, UART, USB HID
radino Leonardo
leonardo 45.jpg
Carrier board suitable for all radino Modules
radino DinRail Adapter
radino-dinrail top 45 housing.jpg
DinRail Adapter to connect any radino Modules
radino Spider 2.4G
radino-spider top.jpg
Breadboard Adapter for radino WiFi and Bluetooth Modules
radino Watch
radino-watch parts.jpg
Battery powered wearable smart device

Common problems and solutions

Uploading a sketch through the arduino IDE fails

Enable verbose output via "File->Preferences" select checkboxes "compilation" and "upload" near "Show verbose output during:"

Check verbose error messages during compilation and upload

  • arduino IDE successfully finds the COM port but avrdude stops after an output like
Connecting to programmer: .avrdude: Send: . [1b]
avrdude: Send: S [53]
avrdude: Recv:
    • -> Force the arduino into bootloader by pressing reset button twice when the arduino IDE starts scanning the COM ports


  • arduino IDE successfully finds the COM port but avrdude stops after an output like
avrdude: ser_send(): write error: sorry no info avail
    • -> Force the arduino into bootloader by pressing reset button twice when the arduino IDE starts scanning the COM ports


  • arduino IDE fails after scanning the COM ports with an message like
processing.app.debug.RunnerException: Couldn’t find a Leonardo on the selected port. Check that you have the correct port selected
    • -> Force the arduino into bootloader by pressing reset button twice when avrdude starts scanning the COM ports
    • -> Disconnect the arduino from USB and reconnect after some seconds
    • -> Maybe a restart of the arduino IDE is necessary.
Personal tools