Hi, Halvar!
I've set the Nano to use COM3 port and USBasp programmer. Following the commands showed in the OP pics, the avrdude return me this error:
The nano use an ATmega 328 that apparently isn't supported by avrdude. The bootloader is ok.
Also, thanks for your answer.
IBM Model F Bigfoot with arduino micro, win7 64bit
- Halvar
- Location: Baden, DE
- Main keyboard: IBM Model M SSK / Filco MT 2
- Favorite switch: Beam & buckling spring, Monterey, MX Brown
- DT Pro Member: 0051
Yeah, as I meant to say, you can't use any of Soarer's .hex files with a nano even it you'd manage to load them on the chip, they won't work.
You would need the source code (that we don't have), set the according options there for the ATmega328, then compile a new hex file, and upload that.
You would need the source code (that we don't have), set the according options there for the ATmega328, then compile a new hex file, and upload that.
-
- Location: Brazil
- Main keyboard: BenQ 6514-X
- DT Pro Member: -
Right...
So, unless i get a Micro will be impossible to use Soarer Drivers, right?
So, unless i get a Micro will be impossible to use Soarer Drivers, right?
- Halvar
- Location: Baden, DE
- Main keyboard: IBM Model M SSK / Filco MT 2
- Favorite switch: Beam & buckling spring, Monterey, MX Brown
- DT Pro Member: 0051
I'm afraid so, yes.
Also, Soarer himself wrote in his controller thread that you'll need at least a 32u4, probably because the config has to fit in the EEPROM, so that need to have a certain minimum size.
You could ask Arakula about that, he knows Soarer's software like no other, but I don't think he will tell you anything else. Is there any special reason why you want to use the Nano?
Also, Soarer himself wrote in his controller thread that you'll need at least a 32u4, probably because the config has to fit in the EEPROM, so that need to have a certain minimum size.
You could ask Arakula about that, he knows Soarer's software like no other, but I don't think he will tell you anything else. Is there any special reason why you want to use the Nano?
-
- Location: United Kingdom
- Main keyboard: IBM Bigfoot + Arduino
- Main mouse: Kensington Orbit Trackball
- Favorite switch: IBM Model F buckling spring
- DT Pro Member: -
Hi Garbageman,
Your screenshot looks similar to a problem I encountered.
I discovered that the Pro Micro device must be reset twice in quick succession to put it in the correct mode:
https://learn.sparkfun.com/tutorials/pr ... q#ts-reset
Once I managed to rattle the RESET line and run avrdude immediately after, very, very quickly, the upload worked. I haven't yet wired the Pro MIcro to the Bigfoot, yet, so I haven't proven it has actually worked. But have a look see if this helps at all...
Your screenshot looks similar to a problem I encountered.
Code: Select all
bash $> sudo avrdude -p atmega32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:Soarer_Controller_v1.20_beta4_atmega32u4.hex
Connecting to programmer: .
Found programmer: Id = "
*****"; type = *
. Software Version =
; Hardware Version = *.*
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
error = 1
https://learn.sparkfun.com/tutorials/pr ... q#ts-reset
Once I managed to rattle the RESET line and run avrdude immediately after, very, very quickly, the upload worked. I haven't yet wired the Pro MIcro to the Bigfoot, yet, so I haven't proven it has actually worked. But have a look see if this helps at all...
-
- Location: Brazil
- Main keyboard: BenQ 6514-X
- DT Pro Member: -
Hey, guys!
Halvar, thanks for solve that doubt. Was not a good news but I'm about to buy a Micro with a 32u4. Yeah, seems that no way out.
Tigpha, thanks for your tip, i will try it. Apparently the Arduino Micro has no reset button like Nano, but whatever. And i wish you luck with your Bigfoot.
For now this is it, (my english isn't so good). Time to go back to ebay and the clipboard, and i will report here any progress.
Halvar, thanks for solve that doubt. Was not a good news but I'm about to buy a Micro with a 32u4. Yeah, seems that no way out.
Tigpha, thanks for your tip, i will try it. Apparently the Arduino Micro has no reset button like Nano, but whatever. And i wish you luck with your Bigfoot.
For now this is it, (my english isn't so good). Time to go back to ebay and the clipboard, and i will report here any progress.
- Redmaus
- Gotta start somewhere
- Location: Near Dallas, Texas
- Main keyboard: Unsaver | 3276 | Kingsaver
- Main mouse: Kensington Slimblade
- Favorite switch: Capacitative Buckling Spring
- DT Pro Member: -
- Contact:
I get error at line 138 (where matrix begins) when I put joc's config into scaswr.bat
What went wrong?
What went wrong?
- joc
- Location: The Lone Star State
- Main keyboard: IBM F104 (Unsaver) || IBM SSK
- Main mouse: Logitech M570
- Favorite switch: IBM Beam Spring
- DT Pro Member: -
scaswr.bat doesn't need to be changed - if you don't have a backup of the original scaswr.bat, you can find it in this zip file (in the *win32.zip file under the tools directory).Redmaus wrote: ↑I get error at line 138 (where matrix begins) when I put joc's config into scaswr.bat
What went wrong?
To program a Bigfoot, put the config in a file named bigfoot.sc and then drag-and-drop bigfoot.sc onto scaswr.bat.
- Redmaus
- Gotta start somewhere
- Location: Near Dallas, Texas
- Main keyboard: Unsaver | 3276 | Kingsaver
- Main mouse: Kensington Slimblade
- Favorite switch: Capacitative Buckling Spring
- DT Pro Member: -
- Contact:
Well I did what you said and I can succesfully program the bigfoot now, but I still get a very peculiar feedback from the board.
Keys 1-0 and keys a-l will give me double keypresses and z-m with q-p don't register at all. Has anyone ran into this particular abnormality before?
Also, I have already opened it up and gave it a thorough cleaning. So I don't think it could be an issue with the PCB. I have checked my pinout multiple times and all seems to be in order.
Keys 1-0 and keys a-l will give me double keypresses and z-m with q-p don't register at all. Has anyone ran into this particular abnormality before?
Also, I have already opened it up and gave it a thorough cleaning. So I don't think it could be an issue with the PCB. I have checked my pinout multiple times and all seems to be in order.