Search found 13 matches: 1Hz flash test

Searched query: 1hz flash test

by siliconchip
Mon Aug 09, 2021 3:32 pm
Forum: General Programming
Topic: KEYPAD FREQUENCY ADJUSTMENT
Replies: 34
Views: 16253

Re: KEYPAD FREQUENCY ADJUSTMENT

... changed the target to the 16f 1937 for board testing which allows me to use the e blocks keypad ... I've got the OSCCON settings correct with a 1Hz flash test which i have, failing this i may have to dismantle ...
by jollybv
Tue Jun 13, 2017 4:26 pm
Forum: Flowcode V7
Topic: Custom Interrupt
Replies: 26
Views: 21338

Re: Custom Interrupt

... anything out on the TX pins of both UART'S and when i try to run my test program in flwcode it stops working. Also if i try to compile when i ... have tested it on a board with a flashing LED and set to approximately 1Hz and it looks right Flash_Test_PIC18F47K40.fcfx
by sysprofessional
Thu Dec 01, 2016 7:53 pm
Forum: Flowcode V6
Topic: PLL Enabling Problem in 18f14k22
Replies: 1
Views: 3187

PLL Enabling Problem in 18f14k22

... osccon = 0b01110110; osctune = 0b01011111; and flash a led with 500ms delay in flowchart.and got 4 test using oscilloscope. 1st test with osctune = 0b01011111; ... off, if Variable=122,reset to zero. Every test shown 1Hz frequency on scope. I have also define frequecy in ...
by medelec35
Fri Nov 28, 2014 7:04 pm
Forum: Flowcode V4
Topic: TMR 0 issue
Replies: 7
Views: 14880

Re: TMR 0 issue

... There are loads of references regarding 1Hz flash test Its purpose is to check that osc speed is running at the correct ...
by medelec35
Thu Nov 27, 2014 8:03 pm
Forum: Flowcode V4
Topic: TMR 0 issue
Replies: 7
Views: 14880

Re: TMR 0 issue

... have a 19.66Mz crystal and you have done the 1Hz flash LED test? Martin
by medelec35
Tue Jan 29, 2013 8:20 am
Forum: E-blocks
Topic: programming pic microcontroller
Replies: 22
Views: 13625

Re: programming pic microcontroller

... before starting a new project, to just to do a 1Hz flash test. e.g with LED and current limiting resistor connected to port ...
by medelec35
Thu Sep 20, 2012 10:08 pm
Forum: General Programming
Topic: PIC 16F887 PORT INTERRUPT
Replies: 14
Views: 9503

Re: PIC 16F887 PORT INTERRUPT

... before starting a new project, to just to do a 1Hz flash test. e.g Loop while 1 1>C1 delay 500ms 0>C1 delay 500ms For more ...
by medelec35
Tue Sep 11, 2012 10:16 pm
Forum: General Programming
Topic: ADC & PWM example please
Replies: 27
Views: 16137

Re: ADC & PWM example please

... control EC motors. Its always best to do the 1Hz flash test priot to creating main flowchat functions as it just tests oscillator ...
by medelec35
Tue Sep 11, 2012 6:43 am
Forum: General Programming
Topic: ADC & PWM example please
Replies: 27
Views: 16137

Re: ADC & PWM example please

Hi Acestu, I would suggest you do a 1Hz LED flash test so you can confirm hardware is running at the correct Speed. E.g ...
by medelec35
Fri Mar 16, 2012 2:07 pm
Forum: E-blocks
Topic: eb-005 not displaying example file
Replies: 12
Views: 10219

Re: eb-005 not displaying example file

... you will have LCD connected to. Then do the 1Hz test. E.g if connected to port B: While 1 PortB = 255 delay ... make sure LEDs that use the same port pins as LCD do flash at 1Hz. If not got Eblock then use a Voltmeter/DMM ...
by medelec35
Sun Oct 30, 2011 3:30 am
Forum: Flowcode V2 & V3
Topic: momentary switches
Replies: 4
Views: 6234

Re: momentary switches

... A0 Enables LED connected to port B0 to either flash or stay off. Pressing and releasing SW connected ... is very slow. LED will flash at about 1Hz on real hardware (untested as its a bit late. If I get time will test later) ...
by medelec35
Fri Feb 25, 2011 10:49 pm
Forum: Flowcode V4
Topic: Cheap PIC board Sure Electronics DP-113
Replies: 15
Views: 8313

Re: Cheap PIC board Sure Electronics DP-113

... elimate OSC speed issues, you can do the LED flash at 1Hz test. I'm guessing it is a configuration issue since: Cheap PIC board ...
by A_Smith
Wed Oct 27, 2010 6:46 pm
Forum: General Programming
Topic: LCD not working, Help needed please
Replies: 5
Views: 5175

Re: LCD not working, Help needed please

... with the configurations. I have simplified the test program even further so that all I have is ... Led (which is actually the LCD backlight) to flash 10 times at 1Hz and then start the LCD and write the number 1 then loop ...