Development oddity
-
It uses a Proximity Sensor[^] that when broke starts a timer and timer stopped when closed. If time period target is reached the alarm goes off. Simple circuit and firmware. I'm writing an article for my site if interested in details, going to try and finish it today. (See sig)
A home without books is a body without soul. Marcus Tullius Cicero PartsBin an Electronics Part Organizer - Release Version 1.4.0 (Many new features) JaxCoder.com Latest Article: EventAggregator
-
Mike Hankey wrote:
If time period target is reached the alarm goes off.
So no standing there contemplating which donut one really wants to pull out for breakfast this morning?
When the door is closed it turns the alarm off, so get the donut and get out. :)
A home without books is a body without soul. Marcus Tullius Cicero PartsBin an Electronics Part Organizer - Release Version 1.4.0 (Many new features) JaxCoder.com Latest Article: EventAggregator
-
A while back someone, not mentioning any names, left the freezer (upright type) door open and all the food thawed and had to be pitched. Was an expensive lesson! So I designed a hardware/software solution; designed the PCB, sent off last week and got it today. Soldered, preliminary tests showed everything OK. Programmed the MCU, installed and ran a test. The oddity; hardware and software worked first time as designed...I don't know about y'all but that happens so rarely with me. During testing I had to let the alarm go off and it scared the SO. It is a really, really loud alarm.
A home without books is a body without soul. Marcus Tullius Cicero PartsBin an Electronics Part Organizer - Release Version 1.4.0 (Many new features) JaxCoder.com Latest Article: EventAggregator
It will probably wait until you take a brief holiday, preferably in the warm season, then will open the door itself.
Will Rogers never met me.
-
A while back someone, not mentioning any names, left the freezer (upright type) door open and all the food thawed and had to be pitched. Was an expensive lesson! So I designed a hardware/software solution; designed the PCB, sent off last week and got it today. Soldered, preliminary tests showed everything OK. Programmed the MCU, installed and ran a test. The oddity; hardware and software worked first time as designed...I don't know about y'all but that happens so rarely with me. During testing I had to let the alarm go off and it scared the SO. It is a really, really loud alarm.
A home without books is a body without soul. Marcus Tullius Cicero PartsBin an Electronics Part Organizer - Release Version 1.4.0 (Many new features) JaxCoder.com Latest Article: EventAggregator
-
Now, you need to create the audit committee to design the process and enforce the paperwork to prove that it is still working. (at least quarterly or whenever you change the batteries in the smoke detectors) Be sure to file in triplicate.
Dang I didn't submit it to QA team either.
A home without books is a body without soul. Marcus Tullius Cicero PartsBin an Electronics Part Organizer - Release Version 1.4.0 (Many new features) JaxCoder.com Latest Article: EventAggregator
-
A while back someone, not mentioning any names, left the freezer (upright type) door open and all the food thawed and had to be pitched. Was an expensive lesson! So I designed a hardware/software solution; designed the PCB, sent off last week and got it today. Soldered, preliminary tests showed everything OK. Programmed the MCU, installed and ran a test. The oddity; hardware and software worked first time as designed...I don't know about y'all but that happens so rarely with me. During testing I had to let the alarm go off and it scared the SO. It is a really, really loud alarm.
A home without books is a body without soul. Marcus Tullius Cicero PartsBin an Electronics Part Organizer - Release Version 1.4.0 (Many new features) JaxCoder.com Latest Article: EventAggregator
Recently, I was told to add MFA to a small desktop app. Never having coded MFA before, I asked for documentation. I was given a blog post. I did my research and coded everything just as the blog post said. We tested it, and it didn't work because of some configuration on the service's side. Once we changed that config setting, my code worked beautifully. Then I was told that I needed to code it without the config change because that has "security concerns". I was told to use a Nuget package to do the MFA a different way. I did my research and coded everything just as the Nuget package's documentation page said. We tested it, and it didn't work, no matter what was configured. Nobody could find any issues with my code. Turns out it's not supported anymore. Then I was told to code it differently - open the existing website's login page, and parse the URL's to get the access token. This also worked beautifully the first time, but is now dependent on the website's login code not changing. Best code I ever wrote 2 times in a row, and it was the wrong code because someone was too much in a rush to make sure they got me the right documentation and tools.
Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere
-
Recently, I was told to add MFA to a small desktop app. Never having coded MFA before, I asked for documentation. I was given a blog post. I did my research and coded everything just as the blog post said. We tested it, and it didn't work because of some configuration on the service's side. Once we changed that config setting, my code worked beautifully. Then I was told that I needed to code it without the config change because that has "security concerns". I was told to use a Nuget package to do the MFA a different way. I did my research and coded everything just as the Nuget package's documentation page said. We tested it, and it didn't work, no matter what was configured. Nobody could find any issues with my code. Turns out it's not supported anymore. Then I was told to code it differently - open the existing website's login page, and parse the URL's to get the access token. This also worked beautifully the first time, but is now dependent on the website's login code not changing. Best code I ever wrote 2 times in a row, and it was the wrong code because someone was too much in a rush to make sure they got me the right documentation and tools.
Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere
Yeah you just have to work with what tools you are given. I did a project once that used 2 3rd party api's with very little documentation. I worked my butt off for 3 days, with little sleep or help from project manager only to be told that the project wouldn't be used.
A home without books is a body without soul. Marcus Tullius Cicero PartsBin an Electronics Part Organizer - Release Version 1.4.0 (Many new features) JaxCoder.com Latest Article: EventAggregator