Prototype PCB (forked from OpenPilot) for copter control and RF link (PiPextreme). Control board and RF board (PipXtreme). Mount to control board or via USB to host PC....
Prototype PCB (forked from OpenPilot) for copter control and RF link (PiPextreme). Control board and RF board (PipXtreme). Mount to control board or via USB to host PC....
Dual CDC for STM32F103. Test with Maple RET6 board. Use USART1 and USART2 to send/receive data....
Add HID bootloader support to CMSIS-DAP. Source code available here
gsar.exe -s:x83:xC4:x04:x84:xC0:x0F:x85:x2C:x01:x00:x00:x53:x55:x56 -r:x83:xC4:x04:xFE:xC0:x0F:x85:x2C:x01:x00:x00:x53:x55:x56 -o JLinkARM.dll
ARM publish new CMSIS-DAP debug interface software ( link to Keil ). This is initial port to STM32F103C8 processor. Based on STM32 RF adapter (second board in post w/o RF parts). Extract CMSIS_DAP_STM32.rar to CMSIS_DAP folder. See DAP_config.h for pin definition and usbd_STM32F103.c for pin definitions....
Simple TFT serial display with touchscreen. STM32F10xC8/B processor and parallel LCD NST-28037B from China with HX8347D controller. Various types of software possible. I use code from http://nwazet.com/touch-display-module with some modifications. Also Arduino GFX/GLCD or other possible. Top and back view...
Updated: Successfully test SimpliciTI stack with AccessPoint (MapleRET6 + A1101R09A CC110L module from Anaren) End Device (STM32VL-DISCOVERY + A1101R09A module) Initial version for home automation - WiFi on one side and SimpliciTI on other (for other sensors), Now with Maple-RET6 board (but no Maple platform) and library from previuos post. Now only one sensor device (other Anaren CC110L module with development board, With integrated antenna not a wide range (~30 meters) but other modules w/o integrated antenna and possible use normal wire 8 cm. Next check with MiWi protocol and Microchip MRF89XA...
Microchip MRF89XA and Anaren A1101R08A good candidates as internal RF modules for vehicle tracker. Anaren module twice less than Microchip but less antenna. So need check in a real conditions. But no library from STM32 processor. After some days i port SimpliciTI and MiWi libraries to STM32 platform. Now check both solutions for internal mesh network inside car - OBD, camera, display, sensors and control modules for vehicle tracker Download from CodePlex Also port Microchip TCPIP (WiFi) stack for STM32...
HardwareCAN library for Maple 0.0.12
Version 2 Support new ST microprocessors STM32F20xRx / STM32F40xRx (successfully work with .NET MicroFramework from http://netmf4stm32.codeplex.com/ ) Also support STM32F105Rx (with OTG) and STM32F103Rx Add additional headers for power for connect module on one side (+3.3, 5V power). Need correct set C22/C23 and USB-JP1/USB-JP2. For host mode need external power. Eagle schematic and layout . Version 1.0 This is developer board based on STM32F103R microprocessor. Pin compatible with Arduino platform. For use with Arduino IDE use software from Maple project....