Well, I purchased something and waiting for it to arrive. If it works, I promise to post it although I think there could be many options.
Troy
You should be able to set the pin type in the 16F18877 to either ST or TTL to match the 1937 type if that's what you're after.
I don't think your 'INLVLB = %00000100' statement changed anything for...
Turns out I don't really have a choice to stay with the 16F18877:
- 16F1937 has TTL General Purpose pins.
- 16F18877 has TTL and ST General Purpose pins.
74HC14 only costs $0.09 at JLCPCB, but...
It's not a rant if you guys help me. I didn't know that about the IOC flag being set regardless (I've done a lot of reading on Interrupt - remembering what I read is something else entirely).
...
Yes!
Quite often I see comments like don't do any work in the ISR, just set a flag and do the work in the main loop.
That's totally fine if what the ISR is doing is, for example, putting UART...
just a comment...
If you look at your code in post #1, the only thing the ISR does is set a flag that's read in your mainline code (NAV2_Swap_ON = 1).
You could drop all the interrupt stuff and...
9747
see the white negative going spikes that indicate when samples are taken by my routine,
the spikes are 1 uS in width , on my rigol 100MHz 1Gs/S oscilloscope @ 0.5mS/div they are not...
no,
why would you ever need microsecond responses to a key press ?
how are you determining the key was held for a reasonable time and not just noise ?
how are you determining the key was...
Look what I just found on p. 208:
EDIT: Hmmm, p.212 has 1 as default on port B (ST input).
Ill try with INLVLB = %00000100, but I doubt it'll make a difference.
EDIT SOME MORE: Nope,...
Re: 4G sms module
Aerostar,
rocket_troy Today, 00:11okay it arrived yesterday and it worked a treat. Almost a direct drop-in replacement for my older 3G module (starts message indexing at 1 instead of 0).
...