top of page
  • Coral Dev Board Micro
  • Linux or macOS computer with Python 3 installed
  • USB-C cable (to connect the board to your computer)

Although not required for this setup, you should also get a set of header pins that can be soldered onto the board and a USB-to-TTL serial cable (such as this one by Adafruit) so you can connect to the board's serial console.

 

The hardware

Aside from the Coral Edge TPU coprocessor for accelerating TensorFlow Lite models, the Dev Board Micro includes the following processor and memory:

  • Dual-core i.MX RT1176 MCU
    • Cortex-M7 (@800 MHz) and a Cortex-M4 (@400 MHz)
    • 2 MB of built-in SRAM
  • 64 MB of SDRAM
  • More than 1 GB of flash memory

 

  • Color camera (324 x 324 px)
  • PDM microphone
  • 2 buttons:
    • User programmable button (also toggles power with a 7-second hold)
    • MCU reset button
  • 4 LEDs:
    • Camera LED (indicates camera operation)
    • Edge TPU LED (indicates Edge TPU operation)
    • User LED (application behaviors)
    • Status LED (indicates board status)
  • 2 GPIO headers with 12 pins (digital, analog, and power pins)
  • Board-to-board connectors for add-on boards such as the Coral Wireless Add-on and PoE Add-on

For more hardware details, see the Dev Board Micro datasheet.

The software

Because the main processor is a microcontroller (MCU), the Dev Board Micro runs small programs without a general-purpose operating system (there's no Linux OS like on other Coral boards). The platform we've built for Dev Board Micro is based on FreeRTOS and we also offer compatibility with Arduino. (Alternatively, you can write bare-metal apps with the MCUXpresso SDK, but our documentation covers only FreeRTOS and Arduino.)

All apps are written in C/C++ and the coralmicro API library provides a variety of APIs to help you build apps for the Dev Board Micro. For example, it includes APIs to use the on-board camera, microphone, and GPIO pins, plus APIs to read/write files, pass messages between the two MCU cores, connect to Wi-Fi (requires the Coral Wireless Add-on board), and much more.

As for running ML models, you can execute TensorFlow Lite models either on the MCU or with acceleration on the Edge TPU, using TensorFlow Lite for Microcontrollers (TFLM). The coralmicro library also provides APIs to simplify a lot of this code for you.

Now let's run some ML models on the board.

Coral Dev Board Micro

₹9,900.00Price
Excluding Taxes
Quantity
    Sale Branding

    Our Policies

    Warranty  service

    1.Manufacturing defects of branded products  accepted & will support for warranty period only. 

    2.If product  not dispatched at your committed  time period. Customer having rights to apply cancel order & initiate to refund. Some products are  aboard ware house location.so we can inform it time to time for time of dispatch.

    3.Damaged & lost of product during transit will refund  payment to customer.

    4.Warranty policy applicable when product return with satisfactory condition & approved by inspection team.

    5.All warranty policy applicable for within 1 days  after receiving  product.

    6.Inspection team find  if product is damaged ,lost & defected after handover  above time period then customer will not applicable for warranty policy.

    7.Warranty policy may updated time to time will display on site.

    Contact us if any query -info@avinyamanagement.in

    Privacy policy

    DATA RETENTION

    1.When you place an order through the Site, we will maintain your Order Information for our records unless and until you ask us to delete this information.

    MINORS

    2.Products pricing may updated time to time as per market trends.

    3.Discounts, offers  may applicable for mentioned time period only .

    4.We provide shipping & delivery information for  dispatched details of ordered products for tracking of customer information.

    5.We may update this privacy policy from time to time in order to reflect, for example, changes to our practices or for other operational, legal or regulatory reasons.

    If you have questions and/or require more information, do not hesitate to contact us .

    info@avinyamanagement.in

    Terms and Condition

    1.Share the amazing things customers are saying about your business. Double click, or click Edit Text to make it Any new features or tools which are added to the current store shall also be subject to the Terms and condition. You can review the most current version of the Terms and condition at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes..

    2.We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.

    We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.

    You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.

    bottom of page