Re: Sensebender Micro
I'm trying to flash the sketch to the sensebender micro using the Arduio IDE.
I bought the sensebender micro with the suggested FTDI programmer.
I connected the programmer to the sensebender and plugged in the USB cable.
My windows 7 installation finds the device and installs the driver as USB Serial Port (COM3). The driver is from FTDI. The hardware device id is: FTDIBUS\COMPORT&VID_0403&PID_6001
In the Arduino IDE, i've selected Board: Sensebender Micro, Processor: Atmega 328 8Mhz, Port: COM3.
I tried using USBasp, made a clone with the right hardware id's and tried that. I tried AVRIsp Mk II.
Whatever i try, avrdude.exe tells me it can't find the device:
C:\Program Files (x86)\arduino-1.8.1\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\arduino-1.8.1\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -cRF232RL -Pusb -Uflash:w:C:\Users\rob\AppData\Local\Temp\arduino_build_955073/SensebenderMicro.ino.hex:i
avrdude: Version 6.3, compiled on Dec 16 2016 at 13:33:19
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\arduino-1.8.1\hardware\tools\avr/etc/avrdude.conf"
Using Port : usb
Using Programmer : RF232RL
avrdude: Warning: cannot open USB device: Function not implemented
avrdude: error: could not find USB device with vid=0x403 pid=0x6001
avrdude done. Thank you.
the selected serial port
does not exist or your board is not connected
Anyone knows what's wrong?