Posts

Showing posts from January, 2015

LCD (I2C) as an serial monitor.

Image
goodday all, i have question little project i'm making school. i'm starting user, , ive got little background programming , building cerquit boards. what project?: i want put output of optical senor (i can read out on serial monitor) on lcd i2c chip. this code ive got far. code: [select] #include <wire.h> #include <liquidcrystal_i2c.h> liquidcrystal_i2c lcd(0x27,16,2); const int led = 13; int tcrt; void setup(){    // set lcd's number of columns , rows:  lcd.init();  lcd.backlight();  // initialize serial communications:  serial.begin(9600);  pinmode (led, output); } void loop(){  tcrt = analogread(a0);  serial.println(tcrt);  analogwrite(led, tcrt/4);  // when characters arrive on serial port...  if (serial.available()) {    // wait bit entire message arrive    delay(100);    // clear screen    lcd.clear();    // read available characters    while (serial.available() > 0) {      // display each character lcd      lcd.write(serial

Timer only working for a second

i working on automated pool controller , having problem whenever timer triggered turns on pump second , turns if off. have guidance have done wrong. code: [select] #include <time.h> #include <timealarms.h> int led = 13; const int amsw = 2; int pump = 4; int ssrctrl = 11; const int remote = 5; const int remote2 = 6; int pumpstate = low; int buttonstate = 0; int remotestate = 0; int remote2state = 0; int amstate = 0; int fan = 9; int estop = 13; int pumpdet = 10; int pumpdetstate = 0; int estopstate = low; int lastremotestate = low; long lastdebouncetime = 0;                                                                          long debouncedelay = 50; int ssrstate = 0; void setup() {   serial.begin(9600);   settime(11,59,50,6,17,14);   pinmode(amsw, input);   pinmode(remote, input);   pinmode(remote2, input);   pinmode(estop, input);   pinmode(led, output);        pinmode(fan, output);   pinmode(pump, output);   pinmode(pumpdet, input);   pinmode(ssrctrl, output

Thread: No wireless with Intel Link 5100

Image
hi, looking @ problem! i've got brand-new dell studio 15 laptop , can't figure out how set wireless card. lspci: code: 04:00.0 network controller: intel corporation wireless wifi link 5100 08:00.0 ethernet controller: broadcom corporation netlink bcm5784m gigabit ethernet pcie (rev 10) dmesg output: code: [ 2676.670948] iwlagn 0000:04:00.0: pci int disabled [ 2679.740376] iwlagn: intel(r) wireless wifi link agn driver linux, 1.3.27ks [ 2679.740383] iwlagn: copyright(c) 2003-2008 intel corporation [ 2679.740499] iwlagn 0000:04:00.0: pci int -> gsi 17 (level, low) -> irq 17 [ 2679.740516] iwlagn 0000:04:00.0: setting latency timer 64 [ 2679.740595] iwlagn: detected intel wireless wifi link 5100agn rev=0x54 [ 2679.761291] iwlagn: tunable channels: 13 802.11bg, 24 802.11a channels [ 2679.761386] iwlagn 0000:04:00.0: irq 2297 msi/msi-x [ 2679.763919] phy5: selected rate control algorithm 'iwl-agn-rs' [ 2684.407777]

No screen standby on Raspberry Pi - Raspberry Pi Forums

this has been have been waiting long time for. pi blanks display, not put display sleep. running pi b+ , pi2 connected dell lcd monitor using hdmi->dvi cable. it's dampens pi's economical nature, , puts in place no more economical desktop pc. can please , make higher priority? cheers. v81 wrote: this has been have been waiting long time for. pi blanks display, not put display sleep. running pi b+ , pi2 connected dell lcd monitor using hdmi->dvi cable. it's dampens pi's economical nature, , puts in place no more economical desktop pc. can please , make higher priority? cheers. xscreensaver offer more control ?? http://www.jwz.org/xscreensaver code: select all sudo apt-get update sudo apt-get install xscreensaver raspberrypi

Is there a way to dynamically create a variable

the following code segment throws exception. can define parameter using following code, not work me. need dynamically define x number of local variables. syntax off here, or there way accomplish this? in advance. <cfloop index = "i" = "1" = "#attributes.x#"> <cfset=var#i#> </cfloop> you need use variables scope local variables. <cfloop index = "i" = "1" = "#attributes.x#"> <cfset variables["var" & i] = something> </cfloop> More discussions in ColdFusion adobe

