Search found 15 matches

by geocool
26 June 2013, 13:23 PM
Forum: ZX-24
Topic: Analog Output
Replies: 5
Views: 7584

ok I understand now, thanks for the help :)
by geocool
26 June 2013, 12:24 PM
Forum: ZX-24
Topic: Analog Output
Replies: 5
Views: 7584

I'm reading the ZX24 HW Reference and I figured out that there is not any association with B.6 & B.7 Ports on any of 24 pins, is that right ?.Also Port D.4 is only available by soldering ? D.6 is the pin 7 on my basic stamp board and it's working as analog fine like D.5 & D.7 where the LEDs ...
by geocool
26 June 2013, 1:25 AM
Forum: ZX-24
Topic: Analog Output
Replies: 5
Views: 7584

Analog Output

Microcontroller: ZX24s I'm using Arduino Library with my microcontroller. I tried yesterday to use analogWrite Function to test a single LED with the Arduino Fade example. Unfortunately I figured out that all pins were working as digital. Pin D.5 & D.7 which are the LEDs on microcontroller can b...
by geocool
11 April 2012, 3:35 AM
Forum: ZX-24
Topic: ATmega1284P With Arduino
Replies: 3
Views: 7101

Ok i did a little bit of research and also got support on another forum. They told me that: "The heart of the ZX-24s is the Atmel AVR ATmega1284P microcontroller running at 14.7MHz." That is not quite compatible with Arduino - can you change it to 16 MHz? Also they told me to use this : ht...
by geocool
10 April 2012, 5:54 AM
Forum: ZX-24
Topic: ATmega1284P With Arduino
Replies: 3
Views: 7101

ATmega1284P With Arduino

Hello.
I would like to know if it's possible to install arduino bootloader and use it's programming language wiring. I Read that there are ports of arduino bootloader for ATmega1284P.
If it's possible can somebody show me the way ?

*Using ZX 24s.

Thanks in advance.
by geocool
01 November 2011, 10:53 AM
Forum: ZX-24
Topic: ZX 24s Sout Broken :(
Replies: 4
Views: 7924

Well, Thanks again, I'm gonna send it tomorrow.
I'm from Greece so if you want me to pay for the USPS let me know and I'll make the payment.
by geocool
13 October 2011, 11:40 AM
Forum: ZX-24
Topic: ZX 24s Sout Broken :(
Replies: 4
Views: 7924

Re: ZX 24s Sout Broken :(

Yesterday while I was trying to take out the microcontroller the Sout Pin Broke... is there any other way to program the microcontroller ? The ZX devices cannot be programmed without both serial pins working correctly. We'd be happy to repair it for you if you'll send it back. Really ? That's fanta...
by geocool
13 October 2011, 5:28 AM
Forum: ZX-24
Topic: ZX 24s Sout Broken :(
Replies: 4
Views: 7924

ZX 24s Sout Broken :(

Hello Again.
Yesterday while I was trying to take out the microcontroller the Sout Pin Broke... is there any other way to program the microcontroller ? :(

*note*
I have a easy Bluetooth Module, I don't know if it is possible to do something and program it from there.
by geocool
04 August 2011, 8:09 AM
Forum: ZBasic Language
Topic: Remote Control Project
Replies: 4
Views: 3246

Remote Control Project

I'm trying to control my sony TV with the IR Transmiter. I Need to send signal for 2.4ms then pause for 0.6ms and then send 1.2ms for Binary-1 or 0.6ms for Binary-0 with a pause of 0.6ms between them. http://www.zbasic.net/forum/about676.html I found this topic where there is OutBurst subroutine tha...
by geocool
03 August 2011, 9:29 AM
Forum: ZBasic IDE
Topic: ZBasic Compiler (No support for other OS)
Replies: 8
Views: 12540

I can't believe it, i just changed the installation path from "c:/Program Files (x86)" to "c:/ZBasic" and now it works... what dkinzer said helped me.
All this trouble for nothing :(
by geocool
03 August 2011, 9:01 AM
Forum: ZBasic IDE
Topic: ZBasic Compiler (No support for other OS)
Replies: 8
Views: 12540

>"C:\Program Files (x86)\ZBasic\zbasic.exe" --target-device=ZX24s --directory="C:\Users\Geocool\Desktop/" --project="myproj.pjt" Error: one or more errors occurred in the back-end build process for "myproj.zxb" >Exit co...
by geocool
02 August 2011, 11:30 AM
Forum: ZBasic IDE
Topic: ZBasic Compiler (No support for other OS)
Replies: 8
Views: 12540

ZBasic Compiler (No support for other OS)

I Bought a zx microcontroller few months before. Until today there is no support for 64bit windows . Also there is no support for Linux or Mac. Will be ever compiler ported for other OS ? Is it going to be compatible with 64bit windows ? ZX Microcontrollers are really good as hardware but as far as ...
by geocool
29 May 2011, 12:27 PM
Forum: ZBasic Language
Topic: SEROUT - SERIN IN ZBASIC
Replies: 2
Views: 2883

First of all thank you very much for your fast answer. I will try the code and I will post the results. And thanks for the note it's good to know !
by geocool
29 May 2011, 7:56 AM
Forum: ZBasic Language
Topic: SEROUT - SERIN IN ZBASIC
Replies: 2
Views: 2883

SEROUT - SERIN IN ZBASIC

I've been searching for how to Communicate With Easy Bluetooth Module all day but I can't make it work.In Basic Stamp I was working with SERIN AND SEROUT with success. What I want to do is send some bytes to the module and after that receive some more bytes. The Modules RX pin is 5 And the TX pin is...
by geocool
04 May 2011, 13:17 PM
Forum: ZBasic Native Mode
Topic: Native Mode - Visual Studio And Help To Start
Replies: 1
Views: 8164

Native Mode - Visual Studio And Help To Start

Hello People. I just bought a ZX-24s that I hope it feets in my Parallax Education Board of my Boe-Bot. I choose a native microcontroller because know C/C++ and I would like to learn some things on Assembly. I found in download page a library for native mode. In libraries I usually find a Header fil...