Search found 36 matches

by jay
25 September 2016, 15:24 PM
Forum: General
Topic: Single-bit wireless in both directions
Replies: 1
Views: 6518

Single-bit wireless in both directions

a 'ESP8266' as access point serving a page that could drive one of it's IO back to your app. Not BT, but pretty simple.
..jay
by jay
05 July 2016, 16:49 PM
Forum: ZBasic Language
Topic: 32-bit chips
Replies: 8
Views: 10850

dlh wrote:Wouldn't the Raspberry Pi 3 be an obvious choice?
:D
..jay

.. would sure be nice .. From a price/cost stand point ..when you add up the BOM.. and zbasic might pick up some of the linux crowd..
by jay
06 December 2015, 4:28 AM
Forum: ZBasic Language
Topic: ZBasic or Arduino for hobby?
Replies: 11
Views: 6319

Re: ZBasic or Arduino for hobby?

GTBecker wrote:My first micro was an 8008
I was tad later.. 6052 .. I still have two working KIM-1's (and a KIMSi 1K memory expansion).. but I'd have to dig around a bit to find some old programs on tape..
:)
by jay
28 November 2015, 15:38 PM
Forum: General
Topic: Adapter for ESP8266-01
Replies: 8
Views: 11982

:oops: not the link you wanted .. :!:
by jay
18 November 2015, 18:08 PM
Forum: General
Topic: Just wanted to say..
Replies: 0
Views: 8873

Just wanted to say..

Thank you. Been mostly lurking on the forum.. but have lots of projects over the years with zbasic and the family of products..

Thought it was time to say thanks for the ride (so far) .. it has been fun and a great place to learn. .. BTW.. retired IBM programmer/engineer..
by jay
24 September 2014, 15:32 PM
Forum: ZBasic Language
Topic: Detecting power loss and saving data
Replies: 4
Views: 3464

I used i2c flash to store over power cycles.. but that would require changes to your hardware (and a little to the SW) ..

..jay
by jay
24 February 2014, 17:56 PM
Forum: ZBasic Language
Topic: Is the excel version of device parameters still online
Replies: 2
Views: 1434

by jay
09 October 2013, 4:07 AM
Forum: ZBasic Language
Topic: FlipBits() but just need a nibble and need to invert bits
Replies: 7
Views: 3382

Tom, thanks for the sample, I'll file it away for future use.. In my current app, it is cleaner for me to use Don's approach and just pass address and UBound as arguments rather than storing size info in each table. ..jay If I understand your question, Jay, maybe this will work for you, too. .......
by jay
08 October 2013, 14:17 PM
Forum: ZBasic Language
Topic: FlipBits() but just need a nibble and need to invert bits
Replies: 7
Views: 3382

Re: FlitBits() but just need a nibble and need to invert bit

Don, thanks for the note!! Sorry it was a little off topic.. The light came on when you said: ......It can be done but it isn't as simple as one might like. Essentially, you need to pass the address of the table to the subroutine and you also need some means to indicate how many entries are in the t...
by jay
08 October 2013, 12:59 PM
Forum: ZBasic Language
Topic: FlipBits() but just need a nibble and need to invert bits
Replies: 7
Views: 3382

Re: FlitBits() but just need a nibble and need to invert bit

Ahhh.. now that you mention ByteVectorData.. I have put off a question I have along THAT line.. I'd like to be able to have a sub that could work with a 'pointer' to one of several different '..VectorData' tables. I've played with using addresses, but have not figured out how to do it.. Using your t...
by jay
23 May 2013, 15:43 PM
Forum: ZBasic Native Mode
Topic: Hello_World puzzler
Replies: 8
Views: 9613

I've been having a somewhat similar problem, except, I'm running with the generic license on a AtMega328P and using just debug.print... it is a slightly modified version of Don's "Hello, world" example he posted to me 14 December 2008 in the zx-1281 topic. While trying to understand my pro...
by jay
19 April 2013, 6:27 AM
Forum: ZBasic IDE
Topic: IDE Project>Open does not produce dialogue
Replies: 8
Views: 11551

When I start IDE and click Project -> Open nothing happens. However If I do File -> Open first then try Project -> Open then everything works just fine until I close IDE.
.. same problem.
Win7 Home Premium 64-bit, ZBasic IDE v1.6.5 Compiler v4.1.5, SciTE V 1.62
..jay
by jay
10 January 2013, 17:14 PM
Forum: ZX-40
Topic: PWM8 with OutputCapture on mega328p
Replies: 2
Views: 5515

Don thanks so much. I was starting to think about putting a pic back in..

Also, thanks for the pointer to Dean's articles. Some good late night reading.

Best regards,

..jay
by jay
10 January 2013, 14:23 PM
Forum: ZX-40
Topic: PWM8 with OutputCapture on mega328p
Replies: 2
Views: 5515

PWM8 with OutputCapture on mega328p

Reworking a old project (another IR vacation TV timer) that uses a ZX40 for scheduling and PWM to generate the IR command data stream. A PIC12F683 generated the carrier freq as gated by the PWM stream and controls the LEDs. I thought I'd move to a zx-328n, use the PWM as before, then use a PWM8 to g...
by jay
31 October 2010, 11:56 AM
Forum: ZBasic Language
Topic: DS3231
Replies: 2
Views: 3524

ds3231

Thanks Tony,
I have it working .. finished assembling the board and tested all the parts of the code.
..jay