Thread: two kernels on Grub menu

hi, not long ago installed ubuntu 9.04 , few days later when updated using update manager have realized upgraded kernel version 2.6.28-11 2.6.28-15 have them both on boot menu on startup. question can delete old -11 files /boot/ , edit menu.lst , delete lines there ? or shouldn't i. this explains how remove old, unused kernels make grub menu purdier: http://tombuntu.com/index.php/2007/1...you-dont-need/ luck! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] two kernels on Grub menu Ubuntu

Error Interfacing DHT11 sensor RPI2 Model B - Raspberry Pi Forums

1. have rpi2 sensor model b. & installed raspbian here. https://www.raspberrypi.org/downloads/ 2. copied dht11 libs here: https://learn.adafruit.com/dht-humidity ... ll-updated 3. had extracted these folders home directory. 4. didn't run below commands (since don't have lan connection) sudo apt-get update sudo apt-get install build-essential python-dev python-openssl 5. directly run sudo python setup.py install cd examples sudo python simpletest.py 7. error: cannot import adafruit_dht raspberrypi

can't get style.css to work on page

Image
i have style sheet attached page. have link set not have underline. when put in new link , assign type link css still underlined though .likk set no under line????? show page please. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "sebben" <webforumsuser@macromedia.com> wrote in message news:ee9elo$q2a$1@forums.macromedia.com... >i have style sheet attached page. have link set not >have > underline. when put in new link , assign type link > css > still underlined though .likk set no under > line????? > More discussions in Dynamic HTML General Discussion (read only) adobe

Fresh install GUI problems - Raspberry Pi Forums

i have fresh install of raspbian (7.8) on pi2. issue when go desktop gui, taskbar on top of screen keeps flickering in , out. trash bin moving , down appears though taskbar popping in , out itself. left there thinking maybe struggling load , resolve itself, ended crapping sd card , getting messages saying read only. i'm not sure here. ive tried brand new, out of box sd card , pi together. seems fishy ive been having trouble getting stable pi function when have 9 have worked flawlessly on 2 years. ugg, frustrating. there have been other reports sound similar experience. reports have seen have using desktop newly created user, other pi user. if have created new user, make add user groups pi user belongs to, other pi group. raspberrypi

Connecting Pi to a Skylander/DisneyInfinity Kiosk Monitor? - Raspberry Pi Forums

Image
my apologies if not in right forum trying connect pi skylander kiosk, found monitor wouldn't power on. not electrician or tech expert after tinkering around able 1 of boards inside device blink green... still no power monitor. there way find out if power switch bad or way bypass power switch? @ point disconnected because frustrated. overall want conver kiosk pi-cade. anticlockclock wrote: my apologies if not in right forum trying connect pi skylander kiosk, found monitor wouldn't power on. not electrician or tech expert after tinkering around able 1 of boards inside device blink green... still no power monitor. there way find out if power switch bad or way bypass power switch? @ point disconnected because frustrated. overall want conver kiosk pi-cade. it's kind of hard figure out what's going on. display connected directly first board? if not , connections coming it? if directly connected need disconnect , find display adaptor screen reprogramming board diffic

MAC address and OTP memory - Raspberry Pi Forums

i noticed mac address partialy taken serial number. root@raspberrypi:~# cat /proc/cpuinfo processor : 0 model name : armv6-compatible processor rev 7 (v6l) bogomips : 2.00 features : half thumb fastmult vfp edsp java tls cpu implementer : 0x41 cpu architecture: 7 cpu variant : 0x0 cpu part : 0xb76 cpu revision : 7 hardware : bcm2708 revision : 0011 serial : 00000000b86266ab root@raspberrypi:~# ifconfig eth0 eth0 link encap:ethernet hwaddr b8:27:eb:62:66:ab want set mac number. 2 issues: 1. see there lot of free space in otp memory. how can program otp memory? possible? 2. how set mac based on information stored in otp? part of code now? where see there lot of space ? easy answer no - long answer not don't change mac via otp can change via ip link set dev interface xx.xx.xx.xx.xx raspberrypi

Remote temperature and humidity sensor (Sodaq) - Receiver Help

