Search found 414 matches

by olzeke51
Wed Jul 22, 2020 3:18 pm
Forum: Software issues
Topic: MakeItC_v12_3 - issue3?
Replies: 7
Views: 9599

MakeItC_v12_3 - issue3?

Hello Basicchip, downloaded MiC today onto a W10 machine, had a 1114 board on it tried to call up the 'example - HelloWorld" and ran into this issue in the picture MiC_v12_3.gif ' and got a confirming message still about __errors.tmp file permissions (Issue 1 & 2 were run on a W7 machine from a rece...
by olzeke51
Fri May 29, 2020 12:12 am
Forum: Software issues
Topic: MakeItC missing CPU??
Replies: 1
Views: 4843

MakeItC missing CPU??

#edit - had been a missing file issue - but the reboot of my PC seems to have solved it TWO problems - depending on if its a ~.c program or a ~.ino Downloaded the SetupC.exe from the "Specials" link from the web home page. installed , had to use the 'File" command to load the 'Blink.ino" Used the <R...
by olzeke51
Fri May 01, 2020 11:05 pm
Forum: Software issues
Topic: INTERRUPT(0)
Replies: 1
Views: 6131

INTERRUPT(0)

In considering some MultiTasking ideas, mainly Flash writing; you said to turn off interrupts.
Does INTERRUPT(0) turn off the SUB INTERRUPT(s) that I create?? .. and then back on with (1)??
Thanks
GaryZ
by olzeke51
Tue Apr 28, 2020 7:37 pm
Forum: Projects
Topic: Datalogger Resources
Replies: 10
Views: 28771

Re: Datalogger Resources

I was referring to the Arduino connectors on the Datalogger product
by olzeke51
Mon Apr 13, 2020 11:31 am
Forum: Software issues
Topic: ARMstamp 11U37 hard fault
Replies: 2
Views: 6682

Re: ARMstamp 11U37 hard fault - WORKING NOW

A new day, more brain power.... well, actually had a slow time getting to sleep.... it dawned on me that &H47b6 was most likely in my program area! ' sure enough, here is the Tools/Debug/Code data:: hardfault03.gif ' and you can see that Task_r is in that area!! BUT - it doesn't explain the hardfaul...
by olzeke51
Mon Apr 13, 2020 12:19 am
Forum: Software issues
Topic: ARMstamp 11U37 hard fault
Replies: 2
Views: 6682

Re: ARMstamp 11U37 hard fault

AND here is my Task_r() run as a main: #include "LPC11u3x.bas" Main: DIM T_day, T_hour, T_min, T_ON, T_start, T_data, T_addr,tempture, idx DIM Sector1(511) dim BIG$(35) for idx = 0 to 511 T_data = Sector1(idx) T_addr = ADDRESSOF(T_data) T_day = RD_BYTE(T_addr +3) T_hour = RD_BYTE(T_addr +2) T_min = ...
by olzeke51
Sun Apr 12, 2020 8:42 pm
Forum: Software issues
Topic: ARMstamp 11U37 hard fault
Replies: 2
Views: 6682

ARMstamp 11U37 hard fault

Hello Basicchip, I am getting a 'hard fault at 47b6, fairly constantly. after I enter a keyboard character !! * edit: changed the pointer to the correct value and it has not failed yet tho I did keep the 2nd MyByte2 * * ' **DO MyByte = RXD(0) UNTIL MyByte >= 0 MyByte2 = RXD(0) IF time_idx > 511 then...
by olzeke51
Tue Apr 07, 2020 9:51 pm
Forum: Software issues
Topic: MakeItC update
Replies: 5
Views: 13972

Re: MakeItC update

Hey Y'all,
Used a version of MakeItC (loaded 3/26/2020) and ran Helloworld.c example.
wanted some info on C - so I did the Help tab, C reference and got this error -
the site does exist if I manually type the URL in FireFox (on Win10)
no_C_Help.jpg
no_C_Help.jpg (113.39 KiB) Viewed 9099 times
'
?? missing space after the 'browze" ??
Olzeke51
by olzeke51
Thu Apr 02, 2020 8:46 pm
Forum: Projects
Topic: DIY WiFi Programmable Thermostat
Replies: 45
Views: 100208

DIY WiFi Programmable Thermostat - FWIW data

Hey Y'all, been monitoring the times that my system turns on, and length of time. here is my data in a spreadsheet:: 5 34 14 20053 269 36 was set for 71 5 41 13 20472 1170 36 turned up to 73 6 8 44 22123 569 36 6 25 14 23113 299 36 6 36 44 23803 479 36 6 52 14 24733 299 36 7 5 44 25543 299 36 7 18 1...
by olzeke51
Thu Mar 19, 2020 10:05 pm
Forum: Projects
Topic: DIY WiFi Programmable Thermostat
Replies: 45
Views: 100208

Re: DIY WiFi Programmable Thermostat - NOT Warm

Y'all
been running tests of various sorts , had power (via USB) on all day - ?9 hours?
NOT WARM ......
Turns out I had some stuff tied to the 5V pin (pin 21 on the Stamp set of pins)
Whewwwoo
Gary