Search found 344 matches

by hansolo
18 Feb 2009 01:53
Forum: mikroBasic General
Topic: 3.3volt MCU, 5 volt peripheral
Replies: 11
Views: 5950

Try this chip : SN74LVC1T45
by hansolo
30 Jul 2008 00:21
Forum: mikroBasic General
Topic: Dimmer 50Hz
Replies: 11
Views: 10055

Bytex, The value 'drive' determine how much brightness you want. 100% drive is full brightness and 0% is off. The zero cross input pin is PortB.0 which is pulled high by a 10k resistor. Upon zero crossing, the circuit will pull low on PortB.0 causing an external interrupt and the tick_switch will tu...
by hansolo
22 Jun 2008 11:03
Forum: mikroBasic General
Topic: Error compiling in mB Ver 7.0.0.2
Replies: 4
Views: 2054

Re: Error compiling in mB Ver 7.0.0.2

f you look at the error message, should the mB be searching for glcd_fonts.pbas and not glcd_fonts.ppas. The fonts are originally compiled by mikroPascal and MCL has information that the source file carries the extension .PPAS. It therefore asks for the .PPAS source file to be recompiled. It is ver...
by hansolo
22 Jun 2008 05:41
Forum: mikroBasic General
Topic: linker error recompling USB
Replies: 9
Views: 4066

What's the key to compiling using version 7 my hex files work from version 6 but I'm unable to get a working compile of the same code in version 7. Reinstalled version 6 and have no problems compiling the USB code I have similar problem with my codes which can compile successfully in ver 6.0.0.0 bu...
by hansolo
22 Jun 2008 05:32
Forum: mikroBasic General
Topic: Error compiling in mB Ver 7.0.0.2
Replies: 4
Views: 2054

Re: Error compiling in mB Ver 7.0.0.2

Make sure you have a clean install of mB (do not install it over the old version). Also, check your search paths, it is probably that you have multiple MCLs with the same name in your search paths. I installed the mB Ver 7.0.0.2 into my new notebook which does not have the previous version of mB. T...
by hansolo
20 Jun 2008 23:50
Forum: mikroBasic General
Topic: Error compiling in mB Ver 7.0.0.2
Replies: 4
Views: 2054

Error compiling in mB Ver 7.0.0.2

I try to recompile my program which was previously successfully compiled in mB Ver 6.0.0.0 but compiled with the following error in mB Ver 7.0.0.2. 7:1 E-0 Linker error: Redefined: System3x6 glcd_fonts.ppas 7:1 E-0 Linker error: Redefined: FontSystem5x8 glcd_fonts.ppas I use SPI_GLCD library in my p...
by hansolo
16 Jun 2008 22:47
Forum: Development Boards
Topic: PICPLC16B Schematic
Replies: 3
Views: 2038

Thanks.

Hansolo
marko.ziv wrote:hansolo,

I have sent schematics to your email address.

Best Regards
by hansolo
14 Jun 2008 07:19
Forum: Development Boards
Topic: PICPLC16B Schematic
Replies: 3
Views: 2038

PICPLC16B Schematic

Dear mE,

Can I have the PICPLC16B schematic?

I want to design a switching power supply using LM2576 and would like yo use your schematic as reference.

Thanks in advance.

Hansolo
by hansolo
24 May 2008 01:08
Forum: mikroBasic General
Topic: SRF04 Ultrasonic Ranger Example Program
Replies: 4
Views: 4369

Did you build the transistor triggerring circuit as according to the datasheet recommendation?

The blanking delay should be 1ms as according to the datasheet graphs.

I believe you problem is how you trigger and receive the echo output of the module.

I cannot go further as I do not have the module.
by hansolo
06 May 2008 13:20
Forum: mikroBasic General
Topic: RFID Board Example
Replies: 6
Views: 6344

RFID Board Example

Anyone has the mikroBasic example for the RFID board sold by mE?

There is no example in the mE website for the board.

Hansolo
by hansolo
01 May 2008 00:42
Forum: mikroBasic General
Topic: Dimmer 50Hz
Replies: 11
Views: 10055

I do not have 12F683 to try so I cannot confirm your program.

As the timing needs to be accurate, you should use an external 20MHz crystal.

Try your dimmer circuit with 16F877 and my program to confirm your circuit is okay before changing the PIC.

Go one step at a time.
by hansolo
28 Apr 2008 12:53
Forum: mikroBasic General
Topic: Dimmer 50Hz
Replies: 11
Views: 10055

The value 'drive' determine how much brightness you want. 100% drive is full brightness and 0% is off. The zero cross input pin is PortB.0 which is pulled high by a 10k resistor. Upon zero crossing, the circuit will pull low on PortB.0 causing an external interrupt and the tick_switch will turn on a...
by hansolo
19 Apr 2008 12:24
Forum: mikroBasic General
Topic: Dimmer 50Hz
Replies: 11
Views: 10055

Hope this program is helpful. It works for me. program Light_Dimmer_2 ' mikroBasic 6.00 ... 16F877A @ 20MHz Default Configuration ' Timer1; Prescaler=0; 1 clock every 0.2us; Timer1 interrupt Disabled ' CCPR1L:CCPR1H compare value for TMR1; on match sets CCP1IF & resets TMR1 ' Match and reset every 0...
by hansolo
09 Apr 2008 00:01
Forum: mikroBasic General
Topic: Sensirion SHTxx humidity sensors library
Replies: 12
Views: 9021

Re: SHTXX in 30M long

have anyone try on SHTxx on 30m long teliphone wires ? controller and sensor about 30m away. I'm using PIC16F877A. I had made this mistake before and I do not want anyone to repeat it. First of all you cannot use twisted pair cable for SHT sensors. You must use ribbon cable because the Vdd and Gnd ...
by hansolo
01 Mar 2008 23:42
Forum: mikroBasic General
Topic: 2 boards from my creations ....
Replies: 4
Views: 2509

I understand that you had also created a serial to ethernet board.

Mind to share some pictures.

Hansolo

Go to advanced search