Movatterモバイル変換


[0]ホーム

URL:


EmbeddedRelated.com
The 2026 Embedded Online Conference

   Forums    Search for: Arduino

ANN: New ARM Cortex-M3 in Arduino format

Started byTim incomp.arch.embedded17 years ago4 replies
ArduinoARMAtmegaAtmelCortexFlash

We have developed a board which has an ARM Cortex-M3 micro in the Arduino format. This is definitely not an official board, and by using a...

We have developed a board which has an ARM Cortex-M3 micro in the Arduino format. This is definitely not an official board, and by using a 72MHz 32-bit processor with 512KByte of Flash we guaranteed there would be a few changes from the 10MHz Atmel ATmega168 in the Arduino... But we tried to keep as close as possible to the Arduino spirit.At least the connectors are in the same places ...


YAMI4 on Arduino Uno

Started byAnonymous incomp.arch.embedded11 years ago2 replies
Arduino

I am pleased to announce that the YAMI4 project was extended to cover also the...

I am pleased to announce that the YAMI4 project was extended to cover also the Arduinoplatform:http://inspirel.com/yami4/arduino_uno.htmlYAMI4 is an open-source set of libraries for building distributed systems and this new packagemakes it very easy to communicate with Arduino-based devices.The embedded video demonstrates the most basic concepts.-- Maciej Sobczak * http://www.ins...


Arduino users?

Started byEd Prochak incomp.arch.embedded12 years ago30 replies
Arduino

Just wondering what folks thought about the Arduino platform. Any users here? It looks like a simple easy to use platform. Anyone care to...

Just wondering what folks thought about the Arduino platform. Any users here? It looks like a simple easy to use platform. Anyone care to share experience with this in anembedded system.Ed Prochak


ARM SBC in arduino form factor?

Started byRoberto Waltman incomp.arch.embedded15 years ago11 replies
ArduinoARMSBC

For a couple of one of a kind projects, I would like to use an ARMcontroller in a board that could accept (at least some of the)...

