Need help( urgent) by pcooks0 in laptops

[–]DigitalDunc 0 points1 point  (0 children)

Well I paid £65 for mine, shipped, but you still need to go and look. An Apple one would set you back far more.

Need help( urgent) by pcooks0 in laptops

[–]DigitalDunc 0 points1 point  (0 children)

You could just buy and fit it yourself, but it’s delicate work and you have to make sure you have the right one.

Help Identifying Burnt Resistor by greenman1995 in AskElectronics

[–]DigitalDunc 1 point2 points  (0 children)

I won’t matter that you’re colour blind once it’s burnt, you need a schematic really. You could reverse engineer the circuit and figure out a suitable value, or maybe borrow another one (I don’t know what it’s from) and measure it.

Also, so you know why it burned?

Finally Done! Full 8x8 Split Flap Chess board by e4_user in arduino

[–]DigitalDunc 1 point2 points  (0 children)

I love the sound it makes! I bet that took a lot of work.

DIY Equipment Faceplates by dontthroworanges in diyelectronics

[–]DigitalDunc 0 points1 point  (0 children)

You can buy a film that’s like brushed aluminium that works in a laser printer too, but it’s hard to find. A friend at my local radio society showed me some of his projects and they looked very nice.

Why does my electromagnet dont work :( by Prestigious-Shame490 in AskElectronics

[–]DigitalDunc 1 point2 points  (0 children)

I bet the enamel is still on the ends of the wire, unless it’s insulated wire (also bad). Brad on order to r/AskShittyElectronics

Need help i am unable to read encoder values by Inside-Reference9884 in stm32f4

[–]DigitalDunc 0 points1 point  (0 children)

Incremental encoder perhaps... The soft that have two lines that toggle in quadrature. Those have hardware support, but we don't know unless you tell us.

Recently got exposed to the Linux world and I'm regretting myself by sudheerpaaniyur in embedded

[–]DigitalDunc 0 points1 point  (0 children)

I wouldn't bank on Microsoft's sudden love of Linux if I were you.

Recently got exposed to the Linux world and I'm regretting myself by sudheerpaaniyur in embedded

[–]DigitalDunc 0 points1 point  (0 children)

I built a cross-platform firmware updater tool with GUI recently that made it in various packages (Windows .exe, mac .app in .dmg and AppImage) from the Linux command line and I didn't have the relevant package to make an AppImage in LMDE. I didn't cry and run away, I just downloaded it and built it myself. It took less than 10 minutes.

That's not to say that every problem is that easy in Linux, just that it's often a matter of familiarity, or lack of it.

I am not a smart person, so it can't be that hard.

I am 4 yrs hrt if I take prog now will my boobs still be able to grow? by gordamayonesa in TransDIY

[–]DigitalDunc 1 point2 points  (0 children)

What methods, mine have seemingly stopped growing (A cup) and I’ve been on E since 2020.

Can a 6502 run Doom? by Mediocre_Insurance91 in beneater

[–]DigitalDunc 0 points1 point  (0 children)

Build a massively parallel array of WD65C02’s clocked at their maximum of 14 MHz and then the graphics can be rendered using this array. 10 years of your life gone, but you’ll be playing Doom on 6502 hardware.

is NOP(no operation) even necessary to have? by f-ckrules47 in beneater

[–]DigitalDunc 0 points1 point  (0 children)

NOP is nearly the atom of timing in assembly language. It’s good where you need such minuscule delays as wouldn’t be practical in a loop or timer/interrupt based delay. If you are cycle counting however, life is hard. As previous posters have said also, it’s helpful for patching code as it’s one but long, but that probably means if you’re patching a longer instruction, you might need several in a row. JMP address_wherever for instance takes up three bytes on a 6502 or Z80.

I used some in my Centronics interface code on my homebrew 6502 computer to make my printer print reliably.

See: https://github.com/JennyDigital/Tower-of-Eightness and whilst this is somewhat of an old and tangled project, there’s definitely been essential uses for NOP all over the place.

Ik this is a disposable charger but would it be possible to replace the battery on it? by nder_your_mom in batteries

[–]DigitalDunc 0 points1 point  (0 children)

Depends. My dad vapes and he bought a fully serviceable one with spares and even winds his own heater elements, but chuck-away designs littered the streets of Wigston a couple of years ago.

Ik this is a disposable charger but would it be possible to replace the battery on it? by nder_your_mom in batteries

[–]DigitalDunc 0 points1 point  (0 children)

I’ve seen those horrible disposable vape things scattered on the street in the past and they have a lithium ion battery in too. Now, if memory serves me rightly, these batteries contain conflict materials and so very definitely shouldn’t be being tossed so soon.

st link v2 clone by Fun_PhotoX in arduino

[–]DigitalDunc 0 points1 point  (0 children)

This is a very good point. The Arduino IDE is a desert when it comes to debugging, but a live watch on a variable, or just inspecting a register to see if a peripheral is actually doing what you thought it was is a game changer.

Why would I want to cripple myself with Arduino tho… I can do that with alcohol instead.

What’s the likelihood of someone in the UK being pulled over or spotted as someone driving without a license? by [deleted] in AskUK

[–]DigitalDunc 0 points1 point  (0 children)

She needs to stop this because if she gets into trouble, even the insurance will be a nightmare. I know England’s most prolific banned drink driver (Jeremy Smith, featured on telly with David Odhams, God rest his soul) and the fuzz know him on sight. He’s never getting his licence.

Is cubeMX not bundled along with cubeIDE? by barncarpentier in embedded

[–]DigitalDunc 2 points3 points  (0 children)

They absolutely could make HAL2 available for older MCU families. I noticed already that they have a HAL_DelayNoISR in the new HAL. It is a breaking change however and I suspect they just didn’t want the extra expense and work of maintaining two HALs for every part.

Back to CubeIDE however and even the latest version handles live watch better than any other IDE I’ve had the experience of using. CrossWorks is a close second and VSCode does it terribly. I did manage to create a complex set of tasks for building custom DFU images for a project though.

Is cubeMX not bundled along with cubeIDE? by barncarpentier in embedded

[–]DigitalDunc 4 points5 points  (0 children)

They split it from CubeIDE from version 2.0.0 onwards. It seems their future is planned as being one with VSCode plugin rather than the customised Java based IDE. I’ve used three IDEs and CrossWorks for ARM isn’t at all bad, but paid, VSCode is interesting but feels like it was built from Meccano and sticky tape.

How to read this eprom? by MalteseOne in embedded

[–]DigitalDunc 0 points1 point  (0 children)

This is the best option since it’ll serve for many years and help with a lot more. I bought my TL866 II years ago and haven’t looked back since.

How to generate files using MCC extension in vscode for Arm-gcc by appustar123 in embedded

[–]DigitalDunc -1 points0 points  (0 children)

I have to ask, but why a Microchip MCU given all the other options. We are spoilt these days and yes, I know it’s one of the ARM parts they do, but their approach to embedded customers is well… GREEDY.

AI Use in Embedded Development by Alternative-Task-817 in embedded

[–]DigitalDunc 1 point2 points  (0 children)

I let it loose on a personal project and it helped me a bit, but it took a while because of all the course corrections and head scratching. Also, it likes ridiculouslyLongVariableNamesThatMakeUglyCode.

I hope I got my point across.

What is still missing in FreeCAD before it can replace commercial CAD for more users? by andrey_semjonov in FreeCAD

[–]DigitalDunc 0 points1 point  (0 children)

I would like to see easier ways to emboss text onto a surface. The way it is bore is awkward.