Search found 414 matches

by olzeke51
Sun Nov 03, 2019 12:46 am
Forum: Projects
Topic: LPC800-DIP
Replies: 9
Views: 24029

Re: LPC800-DIP

doing another 800DIP project and need a fast picture of pins; here it is
by olzeke51
Sat Oct 19, 2019 8:28 pm
Forum: Software issues
Topic: ARMstamp 11U37 Systick control
Replies: 1
Views: 8738

ARMstamp 11U37 Systick control

Working with a MultiTasking project, I needed to turn off the SYSTICK timer using the INTERRUPT() command. I know this is dangerous - I have 5 values to update, and shouldn't be interrupted by the MultiTask Timer [they are TaskX timing loops; since WAIT() shouldn't be used]....could/should I hang TI...
by olzeke51
Mon Oct 14, 2019 11:20 am
Forum: Projects
Topic: Darken Ship - via ARMstamp
Replies: 3
Views: 11979

Re: Darken Ship - via ARMstamp

Confession time - learning point I tested Basicchip's routine in my MultiTask program - it worked like a charm ' So what was wrong with my ideas ??? -- TIME - I was doing 20- 50 ms time loops! Turns out that information from the Internet is for RELAY contact bounce ! !!! ' Have a good day, y'all Gary
by olzeke51
Sun Oct 13, 2019 1:46 pm
Forum: Projects
Topic: Darken Ship - via ARMstamp
Replies: 3
Views: 11979

Re: Darken Ship - via ARMstamp

Okay folks, First - I updated the above picture Second:: I had a hard time trying to do a 'switch debounce' routine in the MultiTask method. So I added (in parallel) a toggle switch, with a bonus beeper!! ' will post program after a little clean up - my USART prints seem to be doubling up !!!! Olzek...
by olzeke51
Tue Oct 08, 2019 9:51 pm
Forum: Kitchen sink
Topic: WAIT in a MultiTasking program
Replies: 3
Views: 11942

WAIT in a MultiTasking program

Curious if WAIT(x) has any adverse affects on the timing in your MultiTasking.bas program??
my WAIT(x) is less than the assigned TaskTime, currently...
what if it is longer??
'
Olzeke51
by olzeke51
Tue Oct 08, 2019 12:38 am
Forum: Software issues
Topic: ABS & NOT
Replies: 1
Views: 8757

ABS & NOT

not a biggie - probably my not understanding 'expression'?? was trying to toggle/flip a value between 0 and 1 upon each keypress ' so I used ABS of a NOT value ABS (NOT toggled) and got an incrementing value ! ! abs_not.jpg ' any thoughts -- - on the ABS(NOT ) situation??? Olzeke51 EDIT - print NOT ...
by olzeke51
Wed Oct 02, 2019 10:39 pm
Forum: Kitchen sink
Topic: Documentation, broken link
Replies: 63
Views: 143538

Re: Documentation, broken link

the 'FILEEOF' page is missing some of the 'E's in the body of the explanation
minor thing -
olzeke51
by olzeke51
Tue Sep 10, 2019 1:38 am
Forum: Projects
Topic: Darken Ship - via ARMstamp
Replies: 3
Views: 11979

Darken Ship - via ARMstamp

My man-cave has a 'submarine' motif. As a Navy Airdale that spent time on carriers, you get used to setting different 'integrity conditions' - ie various 'General Quarters'. One of them was to "Darken Ship" - meaning to go to RED lights for exterior openings. ' I found the Proto-24 on sale from pcbo...
by olzeke51
Sat Aug 31, 2019 8:10 pm
Forum: Serial Communication
Topic: USB vs. UART communication
Replies: 6
Views: 18582

Re: USB vs. UART communication

Okay folks, did some more research..... Basicchip has provided the SPRINTF function that will do the heavy lifting. from the example in the Help file:: . "str = SPRINTF("%c%c a string a....." . so now you can do a TXD(x) on each character of the "str" I had just been using the 'printf' function ;) ....
by olzeke51
Sat Aug 31, 2019 7:42 pm
Forum: Serial Communication
Topic: USB vs. UART communication
Replies: 6
Views: 18582

USB vs. UART communication

Hey Y'all, okay, USB has a technical limit of 15 feet, to meet good data/timing specs. I am 25' away from my computer/terminal and I don't have enough extension cables OR an electronic extender. Future goal will be about 95+ feet away. ' I want/need to get data to/from the ARMstamp [or other USB mic...