For a couple of one of a kind projects, I would like to use an ARMcontroller in a board that could accept (at least some of the) Arduinoshields.So far I found the Xduino (status dubious)and the Cortino ( http://www.bugblat.com/products/cor.html )Can anybody point to others?Thanks,--Roberto Waltman


A $5 Arduino?!!

Started byAnonymous Remailer (austria) incomp.arch.embedded12 years ago3 replies
ArduinoAtmelAVRFlash

http://www.indiegogo.com/projects/iteaduino-lite-most-inexpensive-full-sized-arduino-derivative-boardAt first I was presently surprised...

http://www.indiegogo.com/projects/iteaduino-lite-most-inexpensive-full-sized-arduino-derivative-boardAt first I was presently surprised but after a while I started towonder. Knowing that the cheapest AVR device costs about $3-$5 I startedto investigate how they could build a complete board with MPU for $5 including shipping. It turns out the Chinese have CLONED theAtmel AVR process


Image Processing and send data to the web server

Started bylanshanbob incomp.arch.embedded14 years ago6 replies
ArduinoMicrocontroller

Hi, I am doing my final year project. The basic idea is to capture someimage, process it on my embedded system, and send the result to web...

Hi, I am doing my final year project. The basic idea is to capture someimage, process it on my embedded system, and send the result to web serverso that it can be shown on the website or smartphone. I have twoquestions:1. is CMUcam + arduino a good pair to do the image processing? Any otherbetter solution?2. How to transfer my result from arduino(or other microcontroller board)to web s...


Memory allocation with gcc on AVR (Arduino)

Started bybitrex incomp.arch.embedded10 years ago4 replies
ArduinoAVRGCCMemory

So the Arduino environment has the following template code when you start up a new project:void setup(){//code to be run at...

So the Arduino environment has the following template code when you start up a new project:void setup(){//code to be run at startup}void loop(){//run forever}Suppose I define a class at the top of my "sketch" like so:struct Foo { void do_it() { return 1; } };I then try to create a "global" instance of the class outside the "setup" section:Foo foo;This co...


Ada on ARM Cortex-M - tutorial

Started byAnonymous incomp.arch.embedded10 years ago3 replies
ArduinoARMCortexSTM32

I'm pleased to announce that the tutorial titled "Ada and SPARK on ARM Cortex-M" got its...

I'm pleased to announce that the tutorial titled "Ada and SPARK on ARM Cortex-M" got its secondedition:http://inspirel.com/articles/Ada_On_Cortex.htmlThe tutorial was extended and now targets four popular development boards:- Arduino M0 (or Genuino Zero)- Arduino Due- STM32 Nucleo-32 (with F0 chip)- STM32 Nucleo-144 (with F7 chip)The tutorial explains how to write Ada/SPARK ...


PIC32 to Arduino Shield.

Started byDon McKenzie incomp.arch.embedded15 years ago8 replies
ArduinoAVRPCBPIC32

Interested in interfacing the PIC32MX695F512H-80I/PT to the Arduino shield.Can someone point me at some existing...

Interested in interfacing the PIC32MX695F512H-80I/PT to the Arduino shield.Can someone point me at some existing schematics?Thanks,Cheers Don...-- Don McKenzieDontronics Blog: http://www.GodzillaSeaMonkey.comDontronics Site Map: http://www.dontronics.com/sitemapE-Mail Contact Page: http://www.dontronics.com/emailWeb Camera Page: http://www.dontronics.com/web...


Arduino shields

Started byjcentinc incomp.arch.embedded11 years ago1 reply
Arduino

Hi;Wondering if anyone knows if all shields are interchangeable between UNOand Due...

Hi;Wondering if anyone knows if all shields are interchangeable between UNOand Due systems.---------------------------------------Posted through http://www.EmbeddedRelated.com


NavSpark : A Small, Powerful, 32bit Arduino Compatible Development Board With Free GPS, GPS/GLONASS, or GPS/Beidou Receiver

Started byAnonymous incomp.arch.embedded12 years ago5 replies
ArduinoGPS

http://bit.ly/1dBpits

http://bit.ly/1dBpits


start whit micro

Started bySilvanononvalevoleciccioli incomp.arch.embedded13 years ago21 replies
Arduino

hiI want to start with the micro, can you suggest some thingsI think to arduino uno starter kit It's a good idea or notthanks and bye

hiI want to start with the micro, can you suggest some thingsI think to arduino uno starter kit It's a good idea or notthanks and bye


Motor Control with Bluetooth Low Energy

Started byjxabby incomp.arch.embedded11 years ago4 replies
ArduinoARMBluetooth

Hi,I want to control a small DC motor for a toy I am building, but I'm havingtrouble finding the right chipset because there's so many...

Hi,I want to control a small DC motor for a toy I am building, but I'm havingtrouble finding the right chipset because there's so many companiesselling ble right now. I don'tw ant to do Arduino because it's a bit slow.I'm ok with ARM, but does anyone have experience with this or know of anycircuit and information for controlling motor using BLE?Thanks------------------------------...


Arduino APIs, performance, and C++ templates (long)

Started byClifford Heath incomp.arch.embedded10 years ago13 replies
ArduinoARMAtmelAVRCompilerGCCHardwareMemory

Folk,I'm doing a little project, my first with Arduinos. I hadassumed that the choice to use C++ meant that the APIs wouldbe fancy...

Folk,I'm doing a little project, my first with Arduinos. I hadassumed that the choice to use C++ meant that the APIs wouldbe fancy object-oriented APIs that generate inline assemblycode for performance. I normally do more bare-metal stuff,including building C++ APIs for the peripherals of theMC68HC11 more than a decade ago, so I was keen to see what canbe achieve using more modern ...


noob Q: Arduino Port C analog v digital

Started byRandy Day incomp.arch.embedded10 years ago2 replies
Arduino

I can't find any clear info on this, hence the question: PortC on the Pro Mini is described as the 'Analog inputs' A0-A5.Do they operate...

I can't find any clear info on this, hence the question: PortC on the Pro Mini is described as the 'Analog inputs' A0-A5.Do they operate as digital inputs if Iuse digitalRead() or read PINC? Or arethey pre-configured as analog, and only respond to analogRead()?I could use a couple more digital inputs, and I'm wondering about any conflicts to watch out for.--- news://fre...


Beagle Low Cost Cases

Started byrickman incomp.arch.embedded14 years ago3 replies
Arduino

I was looking at some of the popular project boards and cases forthem. I see Arduino has boxes as cheap as $13 while the only case Ican find...

I was looking at some of the popular project boards and cases forthem. I see Arduino has boxes as cheap as $13 while the only case Ican find for the Beagle boards is $30. I think the Beagle line ismore of what I am looking for. I'd like to find something a bitcheaper though. Anyone know of other cases for the Beagle boards,especially the Beaglebone?Rick


How can I measure execution time and memory usage of C implemented libraries?

Started bydavidbp.13 incomp.arch.embedded10 years ago2 replies
ArduinoCompilerFlashMemorySRAM

Hello. I have the task of evaluate functions of C implemented libraries that willrun on embedded systems. Those libraries are implemented in...

Hello. I have the task of evaluate functions of C implemented libraries that willrun on embedded systems. Those libraries are implemented in .h files andthen included in implementations.I was given a FFT library implemented in C that was meant to run onArduino. In the readme file of the library there are two charts measuringexecution time, RAM and FLASH usage of each of the functions t...


The 2026 Embedded Online Conference

Sign in

Forgot username or password?  | Create account

Search comp.arch.embedded

comp.arch.embedded by keywords

Free PDF Downloads

Microcontroller Programming and Interfacing
An Engineer's Guide to the LPC2100 Series
Real-time Image Processing on Low Cost Embedded Computers

Blogs - Hall of Fame

So You Want To Be An Embedded Systems Developer

So You Want To Be AnEmbedded Systems Developer
Steve Branam

Introduction to Microcontrollers

Introduction toMicrocontrollers
Mike Silva

Important Programming Concepts (Even on Embedded Systems)

ImportantProgramming Concepts (Even on Embedded Systems)
Jason Sachs

How FPGAs Work and Why You'll Buy One

HowFPGAs Work and Why You'll Buy One
Yossi Krenin

MSP430 Launchpad Tutorial

MSP430 Launchpad Tutorial
Enrico Garante

Arduino Robotics

Arduino Robotics
Lonnie Honeycutt

Discussion Groups

Quick Links

About EmbeddedRelated.com

The Related Sites


[8]ページ先頭

©2009-2026 Movatter.jp