Image
i working on building remote temperature , humidity sensor displays data locally on oled screen , transmits wirelessly, via xbee, arduino oled via xbee. i able display data locally, not sure how code receiver. (i have set xbee's in @ mode , 1 coordinator , other router. can send "hello world!", extent of able do...) your , guidance appreciated!  below parts list , transmitter code (which resides on transmitter arduino). 2- sodaq kits http://store.manylabs.org/products/k0120 2- oled displays 128x64 http://store.manylabs.org/collections/devices/products/g0101 1- digital temperature , humidity sensor (dht22 http://store.manylabs.org/collections/devices/products/g0102 2- xbee pro s3b 900hp rpsma http://www.digi.com/products/wireless-wired-embedded-solutions/zigbee-rf-modules/point-multipoint-rfmodules/xbee-pro-900hp code below: # code: [select] #include <dht.h> #include <wire.h> #include <seeedoled.h> dht dht; #define dht22_pin a0 #define aref 3.3

[FIXED] - RAW Problem with setInclude()-Function - Joomla! Forum - community, help and support

Image
hi johan, my raw-views not work joomla-trunk rev. 5882. error message is: code: select all fatal error: call undefined method jdocumentraw::setinclude() in /www/htdocs/joomla_trunk/includes/application.php on line 291 this because setinclude()-function included in jdocumenthtml-class. there solution error? thanks hsm that's not right first small question how u triggering system use raw format ? throught url ? Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Quality and Testing - Locked and Archived Q&T 1.5.x Resolved

No Wifi Config - Raspberry Pi Forums

hello. have looked how wifi on raspberry pi, people use app called ''wifi config'' can find in raspbian, not have app though have latest version (i think, tried image , noobs site yesterday , no app). app? removed? alexraspberrypi wrote: hello. have looked how wifi on raspberry pi, people use app called ''wifi config'' can find in raspbian, not have app though have latest version (i think, tried image , noobs site yesterday , no app). app? removed? there new 1 on taskbar @ top left hand side next loudspeaker. mrengman raspberrypi

Question and maybe some help with converting from xoops forum (newbb) - Joomla! Forum - community, help and support

Image
hi all, i have following situation: going move existing xoops site joomla, xoops content etc going different in joomla should done manually. but  xoops site has newbb forum. customer wants users messages conversations etc on joomla. i decided use joomlaboard new easy , simple forum in joomla because there no troubles using bridges or use hacks etc. the thing converting complete xoops forum joomlaboard do  i did read many articles migrating , converting none of them has 1 solution this. should work moving first newbb phpbb smf joomlaboard or should use combination done? hope experienced people out there can give me solution or @ least idea on how should runs smoothly after conversion. well, whole story hope makes sence! tia jheroen hello, i met same situation yours, wondering if have completed conversion xoops newbb joomla? your kind advice highly appreciated! best regards, lioncity Board index Joomla! Older Version Support Joomla! 1.0

PMS Component - Joomla! Forum - community, help and support

can recommend simple pms component joomla? searched forums there no clear infomation on easy solution me. tried installing "mypmsii" interface options written in german , can't read german. appreciated. aonintranet wrote: can recommend simple pms component joomla? searched forums there no clear infomation on easy solution me. tried installing "mypmsii" interface options written in german , can't read german. appreciated. try uddeim regards dave Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Latest raspi and no wifi? - Raspberry Pi Forums

i got new sd card, loaded may 5th raspi on , started up. works fine except wifi. there's new applet wifi finds access points , takes key gives me address isn't on network. address 169.254.93.83. should 192.168.3.? wpa_gui isn't in menus ran command line , appears work except still bad ip address. wired ethernet works fine. ideas? thanks knute wrote: i got new sd card, loaded may 5th raspi on , started up. works fine except wifi. there's new applet wifi finds access points , takes key gives me address isn't on network. address 169.254.93.83. should 192.168.3.? wpa_gui isn't in menus ran command line , appears work except still bad ip address. wired ethernet works fine. ideas? thanks had same issue when used gui set wifi when tried new raspbian 2015-05-05. however, after rebooting got assigned correct ip network. mrengman raspberrypi

calling context sensitive files from app

it understanding if file mapped app screen long app screen open , 'on top' (if cascading screens open), prssing f1 shoukld call right file. developers here user needs have cursor placed in of fields on open screen call file, otherwise defualt file called. don't think correct. how rig itn works right? also, shouldn't highligted topic in toc change according file opened instead of remianing static user moves thru files using f1? how app made behave way? thank much welcome forum it depends on level of mapping. if has separate topics each field , mapping goes down field level, developers right. when f1 pressed, system has know field call, how going unless user has put focus on field? if limit of csh @ screen level, map screen screen's topic, not same default topic. if want toc synchronise, have set in wizard when generate. chm help, think in window properties. More discussions in HTML Help (CHMs) adobe

Execute a raspberry python script through an android phone - Raspberry Pi Forums

hi, i'm new raspberry, want execute python script raspberry pi (model b+) without use ssh. example, create android application on button press raspberry execute script. until i'm using connectbot execute script ssh. can me? i suggust webapp , send post/get request php script thats located in raspi there can execute python script command: code: select all shell_exec(); in raspi use that: code: select all shell_exec($_post["command"]); raspberrypi

URGENT OT - Very Puzzled IIS Authentication

hi my appologies urgent ot shout need sorted 06:00 gmt otherwise going have 150 screaming intranet users moaning @ me. win 2k server asp.net 2 i have deployed our shiny new asp.net 2 intranet app , want use integrated windows authentication @ iis level "windows" authentication in web.config. i have put tick in "integrated windows authentication" in directory security tab of website in iis , taken tick out of "anonymous access" as part of our group policy client xp pcs have thier ie home page set http://intranet.ourdomain.com url our intranet. the win2k intranet server called sguk-web1 ip of 192.168.0.9 users log onto local area network normal using thier windows logon, authenticating against active directory. the problem getting follows: when user opens ie takes them url stated log on dialogue enter thier network username , password again, don't want happen want go straight intranet , have windows handle authentication , authorization in back

JoomlaStars - Transparency Needed - Joomla! Forum - community, help and support

from "financial update" thread. i saw article http://www.joomlastars.com/sponsors , wondered: how related joomla!/osm? it's joomla! promotion site donators can on sponsorlist. joomlastars not affilated joomla!osm in anyway, noticed few days ago myself. this caught eye didn't have time until now. it seems joomlastars part of joomlart / joomlancers network although have scrupulously kept mention of other sites joomlastars.com. why of concern? 1) when joomlancers launched there quite few protestations on forum along lines of "i don't intend make money this", in same way happening joomlastars. expect similar about-face new site? making money not problem, people confused whether officially linked osm. 2) if 3 top stories on frontpage company (15 votes, 11 votes , 16 votes) transparency needed. . 3) money google ads donated joomla? now, these points not attack on joomlastars or people behind per se, there points need clarifying here , conflicts of interest of

Thread: No audio on eeepc Asus 1005HA-V

i have asus 1005ha-v netbook running jaunty xfce4. didn't know until moment ago when switched gnome xfce, somehow lost sound , volume control. don't know if driver got deleted, , don't know how check. ideas welcome, thanks. it's fixed, needed go alsamixer. however, have since switched lxde , worked. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [xfce] No audio on eeepc Asus 1005HA-V Ubuntu

XML data help

Image
hey all, first shot @ trying import info xml file , sure many of have ideas on how tighten code (by means suggest), wondering if there way import exernal image movieclip opposed using loader component. ask of course because can't apply motion tweens loader. assuming can't done because external image , have tool around masking, if possible great help. i placed actionscript code below have done far, advice helpful, , explanation doing going featured news section rotates between 4 stories , each story have button assigned url story. ready go in effects stage. all best quote: function loadxml(loaded) { if (loaded) { headline0.text = this.firstchild.childnodes[0].childnodes[0].firstchild.nodevalue; link0 = this.firstchild.childnodes[0].childnodes[1].firstchild.nodevalue; teaser0.text = this.firstchild.childnodes[0].childnodes[2].firstchild.nodevalue; image0 = this.firstchild.childnodes[0].childnodes[3].firstchild.nodevalue; headline1.text = this.firstchild.childnodes[1].chi

Requerimientos de server para PERIODICO - Joomla! Forum - community, help and support

buenos dias, mi consulta es que requerimientos servidor (linux) necesitaria para poder alojar un sitio, basado en joomla , es para un periodico regional, calculamos mas o menos que va recibir entre 3000 y 5000 visitas, podrian asesorarme? desde ya, muchisimas gracias saludos, basicamente necesitas tener minimo unos 500mb unos  5000mb (5gb) de ancho de banda, soporte para php y mysql , de resto nada mas... lo piensas alojar en un server propio o vas comprar hosting ( en cualquiera de las dos te puedo asesorar mas ) Board index Joomla! International Language Support International Zone Spanish Forum Versiones de Joomla! obsoletas Joomla! 1.5

avrdude: verification error, first mismatch at byte 0x0100

Image
i made program 6 flex sensors 6 servos yesterday working  perfect to today not down of code saw message [font=verdana][font=verdana]avrdude: verification error, first mismatch @ byte 0x0100         0xfe != 0xff avrdude: verification error; content mismatch [/font][/font] what means , have run again ? please help  program quote #include <servo.h> servo myservo0;  // create servo object control servo servo myservo1;  // create servo object control servo servo myservo2;  // create servo object control servo servo myservo3;  // create servo object control servo servo myservo4;  // create servo object control servo servo myservo5;  // create servo object control servo int potpin0 = 0;  // analog pin used connect potentiometer int potpin1 = 1;  // analog pin used connect potentiometer int potpin2 = 2;  // analog pin used connect potentiometer int potpin3 = 3;  // analog pin used connect potentiometer int potpin4 = 4;  // analog pin used connect potentiometer int potpin5

can someone help me ?

i use asp.net webservice return follow xmldatadocument:( http://localhost/sprydata/datatablewebservice.asmx/getcustomers) <?xml version="1.0" encoding="utf-8"?> <newdataset> <table> <customerid>abc </customerid> <companyname>abc company</companyname> <contactname>john smith</contactname> <contacttitle>owner</contacttitle> <address>one way</address> </table> <table> <customerid>alfki</customerid> <companyname>alfreds futterkiste</companyname> <contactname>maria anders</contactname> <contacttitle>sales representative</contacttitle> <address>obere str. 57</address> <city>berlin</city> <postalcode>12209</postalcode> <country>germany</country> <phone>030-0074321</phone> <fax>030-0076545</fax> </table> <table> <customerid>anat

Authorware 2005-2006 Technological Constraints

hello, i'm doing bit of research on of technological uncertainties , constraints of authorware product , developmental environment between 2005-2006. i'd know , if , how resolved. process interests me as results. can help? lot > i'm doing bit of research on of technological uncertainties , > constraints of authorware product , developmental environment > between > 2005-2006. i'd know , if , how > resolved. > process interests me as results. can help? > > lot bit of broad question - can elaborate on need , why? make sound class assignment. steve -- adobe community expert: elearning, mobile , devices european elearning summit - eels adobe-sponsored elearning conference. http://www.elearningsummit.eu More discussions in Authorware adobe

What is this stuff in my source - Joomla! Forum - community, help and support

viewing source on home page have what need in there? when copy url browser go 404 page. looks using opensef. try turning off , see happens links in question. regards dave Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Need help with creating network in virtualbox

Image
here question of having experience setting network virtualbox possible create lan between lets 2 virtual machines, running simultaneously? network should have dns , dhcp services available. thats it btw:it project , chose kubuntu have tried both, adjust network settings in virtual box , kubuntu, still no luck. if there router in mix can select bridged mode make happen. don't have router in mix can select 1 of 2 ways make happen. (1) use host-only mode make connection host , add second adapter nat allow guest internet. (2) use internal mode on guests if need connect each other not host. still adding second adapter nat if need internet. Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [SOLVED] Need help with creating network in virtualbox Ubuntu

automated builds w/RH6 and RH7

we use automated build process (visual build professional) checks rh files out of source control software (we use surround) , generates webhelp output using robohelp command line in build script. until now, used rh6 , process amazingly seamless. i'd check source files surround @ end of day , next morning, output appear in new build of our application. sweet. the problem i'm writing happened when upgraded files rh7 right after our last software release. while i'm having no problems generating output in rh7, build engineer can no longer work in automated process. (yes, upgraded rh7 on build machine, updated command line rh7, , no, we're not trying run build across network.) since "my" step causing entire build fail (oops), i've been asked figure out what's going on... any thoughts why rh6 work in scenario not rh7? i should mention still need support our last release, done in rh6. means rh6 , rh7 both installed on build machine in case need rebuild

SPI.transfer, one byte or many?

i'm having trouble spi device thought go basics , check reference. however arduino website states "transfers one byte on spi bus, both sending , receiving. " (http://arduino.cc/en/reference/spitransfer). on http://arduino.cc/en/tutorial/spidigitalpot gives following example: void digitalpotwrite(int address, int value) {     digitalwrite(slaveselectpin,low);     spi.transfer(address);     spi.transfer(value);     digitalwrite(slaveselectpin,high); } the single spi.transfer command transferring 2 bytes (an integer). if had device needed several parameters pass array spi.transfer , cycle through elements?  quote if had device needed several parameters pass array spi.transfer , cycle through elemen no. Arduino Forum > Using Arduino > Programming Questions > SPI.transfer, one byte or many? arduino

Hide null from database and...

i'm setting dynamic content display regions database. when displays in window might (the italic indicates information database driven). name: joe brown phone: 555-555-5555 website: poor joe not have website, thing want when database not have reference website want remove text "website:". using repeating regions , have websites have have there if database has info. easy way include text in actual database there has better way. i using php. thank in advance replies. try this: first set database "website" field default null <? if ( $website == null) { echo "<div>nothing here</div> "; } else { echo " website : $website_url"; } ?> you can reverse , write content want that's pretty simple. if you're working more 2 possible field entries require different responses, use "case switch". happy headaches... z...... More discussions in Dynamic HTML General Discussion (read only) adobe

Thread: how to run python(not a script, actual program)?

hello, i'm new here, , have question. want learn python , seem stuck in embarrassing step, how run development environment. installed ubuntu 9.04 jaunty day before yesterday, os new me. know have installed, when @ add/remove programs, see have on comp, think comes os, can't find anywhere way run.. tried install terminal , terminal told me have it.... in aplications/programming don't have python, how can run it? thanks, regards.. open terminal , enter: code: python then: code: help() code: quit code: quit() Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk how to run python(not a script, actual program)? Ubuntu

Updating A Webpage

hello, i new user dreamweaver apologize if obvious question: i thought when put files computer on server after changing them website updateed, when visited site after putting files on server site looked same did before. need make changes visible (from more computer)?? i'm using dreamweaver 8. you have not configured remote settings correctly. specifically, "host directory" setting. uploading your files folder on server other website actually lives. -- alec adobe community expert More discussions in Dreamweaver support forum adobe

Thread: windows cannot access ubuntu

hi guys don't know if should writing since there plenty of posts same problem, can't seem able share files ubuntu machine using vista. have done follow stated in youtube http://www.youtube.com/watch?v=89hjwob8qmy i.e. click folder, share options enable sharing download samba , install change /etc/samba/smb.conf file, workgroup=workgroup 1 vista recognises. restart computer add files folder want share on vista machine, recognises ubuntu laptop, says "windows cannot access \\xxx " , asked me check network etc... should can access files ubuntu? many thanks!~ what format have used "shared" folder? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] windows cannot access ubuntu Ubuntu

Nice Looking site -- what's component they are using ? - Joomla! Forum - community, help and support

hi guys, maybe simple question hard me find answer here sites found http://www.reviewsforjoomla.com/ , stated here site using  jreviews component  http://extensions.joomla.org/component/ ... itemid,35/ and nice looking site have ever seen using joomla http://www.haitiwebs.com/ http://www.trovaidea.it/component/optio ... /itemid,1/ but looked @ site, seems not using jreviews component think use other component or module customise frontpage, thought, wonder know , these other component/module  using in site make frontpage have nice looking ? do these site using ijoomla magazine component ? does can tell me trick of how customise frontpage site  done ? thanks answer , appreciated it.. regards hi f-14tomcat, when @ trovaidea.it website use default built-in frontpage component frontpage, , jreviews component menu items listed left @ aziende. the frontpage shows modules in positions defined in template used. try having special view @ site somehow reveal how created: http://www.trovaidea.

LiquidCrystal library documentation: scrollDisplayLeft and scrollDisplayRight

Image
having spent lot of time figuring out, think online library documentation (eg here http://arduino.cc/en/reference/liquidcrystalscrolldisplayleft ) more following: when using scrolldisplayleft() , scrolldisplayright() functions, library moves cursor , indexing system it. ran problems following bit of code displaying list of dummy 'tweets' on top line of 2 line display, 1 after other,  appearing aligned top left, scrolling off left: code: [select] // include library code: #include <liquidcrystal.h> // initialize library numbers of interface pins liquidcrystal lcd(12, 11, 5, 4, 3, 2); //creates string array containing 'tweets' string tweets[] = {   "1 tweet",   "2 tweet",   "3 tweet",   "4 tweet",   "5 tweet",   "6 tweet",   "7 tweet",   "8 tweet",   "9 tweet",   "10 tweet" }; void setup() {   // set lcd's number of columns , rows:   lcd.begin(16, 1);

RTC come on when time = now and stay on until time = now

Image
hi guys, im trying programme lights come on @ time , stay on unit next stated time elapses. for example: {        datetime = rtc.now();       if (            (autolightson_h == now.hour()) &&            (autolightson_m == now.minute()) &&            (autolightson_s == now.second()))            {               //carry out x protocol until            }            {            (autolightsoff_h == now.hour()) &&            (autolightsoff_m == now.minute()) &&            (autolightsoff_s == now.second()))            } } i cant figure out how it, would "do...while" function work? cheers, guys any one? Arduino Forum > Using Arduino > Project Guidance > RTC come on when time = now and stay on until time = now arduino

duty cycle

salve tutti ! sto cercando  di fare un dispositivo con un ingresso e due uscite. l'ingresso riceve un segnale rettangolare la cui frequenza è da 1 100 hz . la prima uscita si attiva quando il duty cycle è inferiore al 40%, se invece  è superiore al 60% la seconda uscita e 1. se non c'è alcun segnale o se il segnale è quadrata, due uscite 0,  che programma dovrei utilizzare per questo dispositivo grazie.. ti invitiamo presentarti qui: http://forum.arduino.cc/index.php?topic=113640.0 e leggere il regolamento: http://forum.arduino.cc/index.php?topic=149082.0 - qui una serie di schede xxxpighi per collegamenti elettronici vari: http://forum.arduino.cc/index.php?topic=146152.0 - qui le pinout delle varie schede xxxpighi: http://forum.arduino.cc/index.php?topic=151646.0 - qui una serie di link utili: http://forum.arduino.cc/index.php?topic=126861.0 Arduino Forum > International

Bounce Library funktioniert nicht.

guten abend, habe ein kleines problem...  und zwar wollte ich heute mal die bounce library ausprobieren. habe sie mir hier runtergeladen: http://playground.arduino.cc/code/bounce jedoch wird beim hinzufügen der name bounce nicht gelb angezeigt und wenn ich den skatch kompiliere kommt diese fehlermeldung: bouncer:5: error: 'bounce' not name type bouncer.ino: in function 'void loop()': bouncer:14: error: 'bouncer' not declared in scope ich habe den library ordner unter   c:\users\____\documents\arduino\libraries abgelegt. ich hoffe ihr habt eine lösung zu diesem problem. mfg maddig das mit dem user verzeichnis sieht etwas komisch aus. ist das wirklich dein arduino installations verzeichnis und nicht etwa dein sketch verzeichnis? ich habe es nach c:\programme\arduino (aka program files) installiert. Arduino Forum > International > Deutsc

Problem accessing raspberrypi-spy.co.uk [solved] - Raspberry Pi Forums

i post in hope save else time , hassle went through. keep eye on number of raspberry pi rss feeds , keep coming across links http://www.raspberrypi-spy.co.uk site. problem never access site. timed out. post explains found. problem turned out hamachi daemon logmein. creates route 5.0.0.0 ip address block own use. since raspberrypi-spy in address block, never there. solution, of course, stop daemon. don't know windows, on mac command is: code: select all sudo launchctl unload /library/launchdaemons/com.logmein.hamachi.plist hope right place post , helps else. cheers, dave raspberrypi

Nessun dato ricevuto GPS Shield Sparkfun e EM406A

Image
salve tutti, sto lavorando ad un progetto che prevede l'utilizzo di una shield gps. io possiedo un arduino yun, una shield gps sparkfun e un modulo gps em406a. gps shield: https://www.sparkfun.com/products/10710 datasheet em406a: https://www.sparkfun.com/datasheets/gps/em-406a_user_manual.pdf ho seguito il procedimento spiegato nel tutorial di sparkfun (https://www.sparkfun.com/tutorials/173), ho provato diversi sketch, sia quello fornito da sparkfun (http://dlnmh9ip6v2uc.cloudfront.net/datasheets/dev/arduino/boards/gps_arduino_1_0_1.ino) nel tutorial citato prima sia altri che ho trovato nel forum di arduino e di sparkfun ma il risultato è sempre lo stesso: non mi viene restituito nessun risultato sul serial monitor anche se il led del modulo gps lampeggia (il che vuol dire che il modulo ha fissato la posizione). non riesco capire quale sia il problema, se di hardware, di software o qualche altro problema. grazie in anticipo chi mi aiutera. hai corre

Embed Font into Published .EXE?

Image
hi all, i have made published exe's , because application doing cp files for, backend citrix app uses weird font (looks fine not normal windows system font) downloaded , installed font work me..., when play exe on machines @ work font replaced of it's own choosing. now, know because machines @ work not have font installed, there way can font embed in exe self relliant? hope explained clear enough cheers rossco hi rossco wow, interesting me. understood captivate output wasn't dependent upon font used being installed on end user's system. believe told me on @ end of day when it's said , done, captivate ends images. text captions (i'm assuming here text caption font referring to) embedded images. font irrelevant. just can clarify, text captions talking about? or maybe text entry field? if it's text entry field, better understand situation. cheers... rick More discussions in Adobe Captivate adobe

Thread: need help with rnx-n300 wireless card for jaunty server

greetings all, here going on. first of i'm using rnx-n300 card compatible b , g networks. i'm running jaunty server have no gui. i'm trying configure wireless card via terminal. type in sudo ifconfig ra0 , goes well. no errors. type in iwlist ra0 scan , this: cell 01 - address: 00:21:63:6a:70:de essid: "xxxxxxxxxxxxxxxxxx" (where xxxx...is correct ssid) mode: managed channel:6 quality: 100/100 signal level:-50bdm noise level:-97dbm encryption key:on bit rates: 18 mb/s ie: wpa version 1 group cipher: tkip pairwise cipers (1): tkip authentication suites (1) psk run sudo iwconfig ra0 essid xx_xx_xx , no errors run sudo iwconfig ra0 key s:xxxxxxxxxxxxxxxxxxxxxxxxx , set failed on device ra0; invalid argument. run various other iwconfig commands , same error whether i'm trying set channel, mode etc.. i'm new linux , jaunty server , cannot figure out i'm doing wrong. if need more information, let

How to build a flash game arcade game machine by a PC ?

Image
i planning build flash game machine  base on flash game: gold miner :(check link    http://www.goldminer1.com/   game). i build arcade  machine in store . means without  mouse , keyboard , use key  to control  character , of work of mouse should automatically done program(all of game selections set in advanced pc mouse controlling program , through not optimal choose.) . the machine  will in mind : i have pc run flash game . don't know how program mouse control ,  how control character single button connect  pc . think done arduino, right ? is here know similar project consider or give me suggestions appreciated ! Arduino Forum > Using Arduino > Project Guidance > How to build a flash game arcade game machine by a PC ? arduino

Arduino parallax ultrasonic sensor with icomsat sim900

hi i wanted make using arduino uno , parallax ultrasonic sensors , icomsat sim900 gsm / gprs shield. wanted @ distance above 100 centimeters send message phone , @ distance of less 5 centimeters send message. i've made ??the code send message continuously. if wants me making program grateful some code previews helpful. quote from: ali007 on may 15, 2014, 05:25 am but send message continuously. this part confuses me. please elaborate? part of issue need with?? and distance of 5 or 100 centimeters what? floor? phone? other object? are interested in sending messages when sensor @ 5 or 100 centimeters object? is there tolerance in measurement (eg. ±0.1cm)? quote from: ali007 on may 15, 2014, 05:25 am if wants me making program grateful i'm sure there plenty of people here glad assist. bit more information needed. good luck! Arduino Forum > Using Arduino >

Buzzer

Image
salve tutti, ho un banalissimo problema con arduino ed é tanto banale che quasi mi vergogno chiedere, ma non riesco rivolvere il problema   mi serve emettere con un buzzer, un suono di 1,5 sec e poi fermare il buzzer "per sempre" in quanto non devo più utilizzarlo... facendo delle prove riesco solo fare dei suoni ripetuti, ma non ad interromperlo definitivamente. come posso fare??? grazie andrea usi una variabile boolean, la imposti false, poi dopo aver suonato una volta, metti la variabile true. naturalmente il suono devi metterlo in un if che verifica se la variabile è false. code: [select] boolean suonato=false;          // variabile globale ..... if(suonato==false) { tone(...);   // suona buzzer   notone();   suonato=true; } Arduino Forum > International > Italiano > Generale (Moderator: leo72)