Search found 2461 matches

by NormanDunbar
Fri Jun 13, 2025 6:00 pm
Forum: Hardware
Topic: MicroPicoDrive Popopo's version
Replies: 100
Views: 26586

Re: MicroPicoDrive Popopo's version

Thank you. I'm glad we're all sorted.

Cheers,
Norm.
by NormanDunbar
Fri Jun 13, 2025 4:20 pm
Forum: Hardware
Topic: MicroPicoDrive Popopo's version
Replies: 100
Views: 26586

Re: MicroPicoDrive Popopo's version

And would not be better to explain that in similar words to yours, instead sarcastic way when somebody is trying to be nice and doing a effort for others?
So my answer somehow was far, but his sarcastic comment about people who "doesn't read" is fine? :? :shock:
That is not very fair. :?


Derek ...
by NormanDunbar
Fri Jun 13, 2025 5:56 am
Forum: Hardware
Topic: MicroPicoDrive Popopo's version
Replies: 100
Views: 26586

Re: MicroPicoDrive Popopo's version


Not good for you. That's it.
Write the manuals by yourself. People like me that we don't know how to read or are too lazy to read are not worthy of your great comments.


[Moderator hat on]
Calm down, that's enough bickering. There has been too much of that on the forum recently.

We all need to ...
by NormanDunbar
Sat Jun 07, 2025 12:56 pm
Forum: QL Emulation
Topic: Run QPC2 emulator on Android phone or tablet
Replies: 11
Views: 12752

Re: Run QPC2 emulator on Android phone or tablet

Guessing here but probably something in the software you are using doesn't have permission to access the "hard drive" where the qxl.win file lives.

Maybe?

Cheers,
Norm.
by NormanDunbar
Fri Jun 06, 2025 7:27 pm
Forum: Hardware
Topic: vDrive: With MDV sound? I wonder.
Replies: 56
Views: 10817

Re: vDrive: With MDV sound? I wonder.


That's right, as you write. But not always (for every digispark board), in any case, the reset pin affect to this project?
Reset pin is pin1, transformed into GPIO by Digispark GPIO#5, since the project use PB1 and PB4 it doesn't matter actually. Does it?

No, while the code doesn't need the ...
by NormanDunbar
Tue Jun 03, 2025 3:20 pm
Forum: Hardware
Topic: vDrive: With MDV sound? I wonder.
Replies: 56
Views: 10817

Re: vDrive: With MDV sound? I wonder.


I remove the Attiny from Digispark board, and now trying to program the "bootloader", but getting err all time with Arduino IDE.
So, in case that now I program the HEX file with Avrdude, will it overwrite the EEPROM (so the "fuses") with the code into the HEX file?


Hmmm, it seems that the ...
by NormanDunbar
Tue Jun 03, 2025 6:52 am
Forum: Hardware
Topic: vDrive: With MDV sound? I wonder.
Replies: 56
Views: 10817

Re: vDrive: With MDV sound? I wonder.


Can the Digispark run the same code as the DIP Atmel ATTiny85? i.e. can I load Stephen's version which seems to have better sound? Also, can you grab the code that's on the Digispark, before overwriting it, and is it in a "compiled" state?


Yes. The Digispark board is just a pcb with an ATtiny85 ...
by NormanDunbar
Mon Jun 02, 2025 5:50 pm
Forum: Hardware
Topic: vDrive: With MDV sound? I wonder.
Replies: 56
Views: 10817

Re: vDrive: With MDV sound? I wonder.


You told me to use ICSP instead direct programming with ie. avrdude, right? What advantages has it?


If you program any Arduino or AVR (as was) microcontroller with an ICSP, the bootloader section of Flash RAM is overwritten by a chip erase. This means that there's no bootloader to delay startup ...
by NormanDunbar
Mon Jun 02, 2025 5:11 pm
Forum: Hardware
Topic: vDrive: With MDV sound? I wonder.
Replies: 56
Views: 10817

Re: vDrive: With MDV sound? I wonder.

The Attiny takes more than 10 seconds (with my board Digispark or direct powered) to start the sound, not usable at all, in 10 seconds the microdrives has finished the reading, so led activity.

The Digisparks board has a bootloader built in. When programming it---using the Arduino IDE and a USB ...
by NormanDunbar
Wed May 28, 2025 5:05 pm
Forum: Software & Programming
Topic: DBAS Database Documentation - Now available in PDF format.
Replies: 7
Views: 393

Re: DBAS Database Documentation - Now available in PDF format.

Ok, here's an explanation of INCLUDE and EXCLUDE which I hope helps, because, as I've found, it's confusing!

I've added a better explanation to the SuperBASIC section on selecting records to make it less confusing, I hope. I also noted a typo in David Howell's original code in the example as it ...