arduino target with interrupt and i2c comunication
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I'm Walter Miani, an italian student of electronic engineering from the University of Udine. Actually i'm studying at the University of Coimbra, Portugal. Here I'm working on the master thesis (end of the fifth year) and I'm using the Arduino Target library in my work. I'm having some troubles with it. I would like to improve the Arduino Target library adding some new features, like a block that implements the External Interrupt (so adding the fetch_interrupt() function). Another important question is about adding a IC2 communication in the library to work with robots. Can it be done in some way? Can you explain me how could I do this, or anyway, how to "create" a new block for the library compiling arduino code (I've also problems in compiling new arduino code with matlab )?
Every part of software that i will produce will certainly be disponibilized to be downloaded!
0 件のコメント
回答 (6 件)
Christopher
2012 年 7 月 9 日
Hey Walter,
have you found a solution for this two problems. Especially the I²C communication is something I'm interested in.
Ciao, Chris
0 件のコメント
Walter Roberson
2012 年 7 月 9 日
I2C is a bit of a challenge. It is not physically compatible with anything normally found on a PC. There has been some discussion in the past; see i2c. The HC12 related posting has a link to a description of a number of busses.
There is a Simulink block for I2C but it only supports one model of one adapter.
0 件のコメント
fox tan
2013 年 9 月 14 日
when I use arduino board with simulink to control a IGBT.I have to use a interrupt block of arduino, but I do not know how to create it , I did not found in ay arduino package. who know it , who can give some help, thanks
0 件のコメント
phil
2014 年 2 月 26 日
I am stuck at the same problem! i have tried using the S function builder and was able to successfully send data over I2C to another arduino that i programmed with the regular arudino ide using the " Wire.onReceive(receiveEvent); // register event"
i simply can not figure out to make this work in Simulink. I would be thankful for any help.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!