Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Python language
GFT2009_2010 - Portal EmptyWed Mar 27, 2019 4:43 am by abed.oubari

» Python Programming
GFT2009_2010 - Portal EmptyWed Mar 27, 2019 4:25 am by abed.oubari

» DAC -ADC --->FPGA-VHDL -SPARTAN 3E - Xilinx
GFT2009_2010 - Portal EmptyMon Nov 17, 2014 8:46 pm by HARISH BANDARU

» interfacing of onborard adc on virtex 5 fpga
GFT2009_2010 - Portal EmptyFri Jan 04, 2013 3:44 am by dipikasingh786

» Bipolar Stepper motors - Atmega8 - Bascom
GFT2009_2010 - Portal EmptyMon Sep 17, 2012 2:28 am by abed.oubari

» Saying good bye
GFT2009_2010 - Portal EmptyThu Sep 13, 2012 7:09 am by abed.oubari

» Manuel de robotique
GFT2009_2010 - Portal EmptySat May 05, 2012 9:30 am by abed.oubari

» Robot suiveur de ligne
GFT2009_2010 - Portal EmptySat May 05, 2012 8:59 am by abed.oubari

» Electronique
GFT2009_2010 - Portal EmptySat May 05, 2012 8:22 am by abed.oubari

Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 12 on Wed May 31, 2023 11:21 am
Python language

Wed Mar 27, 2019 4:43 am by abed.oubari

A turtle is available as standard under Python. It is not very fast, even for a turtle, but can make interesting figures.

Here's how to use the Python turtle module, in interactive mode (with Idle for example). The complete documentation is here: turtle.html

Example 01:


import turtle as tu

tu.fd(50)
tu.rt(90)
tu.fd(50)
tu.reset()
tu.speed(0)
for i in range(6) :
 tu.fd(100)
 tu.rt(360/6)



[ Full reading ]

Comments: 0

Python Programming

Wed Mar 27, 2019 4:25 am by abed.oubari

Small program in Python 3.0 to draw a star:


from turtle import *

i=0

while i<200:
      forward(i+1)
      right(144)
      i+=1
done()




bounce

Comments: 0

DAC -ADC --->FPGA-VHDL -SPARTAN 3E - Xilinx

Fri Sep 09, 2011 8:56 am by abed.oubari

Here the code for the ADC -DAC:

---------------------------------------------------------------
-- Spartan-3E Kit: Analog IO Component
-- DAC component: LTC2624 4 channel, 12 bit DAC
-- ADC component: LTC1407 2 channel, 14 bit ADC
-- (c) Abed OUBARI - CNESTEN - Morocco
-- oubari@cnesten.org.ma
--
---------------------------------------------------------------

library …

[ Full reading ]

Comments: 37

interfacing of onborard adc on virtex 5 fpga

Fri Jan 04, 2013 3:44 am by dipikasingh786

hiii
i am using virtex 5 protoboard MX5VFK-LX50 in which there is an onboard ADC of 14 bit and 10MSPS. i want to use adc for converting voice signal into digital and send the digital output to FPGA. pls can anyone help me in how to enable/ interface ADC with FPGA. please help me. thank you.

Comments: 0

Bipolar Stepper motors - Atmega8 - Bascom

Mon Sep 17, 2012 2:28 am by abed.oubari

This is a small program in Bascom, to drive a bipolar stepper motor using Atmega8 Controller and L298N:

[img]GFT2009_2010 - Portal Atmega10[/img]

Bascom Program:


'------------------------------------------------------------------------------
'name : BIPOLAR STEPPER MOTOR - L298N
'copyright : (c) 2012 - CNESTEN - MOROCCO
'purpose …


[ Full reading ]

Comments: 0

Saying good bye

Thu Aug 23, 2012 1:20 am by Stefan

Dear all,
As I am retiring by end of the month, it is time for me to say good-bye to all of you who accompanied me for the last 40 years that I have worked for the Agency. I would like to take this opportunity to express my sincere thanks for your co-operation and support over so many years. Please be informed that I will not be available as an expert to the Agency and therfore will be not longer …

[ Full reading ]

Comments: 1

Manuel de robotique

Sat May 05, 2012 9:30 am by abed.oubari


Twisted Evil
Voila un site qui va vous donner une idee generale sur les composantes utilisee dans la robotique:

http://letzner.info/robotique/manuel.html

Comments: 0

Robot suiveur de ligne

Sat May 05, 2012 8:59 am by abed.oubari

Voila le programme pour un robot suiveur de ligne:

http://www.bricobidules.com/index.php?post/2012/02/21/Un-suiveur-de-lignes-(encore-avec-Arduino)


Allez essayez de fabriquer votre propre engins suiveur de ligne.....! Very Happy


[ Full reading ]

Comments: 0

Electronique

Sat May 05, 2012 8:22 am by abed.oubari

Voila un site tres interessant de l electronique numerique:

http://www.reality.be/elo/labos2/doc.htm

amusez vous bien bounce Smile

Comments: 0

Log in

I forgot my password
 
 
Or
 
Social bookmarking

Social bookmarking reddit      

Bookmark and share the address of GFT2009_2010 on your social bookmarking website

Bookmark and share the address of GFT2009_2010 on your social bookmarking website

Keywords

Affiliates
free forum

Affiliates
free forum

RSS feeds


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


Statistics
We have 78 registered users
The newest registered user is sameer

Our users have posted a total of 139 messages in 53 subjects