Search found 414 matches

by olzeke51
Thu Mar 19, 2020 1:43 pm
Forum: Projects
Topic: DIY WiFi Programmable Thermostat
Replies: 45
Views: 100230

Re: DIY WiFi Programmable Thermostat

Hey Y'all, I was testing out my version of the Thermostat (based on Basicchip's early prototype pcb) and had left it connected overnight to my USB hub - no battery or AC input. the ARMStamp and the daughter board were WARM !! I would say maybe 5* F above ambient. Didn't have the system doing anythin...
by olzeke51
Thu Feb 13, 2020 2:24 am
Forum: Projects
Topic: Help getting started - my project goals
Replies: 6
Views: 19011

Re: Help getting started - my project goals

Hello Chris - welcome aboard ! ' I'm more of a hardware guy, myself. ' some hints - that might ease you into it all - your projects are saved in the ./Documents/Coridium folder I create subfolders for each board type, then for each project with that type. ' - the compiler pulls standard lib files fr...
by olzeke51
Sat Feb 01, 2020 9:00 pm
Forum: Kitchen sink
Topic: Documentation, broken link
Replies: 63
Views: 143514

Re: Documentation, broken link

FYI the "data types" in the online Help appears to point to an older 'Addressof' ' there are also two different links for the 'ADDRESSOF' one being the older 'Addressof' ' FWIW = I also noticed that the 'blue' highlight bar jumped to "BYREF" when I selected the #2 choice from the 'ADDRESSOF' choices...
by olzeke51
Tue Jan 21, 2020 11:00 pm
Forum: Software issues
Topic: Multi-tasking
Replies: 8
Views: 20381

Re: Multi-tasking - STOP command issue

Hey Y'all I was trying to debug a 7-segment display Task0 that shows/displays junk in a MultiTask.bas program, so I used a STOP command to be able to dump the "Tools/Debug/Variables" ' I assumed ( without any/much thought ) that AB would stop processing program flow - but the MT interrupt for time s...
by olzeke51
Sun Dec 22, 2019 2:06 pm
Forum: Projects
Topic: web based clock
Replies: 30
Views: 64568

Re: web based clock

Hello Basicchip, Clock still 'ticking' away?? ' Is the '824 firmware available , that you used in the clock? I realize it is not an official product. I kindof miss the old store option of 'Misc" for purchases, etc. I am playing around with the 800-DIP..no real issues ... but curious Thnx, Olzeke PS ...
by olzeke51
Sat Dec 14, 2019 11:20 am
Forum: Projects
Topic: LPC800-DIP
Replies: 9
Views: 24025

Re: LPC800-DIP - RXD/TXD(1)

Investigated the usage of the alternate serial port(1)"
RXD(1) is assigned to pin P0.09
TXD(1) is assigned to pin P0.08
'
Have a good day
Olzeke51
by olzeke51
Fri Nov 29, 2019 1:07 am
Forum: Software issues
Topic: HEX() printing
Replies: 1
Views: 9100

HEX() printing

I just noticed that when the PRINT HEX(expression) is called that it prints in lower case:: M0 starting... bc 2000258 <<<<program prints the variable and then its address : hexer = &HBC ... M4 Finished in 16 ms @2000258 2 <<command line entry 02000258: 000000BC 02000258 but the breakpoint '@' prints...
by olzeke51
Wed Nov 20, 2019 1:04 pm
Forum: Projects
Topic: Blockly
Replies: 1
Views: 9532

Blockly

Hello Basicchip, Thank you for releasing your WIP - BlocklyBASIC . It runs my 'Helloworld.blockly' okay {but (FYI) as "teste" in a new TclTerm[7.14] window] ' It is not intuitive as to how to get access to a previously saved 'file.blockly' program. I tried to 'associate' .blockly files with the 'Cor...
by olzeke51
Mon Nov 18, 2019 9:28 pm
Forum: Software issues
Topic: BAUD() error message
Replies: 4
Views: 12602

Re: BAUD() error message

Here's why: 1) BT resets the board when Windows10 comes out of sleep mode - loosing/changing data 2) I am using a standard PC RS-232 serial port to transmit/rcv data in TclTerm 3) DEBUGGING was only for narrowing down the error message 4) this will be a serial port concentrator/server of sorts, with...
by olzeke51
Sun Nov 17, 2019 3:33 pm
Forum: Software issues
Topic: BAUD() error message
Replies: 4
Views: 12602

BAUD() error message

Okay, ran this on a BASICchip Programmer and the 800-DIP (modified BLINKY.bas) works fine, accepts my IF RXD(0)= &H7A ["z"] then exit BUT When I define BAUD(0)=115200 [default for both chips] 1) prints garbage - looks like wrong baud?? 2) when I attempt to send a "z" I get this error: and no action ...