thanks a lot sir, i am planning to use atmega32 as my target chip!!
and i can use the same principle of led to control the speed on dc motors?? i could do with the simulation but i think a demo prob would be a much better solution, thanks a lot! now i could understand PWm even better!!
Search found 29 matches
- Sat May 12, 2012 3:10 pm
- Forum: General Programming
- Topic: PWM in AVR atmega32
- Replies: 3
- Views: 3304
- Fri May 11, 2012 7:05 pm
- Forum: General Programming
- Topic: PWM in AVR atmega32
- Replies: 3
- Views: 3304
PWM in AVR atmega32
hello sir,
i want to increase and decrease the brightness of a LED..how do i do tat in flowcode avr?? can u upload a demo prog it will be really helpfull thanku!!
i want to increase and decrease the brightness of a LED..how do i do tat in flowcode avr?? can u upload a demo prog it will be really helpfull thanku!!
- Sat May 05, 2012 11:53 am
- Forum: General Programming
- Topic: Timers in AVR ATMEGA32
- Replies: 2
- Views: 2763
Timers in AVR ATMEGA32
hello sir,
my project is to start a timer untill i recieve a high pulse in any of i/o port, and print the timer value in a 16x2 lcd
am thorough with LCD but can any one guide me with timers pls??
thank you
ragesh
my project is to start a timer untill i recieve a high pulse in any of i/o port, and print the timer value in a 16x2 lcd
am thorough with LCD but can any one guide me with timers pls??
thank you
ragesh
- Wed Apr 18, 2012 5:09 pm
- Forum: General Programming
- Topic: how to print a decimal value in lcd
- Replies: 9
- Views: 8070
Re: how to print a decimal value in lcd
i have attched a sample file.
i have used at,ega32 MCU
i have used at,ega32 MCU
- Wed Apr 18, 2012 4:47 pm
- Forum: General Programming
- Topic: how to print a decimal value in lcd
- Replies: 9
- Views: 8070
Re: how to print a decimal value in lcd
sorry small typing mistake in previous post
it is c=a/b
and its NOT
c=7/2
it is c=a/b
and its NOT
c=7/2
- Wed Apr 18, 2012 4:46 pm
- Forum: General Programming
- Topic: how to print a decimal value in lcd
- Replies: 9
- Views: 8070
Re: how to print a decimal value in lcd
hello sir , thanks for your response , thanks a lot! i tried and have come up with a better and very easy solution. what i did was.. a=7 b=2 c=7/2 all variables are FLOAT, initialze string variable str. then use string manuplation[ str=floattostring(c)] ; now in lcd print string--> str and the its a...
- Sun Apr 15, 2012 3:42 pm
- Forum: General Programming
- Topic: how to print a decimal value in lcd
- Replies: 9
- Views: 8070
Re: how to print a decimal value in lcd
sir,
i use flowcode v4..i have imported it..but i want to display a mathematical calculation in decimals not an ADC value..
say 7/2..i want 3.5 to be displayed in my LCD display
i use flowcode v4..i have imported it..but i want to display a mathematical calculation in decimals not an ADC value..
say 7/2..i want 3.5 to be displayed in my LCD display
- Sun Apr 15, 2012 3:30 pm
- Forum: General Programming
- Topic: how to print a decimal value in lcd
- Replies: 9
- Views: 8070
Re: how to print a decimal value in lcd
hello sir,
as i am using flowcode for AVR can u please guide to a topic that deals my question with AVR
thank you!!
as i am using flowcode for AVR can u please guide to a topic that deals my question with AVR
thank you!!
- Sun Apr 15, 2012 3:10 pm
- Forum: General Programming
- Topic: how to print a decimal value in lcd
- Replies: 9
- Views: 8070
how to print a decimal value in lcd
hello sir,
what function should i use to print a decimal value
for eg a=7
b=2
c=a/b and in lcd when i use print number(c) command i want the lcd display to show 3.5 but float is not supported pls help
regards
ragesh
what function should i use to print a decimal value
for eg a=7
b=2
c=a/b and in lcd when i use print number(c) command i want the lcd display to show 3.5 but float is not supported pls help
regards
ragesh
- Sun Apr 01, 2012 3:50 am
- Forum: Programming Tips & Tricks
- Topic: ultrasonic range finder using flowcode
- Replies: 1
- Views: 4275
ultrasonic range finder using flowcode
hello , i came across this project where timers gotta be used..but in flowcode4 for AVR timers are not user friendly. i have pasted the link of the project that has the logic of the project so kindly guide me how to start this project with flowcode. http://extremeelectronics.co.in/avr-tutorials/inte...
- Mon Feb 27, 2012 2:05 pm
- Forum: Flowcode V4
- Topic: AT commands using Flowcode for AVR
- Replies: 10
- Views: 7419
Re: AT commands using Flowcode for AVR
so in order to send a text message can i do this alone?
sendstring"at+cmgs=9962752527"
sendstring"Hello"
should i include a semicolon for the number??
should i use ctrl-z ????
sendstring"at+cmgs=9962752527"
sendstring"Hello"
should i include a semicolon for the number??
should i use ctrl-z ????
- Mon Feb 27, 2012 1:26 pm
- Forum: Flowcode V4
- Topic: AT commands using Flowcode for AVR
- Replies: 10
- Views: 7419
Re: AT commands using Flowcode for AVR
in the demo programm RS232 macro has been used and "send char" option has been used..cant i use "sendstring" option???
eg : sendstring---->"AT+CMGS=9962752527"
cant i include the number of the mobile as well as the command in one single option????
eg : sendstring---->"AT+CMGS=9962752527"
cant i include the number of the mobile as well as the command in one single option????
- Fri Feb 24, 2012 5:26 am
- Forum: Flowcode V2 & V3
- Topic: PWM in AVR atmega32
- Replies: 4
- Views: 5932
Re: PWM in AVR atmega32
hello sir,
thank you..i wasnt aware of the import option.! thanks a lot!!
thank you..i wasnt aware of the import option.! thanks a lot!!
- Wed Feb 22, 2012 8:17 pm
- Forum: Flowcode V5
- Topic: flowcode 5
- Replies: 2
- Views: 4568
flowcode 5
hello is there a demo version of flowcode 5 for AVR ?
- Wed Feb 22, 2012 7:45 pm
- Forum: Flowcode V2 & V3
- Topic: PWM in AVR atmega32
- Replies: 4
- Views: 5932
Re: PWM in AVR atmega32
hello sir,
i couldn view the demo prog as its for PIC..i ahve orginal version of FLOWCODE for AVR..so am unable to access the support files provided by matrix multimedia..'kindly help
ragesh
i couldn view the demo prog as its for PIC..i ahve orginal version of FLOWCODE for AVR..so am unable to access the support files provided by matrix multimedia..'kindly help
ragesh
- Tue Feb 21, 2012 3:51 pm
- Forum: Flowcode V2 & V3
- Topic: PWM in AVR atmega32
- Replies: 4
- Views: 5932
PWM in AVR atmega32
hell sir,
i want to do a project which is like increasing and decreasing led brightness...but i am not able to get the desired output can u help me out by sending a sample programme to increase and decrese led brightness autonomously...
i want to do a project which is like increasing and decreasing led brightness...but i am not able to get the desired output can u help me out by sending a sample programme to increase and decrese led brightness autonomously...
- Wed Feb 08, 2012 7:06 pm
- Forum: Flowcode V4
- Topic: GSM interfacing using FLOWCODE 4 AVR
- Replies: 4
- Views: 3334
Re: GSM interfacing using FLOWCODE 4 AVR
sir i have that programme with me in AVR version itself... i just want a sample prog to send a SMS to a number predefined inside that program... i don want the user to enter the number thro keypad..i want the number to be stored in the prog itelf..please help me out with this sir!!
thank you
thank you
- Wed Feb 08, 2012 6:59 pm
- Forum: Flowcode V4
- Topic: GSM interfacing using FLOWCODE 4 AVR
- Replies: 4
- Views: 3334
Re: GSM interfacing using FLOWCODE 4 AVR
sir as we are having flowcode for AVR will that programe work with demo version of PIC FLOWCODE
???
???
- Wed Feb 08, 2012 4:55 am
- Forum: Flowcode V4
- Topic: GSM interfacing using FLOWCODE 4 AVR
- Replies: 4
- Views: 3334
GSM interfacing using FLOWCODE 4 AVR
hello sir,
we are stuck up with programming a GSM modem along with ATmega32 micro controller..can pls guide us with a demo programm to just send a SMS saying "HELLO" to a number say "996275252" . thanking you in advance!
we are stuck up with programming a GSM modem along with ATmega32 micro controller..can pls guide us with a demo programm to just send a SMS saying "HELLO" to a number say "996275252" . thanking you in advance!
- Sun Feb 05, 2012 7:10 pm
- Forum: Flowcode V4
- Topic: AT commands using Flowcode for AVR
- Replies: 10
- Views: 7419
Re: AT commands using Flowcode for AVR
hello sir, we bought flowcode 4 for avr few months back so we are not able to purchase flowcode 5 immediately(it has an GSM macro) , can u help us by sending a sample programme, just to send a sms to a number. for example : sending a sms "ALERT" to a number say "984052689", using...
- Tue Jan 31, 2012 5:58 pm
- Forum: C and ASM Programming
- Topic: problem in compiling to hex
- Replies: 10
- Views: 10304
Re: problem in compiling to hex
even after saving in my documents i still have the same problem what do i do now?? am not able to continue with my project further !!
- Mon Jan 30, 2012 7:05 am
- Forum: General Programming
- Topic: Timers in Flowcode for AVR
- Replies: 1
- Views: 1974
Timers in Flowcode for AVR
hello, can any one help by sending few tutorials to learn TIMERS in flowcode??
- Mon Jan 30, 2012 7:01 am
- Forum: C and ASM Programming
- Topic: problem in compiling to hex
- Replies: 10
- Views: 10304
HELP for TIMERS in FLOWCODE AVR
hello..is there any good tutorial to learn timers of AVR atmega32 using flowcode...
- Mon Jan 23, 2012 2:12 pm
- Forum: C and ASM Programming
- Topic: problem in compiling to hex
- Replies: 10
- Views: 10304
Re: problem in compiling to hex
yes sir i am using windows 7 only..! should i save my programms in my documents????
- Wed Jan 18, 2012 6:36 pm
- Forum: C and ASM Programming
- Topic: problem in compiling to hex
- Replies: 10
- Views: 10304
Re: problem in compiling to hex
is there any way to over come this?? cause am not able to do my project because of this??