일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Triple Axis Magnetometer
- 멀티위
- BMA180
- capture
- Bosch
- WinAVR
- multiwii
- FreeIMU
- Digital Pressure Sensor
- atmega
- Arduino 328p
- Sebastian Madgwick
- WinARM
- imu
- Honeywell
- xloader
- javacv
- atmega168
- arduino
- QuadricopterX
- BMP085
- java
- Barometer
- AT91
- atmega1280
- ITG3200
- HMC5883L
- 9DOF
- HMC5843
- AVR
- Today
- Total
목록임베디드 (7)
스나군 작업실
허니웰의 3축 디지털 나침반 센서 HMC5883L 입니다. 아두이노 라이브러리가 있어서 첨부합니다. 제작자 웹사이트 : http://johnmccombs.inmap.net/ 라이브러리 https://bitbucket.org/johnmccombs/arduino-libraries
보쉬의 디지털 압력센서 BMP085 입니다. 아두이노 라이브러리가 있어서 첨부합니다. 제작자 웹사이트 : http://johnmccombs.inmap.net/ 라이브러리 https://bitbucket.org/johnmccombs/arduino-libraries
Bosch의 3축 가속도 센서 BMA180 입니다. 구글링하던중에 괜찮은 아두이노 라이브러리가 있어서 첨부합니다. 제작자 웹사이트 : http://johnmccombs.inmap.net/ 라이브러리 https://bitbucket.org/johnmccombs/arduino-libraries
원문 : http://blog.naver.com/dspworld/60029172942 ATmel ARM7 AT91SAM7S256 AT91SAM7S256 그래픽 처리등으로 많은 메모리와 좀더 빠른 처리시간이 요구 되면서 새로운 MCU가 필요했는데 ATmel에서 아주 유용한 놈이 나왔습니다. 보통 ARM은 CPU로 외부에 RAM과 ROM을 추가로 붙여야 하지만 이 녀석은 마이크로컨트롤러 식으로 RAM과 ROM이 내장된 방식이고 패키지도 LQFP 입니다. OS를 올릴 정도는 안되고 AVR로는 좀 부족한 중급 레벨의 시스템을 구성할 때 좋겠습니다. 드디어 32비트의 세계로 발을 들이게 되었는데 많이 낯설고 레지스터 한 개가 32 비트씩이니까 어지럽군요@.@ 48메가로 돌리니까 AVR에 비해 붕붕~ 날아 다닙니다..
몇일전에 배송온 중국산 멀티위 보드가 제대로 작동이 안되서 한참을 아두이노와 씨름을 했다. 게다가 아두이노 IDE는 내겐 너무 낯설고 배우기엔 시간이 너무 촉박했다. 나는 기존 방식대로 WINAVR을 이용해 코딩하고싶어했다. 그럼에도 불구하고 아두이노와 씨름한 이유는 AVR ISP 를 학교에서 안가지고 왔기 때문이다. -_- 그러던 중 아두이노 부트로더를 이용해 펌웨어를 업로드할 수 있지 않을까 하는 확신이 생겨서 열심히 구글링을 하던중 올레~~~~ 나만 이런생각을 하는게 아니었다. 이미 누군가가 아두이노 보드에 일반 펌웨어를 업로드하는 프로그램을 하나 만들어놓았다. 지원하는 보드는 ATMEGA1280, ATmega328p, ATmega168 이 3가지이다. 다행히 나는 328p를 사용한다. ㅋㅋ 드디어..
http://winavr.sourceforge.net/ WinAVRTM (pronounced "whenever") is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. It includes the GNU GCC compiler for C and C++. Check out the WinAVRTM project on Sourceforge at http://sourceforge.net/projects/winavr/ for developer information. Use the navigation menu ..
http://www.procyonengineering.com/embedded/avr/avrlib/index.html AVRlib is a library of easy-to-use C functions for a variety of common and uncommon tasks using AVR processors. The goal of AVRlib is to allow programmers to work quickly towards their end goal by reducing the time needed to write basic support functions and code. Most AVRlib header (*.h) files have lengthy descriptions of how to u..