Posts Tagged C++

Xduino forum decision

We are currently deciding to go with either phpBB or SMF. If you have experience with these forums please let us know your opinion.

The topics within the discussion forum will include but not limited to:
- Xduino IDE (including ARM Compiler) and Xduino library (with Arduino-like commands) feature request/comment/suggestion/ideas
- Interesting program/projects/library
- Help channel and trouble shooting

Let us know what you think.

Share

, , , , , , ,

2 Comments

ARM compiler, uploader, programming library all in XDUINO-IDE

Now as XDUINO-IDE is ready for download, these are the list of components you will find in XDUINO-IDE. This platform provides ease of compiling and uploading to the ARM Cortex-M3 devices by simply clicking the button on the main interface : -).

Main components includes:

  • Free ARM compiler
  • ARM compiler with C and C++ libraries
  • ARM Cortex-M3 stm32f series mcu firmware/software uploader
  • XDUINO library for programming with Arduino-like syntax
  • Programming template in XDUINO and general ARM styles
  • and much much more..
  • What are you waiting for, you can signup to download it now from Download page.

    Share

    , , , , , , ,

    1 Comment

    XDUINO-IDE v0.91 available now

    XDUINO-IDE is ready for you to use with ARM Cortex-M3 STM32 boards. : -) Just fill out fill in the registration form on Download page.

    Here is a screen shot:

    XDUINO IDE v0.91 screen shot

    XDUINO IDE v0.91 screen shot

    Share

    , , ,

    No Comments

    XDUINO-IDE v0.91 released

    XDUINO-IDE (v0.91) with integrated uploader tool is finally here. The current release will only be available for those who have bought an XDUINO board from us.

    If you have bought a board from us and wants to download the IDE, please send us a note and we’ll get back to you asap.

    XDUINO package with library files has been renamed XDUINO-lib.

    There is also a minor upgrade for XDUINO-lib in the just released version 0.33

    Happy XDUINOing

    Share

    , , , , , , , , , ,

    2 Comments

    Xduino v0.31 released

    Xduino v0.31 has been released. This release include STM32f10x required libraries as well as project example file for Keil RV-MDK and IAR EWARMv5.

    Minor change has been done for serial port buffering to make sure that buffering is done seperately for each serial port.

    Share

    , , , , , , , , , ,

    No Comments

    Xduino 0.3 released

    Finally Xduino version 0.3 has been released. This version has all Arduino platform functions except for analogReference() function.

    On top of the the above, Xduino have taken a step further by extending the functionalities above and beyond current scope. For more information please check the Documentation section.

    This version also includes Keil RV-MDK project file example.

    Share

    , , , , , , , , , , ,

    1 Comment

    Xduino v0.2 to be released

    The next release of Xduino will be version 0.2 making a jump from version 0.1x as most of the Arduino programming functions has been implemented along with additional features, especially those exceeding what current Arduino platform can provide.

    Supported Arduino syntax will be:

    pinMode digitalWrite digitalRead

    analogRead (12-bits 0-4095 range)

    analogWrite (12-bits 0-4095 range true Analog output not PWM)

    attachInterrupt (upto 16 interrupts)
    detachInterrupt interrupts noInterrupts

    delay delayMicroseconds millis micros

    Serial – print println read available flush

    on top of this more advanced functionality will include:

    Setting Serial port Rx and Tx buffer size
    Serial.printf – optional C style printf function for Serial port eg.
    printf(“hello %d”,123);

    digitalToggle – toggle state of digital output

    analogLastwrite – get the latest value set by analogwrite

    (General purpose Round-Robin library will be included.)

    along with endless possibilities offered by C++ libraries

    More to follow… Suggestions are always welcome!

    Share

    , , , , , , , , ,

    No Comments

    Xduino v0.11 released

    Today Xduino v0.11 has been released. With higher syntax compatibility to Arduino platform.

    You can see a simple example and download the latest Xduino release on the ARM Cortex M-3 page.

    Share

    , , , , , ,

    No Comments

    Xduino for ARM Cortex-M3 STM32f10x initial release

    Wanting to run Arduino-like program on ARM boards? Finally something is here : -).

    Yes, the Xduino for ARM Cortex-M3 STM32F10x is ready for you to download. It’s just the first step. You can download it here:

    Xduino-ARM-Cortex-M3-STM32f10x-v0.1.zip download

    You can check out the ARM Cortex-M3 section for help and example!.

    Let us know what you think……

    Share

    , , , , , ,

    No Comments

    About XDuino

    Arduino platform has definitely enabled a lot of people including those non-tech savvy ones to enter into the electronics worlds. From the beauty of Arduino, now comes the challenge in making Arduino-like environment accessible across as many hardware platforms as possible. This would enable the simplicity and yet powerful Arduino platform to harvest on more powerful resources provided by different hardware to overcome hardware limitations based on different needs. 

    This approach will never be fully realized without contributors. So all contributions are welcome. Also, comments/suggestions will be highly appreciated. : -)

    Let’s see what wonders we can create together…

    Now, a little about me. My name is Ram, I am an independent IT consultant based in Bangkok and really like the Arduino project but it did not fit my needs so I started playing with ARM and manage to understand a bit about it then started this project. Feel free to contact me via the Contact us page : -)

    Share

    , , , , , , , , , , , , , , ,

    No Comments