View allAll Photos Tagged STM32
while(1)
{
GPIO_SetBits(GPIOE, GPIO_Pin_5 );
Delay(10);
GPIO_ResetBits(GPIOE, GPIO_Pin_5 );
Delay(100);
}
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
while(1)
{
GPIO_SetBits(GPIOE, GPIO_Pin_5 );
Delay(1000);
GPIO_ResetBits(GPIOE, GPIO_Pin_5 );
Delay(1000);
}
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
while(1)
{
GPIO_SetBits(GPIOE, GPIO_Pin_5 );
Delay(1000);
GPIO_ResetBits(GPIOE, GPIO_Pin_5 );
Delay(1000);
}
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
while(1)
{
GPIO_SetBits(GPIOE, GPIO_Pin_5 );
Delay(10);
GPIO_ResetBits(GPIOE, GPIO_Pin_5 );
Delay(1000);
}
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
Part of a winter project to adapt an 1980s Amstrad Computer joystick to work with a modern PC, or Andriod Phone. Project uses the STM32 (STM32F103C8T6) Board, this board appears as USB Game PAD HID.
Texas Instruments released their Bluetooth stack for the STM32 series MCUs and we had a project using those that was in deperate need of a stack. Arrow was kind enough to lend us their development board and we got the stack up and running in less than a day.