Close

18 Results for "FT232R"

  • ESP32 auto-program circuit with FT232R

  • Hi Folks,I made a PCB with a FT232R and an ESP32. I also included typical the auto-program transistor circuit so I can flash it comfortably without manually pressing the boot / reset buttons.Thing is, it doesn't work! I'm almost certain I implemented...
  • multiScope

  • Add STM32 support to the Arduino IDEThanks to the guys from http://www.stm32duino.com/ we are able to program the STM32 family using Arduino. What you need to do is very simple: Install Arduino SAMD Boards package with the Arduino Boards Manager Download...
  • Prototype boards built

  • This is very early in the project. So far I’ve designed the board and built up a couple for prototyping. I’m currently working on the firmware for the STM32 and once I’m happy with that I will be moving on to developing a PC application to allow downloading...
  • Trigger Shutter works

  • dashie@ubuntu-shared:~/pikon$ ./pikon fire_shutter 20:01:08 INFO src/nikonDatalink.cpp:36: Starting session. 20:01:08 INFO src/nikonDatalink.cpp:133: libserialport version: 0.1.1 20:01:08 INFO src/nikonDatalink.cpp:134: Port name: /dev/ttyUSB0 20:01:08...
  • eagle stuff, derp stuff ,vocore

  • I've been recreating the vocore dock and vocore schematic since as in a lot of "open source" projects people often only give gerbers and pdf schematics, i realise why that is , but if your product is meant to interface to something else its nice to have...
  • Compiling OpenOCD from Source on Ubuntu 16.04

  • First make sure you have all the necessary packages installed:sudo apt-get install libtool pkg-config texinfo libusb-dev libusb-1.0.0-dev libftdi-dev autoconfThen follow the instructions: Compiling OpenOCD ----------------- To build OpenOCD, use the...
  • FTDI-be-gone

  • This project, in principle, is quite simple - it's two chips - a Cypress Semi CY7C65213-32LTXI and a Texas Instruments MAX3243ECRHBR. The former is a USB UART. It's pin compatible with the FTDI FT232R's QFN variant, but instead of a proprietary driver,...