software

所属分类:单片机开发
开发工具:Visual C++
文件大小:3496KB
下载次数:8
上传日期:2014-09-29 11:27:50
上 传 者dameng
说明:  实现smartpen的功能,利用的是加速度传感器和陀螺仪实现对用动作的感知,近一步可以实现对于那个人写字的笔势的模拟。
(Achieve smartpen function, using accelerometer and gyroscope perception of with movement, further can realize simulation of handwriting for that person to write.)

文件列表:
software\build\smartpen.elf (185239, 2014-08-19)
software\build\smartpen.hex (61137, 2014-08-19)
software\ld\stm32f302x8.ld (2821, 2014-07-13)
software\libopencm3\COPYING.GPL3 (35068, 2014-07-13)
software\libopencm3\COPYING.LGPL3 (7651, 2014-07-13)
software\libopencm3\doc\cm3\Doxyfile (712, 2014-07-13)
software\libopencm3\doc\cm3\DoxygenLayout_cm3.xml (7894, 2014-07-13)
software\libopencm3\doc\Doxyfile (636, 2014-07-13)
software\libopencm3\doc\Doxyfile_common (77363, 2014-07-13)
software\libopencm3\doc\DoxygenLayout.xml (7376, 2014-07-13)
software\libopencm3\doc\efm32g\Doxyfile (843, 2014-07-13)
software\libopencm3\doc\efm32g\Doxyfile_latex (983, 2014-07-13)
software\libopencm3\doc\efm32g\DoxygenLayout_efm32g.xml (7966, 2014-07-13)
software\libopencm3\doc\efm32g\header_efm32g.tex (1586, 2014-07-13)
software\libopencm3\doc\efm32gg\Doxyfile (848, 2014-07-13)
software\libopencm3\doc\efm32gg\Doxyfile_latex (989, 2014-07-13)
software\libopencm3\doc\efm32gg\DoxygenLayout_efm32gg.xml (7965, 2014-07-13)
software\libopencm3\doc\efm32gg\header_efm32gg.tex (1592, 2014-07-13)
software\libopencm3\doc\efm32lg\Doxyfile (848, 2014-07-13)
software\libopencm3\doc\efm32lg\Doxyfile_latex (989, 2014-07-13)
software\libopencm3\doc\efm32lg\DoxygenLayout_efm32lg.xml (7965, 2014-07-13)
software\libopencm3\doc\efm32lg\header_efm32lg.tex (1594, 2014-07-13)
software\libopencm3\doc\efm32tg\Doxyfile (848, 2014-07-13)
software\libopencm3\doc\efm32tg\Doxyfile_latex (989, 2014-07-13)
software\libopencm3\doc\efm32tg\DoxygenLayout_efm32tg.xml (7965, 2014-07-13)
software\libopencm3\doc\efm32tg\header_efm32tg.tex (1591, 2014-07-13)
software\libopencm3\doc\HACKING (4475, 2014-07-13)
software\libopencm3\doc\index.html (203, 2014-07-13)
software\libopencm3\doc\lm3s\Doxyfile (789, 2014-07-13)
software\libopencm3\doc\lm3s\Doxyfile_latex (940, 2014-07-13)
software\libopencm3\doc\lm3s\DoxygenLayout_lm3s.xml (7968, 2014-07-13)
software\libopencm3\doc\lm3s\header_lm3s.tex (1582, 2014-07-13)
software\libopencm3\doc\lm4f\Doxyfile (789, 2014-07-13)
software\libopencm3\doc\lm4f\Doxyfile_latex (1012, 2014-07-13)
software\libopencm3\doc\lm4f\DoxygenLayout_lm4f.xml (7968, 2014-07-13)
software\libopencm3\doc\lm4f\header_lm4f.tex (1582, 2014-07-13)
software\libopencm3\doc\lpc13xx\Doxyfile (807, 2014-07-13)
software\libopencm3\doc\lpc13xx\Doxyfile_latex (965, 2014-07-13)
software\libopencm3\doc\lpc13xx\DoxygenLayout_lpc13xx.xml (7865, 2014-07-13)
... ...

NoteON Smartpen Firmware ======================== Part of the NoteOn Smartpen Project - http://hackaday.io/project/2678-NoteOn-Smartpen Copyright 2014 Nick Ames Licensed under the GNU GPLv3. See LICENSE file. Version Control --------------- This is an archive version of the firmware without version control data. Get the latest version from: https://github.com/NickAmes/NoteOn-Firmware Current Status -------------- Drivers for on-chip peripherals, battery gas gauge, and external flash have been completed and tested. A high data rate driver for the IMU is in development. Required Software ----------------- -libopencm3 (included) https://github.com/libopencm3/libopencm3 -gcc-arm-embedded: https://launchpad.net/gcc-arm-embedded -STM32Flash (patched for STM32F302x8): https://github.com/NickAmes/STM32Flash (dfu-util may also work, but I haven't tested it.) Source File Layout ------------------ The src/ directory contains the firmware source files. src/peripherals/ contains modules providing high-level interfaces to on-chip peripherals, such as I2C and SPI. src/board/ contains modules providing high-level interfaces to other ICs on the PCB, such as the IMU and bluetooth controller. The ld/ directory contains a linker script for the STM32F302x8. The libopencm3/ directory contains libopencm3 as a git submodule. The build/ directory contains the compiled binary files. License ------- The NoteOn Smartpen firmware is licensed under the GNU GPLv3. NoteOn contains code from the libopencm3 and newlib projects. Other components of NoteOn are licensed under Creative Commons Attribution-ShareAlike 4.0 International.

近期下载者

相关文件


收藏者