Posts

Showing posts from July, 2012

Plug-in for two different platforms

hi, have application in when user clicks on link/bookmark, displays message destination information(destination type, page, zoom type etc) of link/bookmark. plug-in tried pdf opened on internet explorer window also(setting plug-in tool button external using avtoolbuttonsetexternal( toolbutton, toolbutton_external) function working fine, when comment above function loading plug-in on acrobat window that's working fine on acrobat window, but problem want use single plug-in both backgrounds(ie , acrobat), there function or way distinguish between applications(acrobat/ie) plug-in can load on corresponding window(application). means same plug-in can loaded on ie if pdf open through ie or if opened through acrobat, plug-in has load on acrobat window. can me on this? toolbutton_external | toolbar_internal More discussions in Acrobat SDK adobe

Adding LCD to Arduino Uno in DFU mode as HID joystick?

hello all, have been working on cnc machine quite time now. built simple controller cnc software mach3. working far goes, i'm wanting add 4x16 lcd projects somehow. what i'm thinking can hook lcd a4 , a5 of separate arduino , have code read serial data coming arduino have hooked controller. but work? can modify code somehow print data on serial arduino? see in code a4 , a5 being used serial lines. for instance, instead of pins 2 , 3 being buttons on controller, can software serial pins? , add serial.print on each line this? code: [select] controllerdata.dpadupon = !digitalread(6); serial.println("jog rate +"); code: [select] #include "unojoy.h" void setup(){   setuppins();   setupunojoy(); } void loop(){   // getting fresh data   dataforcontroller_t controllerdata = getcontrollerdata();   setcontrollerdata(controllerdata); } void setuppins(void){   // set digital pins inputs   // pull-up enabled, except   // 2 serial line pins   (int = 2; <= 12;

Sprintf convert fail to convert 4bytes into hex

hello, does sprintf can convert hex bigger 2 bytes ? example: code: [select]     char str[20];     sprintf(str, "hex: %08x", 0xaaabcdef);     serial.println(str); the output be:  0000cdef it converts 2 right bytes, am missing something? thanks quote from: sokifu on jan 26, 2015, 12:22 am am missing something? when life gives lemons, make lemonade! when life gives "long" variables, make long formatting! code: [select]   char str[20];   sprintf(str, "hex: %08lx", 0xaaabcdef);   serial.println(str); Arduino Forum > Using Arduino > Programming Questions > Sprintf convert fail to convert 4bytes into hex arduino

Control direction of DC motor

hi there, i'm new arduino. could advise how change direction of small dc motor every 10 seconds? need except board , motor?  i think arduino uno may big application? there smaller board? thanks to change direction of dc motor, need h-bridge of description, such not limited arduino motor shield . Arduino Forum > Using Arduino > Project Guidance > Control direction of DC motor arduino

Serial Monitor don't reponses when I have this code.

hi everyone.i new here , not @ english sorry english. i use arduino uno r3.i have problem code attach below(this summarize 1 , doesn't work too). don't know why when upload , open serial monitor, type , enter number. doesn't response,but when delete red code(one of them or both), works well. code: [select] #include <lcd.h> #include <liquidcrystal_i2c.h> [color=red]#include <wire.h>[/color] float deg_per_sec,rpm; float gramma2_5[36]={22.19, 24.21, 26.32, 28.53, 30.80,                  33.12, 35.48, 37.86, 40.24, 42.62,                  44.99, 47.35, 49.69, 52.00, 54.28,                  56.54, 58.77, 60.96, 63.12, 65.24,                  67.33, 69.38, 71.39, 73.36, 75.30,                  77.19, 79.04, 80.85, 82.62, 84.34,                  86.01, 87.64, 89.22, 90.76, 92.24, 93.67}; float gramma2[45]={17.59,18.87,20.20,21.58,23.00,                 24.46,25.94,27.44,28.95,30.48,                 32.00,33.53,35.05,36.56,38.07,                 39.56,41

Migrating from Mambo 4.6.1 to Joomla 1.0.12 instructions? - Joomla! Forum - community, help and support

i wondering if there specific steps migrating mambo 4.6.1 joomla 1.0.12 differ other posts in forum (dealing previous versions)?  main reason wanting migrate because joomla supports seo component allows individual page titles.  not having has hurt seo ratings , possibilities of more traffic. any info appreciated, phil i did mambo 4.6.1 joomla 1.0.12 test migration. so far looks good. thing had add instructions was: $mosconfig_lang = 'en'; to $mosconfig_lang = 'english'; ...in config.php file. if using language have make sure in config matches in language folder. still going through end result make sure else works. let know if find more needs done. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Tips & Tricks - Moving Submit Your Suggested Tips & Tricks to Docs.joomla.or

I need help

Image
i need help: what maximum current each digital or analog pins  thank you    i think 200ma depends on board ! Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > I need help arduino

OFFICIAL RELEASE - ChromiumRPI V0.4 - "Lenny Bruce" - link - Raspberry Pi Forums

Image
we happy announce v0.4 version of chromiumrpi, named “lenny bruce”! download file called “lennybrucy0.4.1.tar.xz” , available right here: https://www.mediafire.com/?0wa61paso992cm4 time we’ve focused on stabilizing build, have integrated features had developed earlier, didn’t make last release (and therefore had deployed manually). also, r49 sources based on final/stable. furthermore, we’ve ensured improve performance quite bit. since there amount of changes in release, suggest either check out bundled readme or check change-log here: http://pastebin.com/ncmi4vwb hope enjoy release , see improvements compared our earlier v0.3. subreddit /r/chromiumrpi official news, support , download site this. can try catch on irc in #chromiumrpi on freenode if you’re lucky let know think , test as can! if there still bugs aren’t aware of yet, please let know! have fun , interest in project! tohipfortheroom, sounds brilliant , have questions: 1) "official" this? seems have

Subwoofer volume control - by servo?

hi, i control volume of subwoofer. a servo comes mind, witch turn poti, there maybe smarter electric part, arduino controlable poti? many thanks petz you can use digital potiometer .   i believe there 3 types of digital pots.   serial controlled, parallel controlled, , pots go or down one-count, time send pulse. Arduino Forum > Using Arduino > Project Guidance > Subwoofer volume control - by servo? arduino

Finally right forum; stacking 2 YUN's with Linux

hello all, i trying understand if following , best possible setup a. want have yun's acting bridge each other ; 1 connected smartphone , other connected internet. b. want observe traffic goes , fro. (both ways) , maybe catch url's both ways. could use 2 yun boards , linux retrieve packets pass through each interface. any great. thx the linux side of yun basicly router can configure bridge or access point or client. the best way have router connected internet ( can yun or normal router) , yun connected access point http://wiki.openwrt.org/doc/recipes/dumbap then need install sniffs interface traffic , save somewhere. Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > Finally right forum; stacking 2 YUN's with Linux arduino

Midi Controller for Alpha Juno 1

hi, i plan rebuild old programmer ( pg300 ) roland. programmer build alpha juno , send midi sysex alpha. i wrote simple code had found in www. i build simple midi in circuit . the fowling code includes 3 analogin. 1 select midichannel , others control cutoff , resonance. code works. thats first step of project , question: think code ok or can more simple? the next question: arduino uno have 6 analogins need round 35 , more? i have use multiplexer or there other way have more analogsins? code: [select] /** * midi programmer * 3 analog potis * * using code from: * midi_cc_test.pde * @author benjamin eckel */ #define inputs 2 #define e 1        // delta needed in                   // currentpot[i] send message                    int currentpot[2] = {0,0};     int pot[2] = {0,0}; //int channel[8] = {1,2,3,4,5,6,7,8}; int parameter = 0; int midichan = 0; int sensorreading = 0; void setup() {  serial.begin(31250);      // baud rate = 31250 midi }                           //      

flex-webtier-jsp.jar file

appreciating if have flex-webtier-jsp.jar file pls send me @ vikasnikhra@gmail.com if you're using flex 3, see flex 3 compiler modules section @ bottom of page: http://opensource.adobe.com/wiki/display/flexsdk/downloads for example, in flexmodule_j2ee.zip, webtier.war zip archive has /web-inf/flex/jars/flex-webtier-jsp.jar. note relies on bootstrap classloader /web-inf/lib/ , dependent on quite number of other jars war. from: vikasn [mailto:member@adobeforums.com] sent: thursday, march 19, 2009 9:58 to: flexsdk-dev@adobeforums.com subject: flex-webtier-jsp.jar file a new discussion started vikasn in developers --   flex-webtier-jsp.jar file appreciating if have flex-webtier-jsp.jar file pls send me @ vikasnikhra@gmail.com ________________________________________ view/reply @ flex-webtier-jsp.jar file replies email ok. use unsubscribe form cancel email subscription. More discussions in Developers adobe

Thread: x64 9.04 to x64 9.10 upgrade success

Image
just wanted post let folks know upgrade works great. running x64 9.04 , had updates in place before upgrade. smooth be. running dell 670 dual 3.2ghz xeons, 4g of ram, , nvidia pci-e card. no hardware issues during upgrade , software has worked great far. luck else upgrading. worth it. posted joker535 just wanted post let folks know upgrade works great. running x64 9.04 , had updates in place before upgrade. smooth be. running dell 670 dual 3.2ghz xeons, 4g of ram, , nvidia pci-e card. no hardware issues during upgrade , software has worked great far. luck else upgrading. worth it. just out of curiousity: did test sound? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] x64 9.04 to x64 9.10 upgrade success Ubuntu

Raspberry Pi Forums - Login

username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register raspberrypi

[svn:fx-trunk] 5884: Defend ButtonBar from null DataProvider

revision: 5884 author: aharui@adobe.com date: 2009-04-02 12:41:42 -0700 (thu, 02 apr 2009) log message: ----------- defend buttonbar null dataprovider qe notes: none doc notes: none bugs: sdk-20448 reviewer: alex tests: checkintests, mustella/gumbo/buttonbar ticket links: ------------ http://bugs.adobe.com/jira/browse/sdk-20448 modified paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/buttonbar.as More discussions in Commits adobe

16*2 lcd display - Raspberry Pi Forums

i've got raspberry pi starter kit came hd44780 lcd display. "invalid token" message @ part of programme if bits&0*08==0*08:, i've tried using programming example it's same bit of programme comes error. in 1 instance code written in tutorial gpio.output(lcd_d7, bits&0*08==0*08) 0*08 appears low bit of d7 on display. i'm new raspberry , make bespoke applications after learning period. can tell me i'm going wrong? many thanks mike mike tee wrote: i've got raspberry pi starter kit came hd44780 lcd display. "invalid token" message @ part of programme if bits&0*08==0*08:, i've tried using programming example it's same bit of programme comes error. in 1 instance code written in tutorial gpio.output(lcd_d7, bits&0*08==0*08) 0*08 appears low bit of d7 on display. i'm new raspberry , make bespoke applications after learning period. can tell me i'm going wrong? many thanks mike guess, since i'

questions about putting an ATtiny85 to sleep indefinately untill reset.

hi everyone attached code have written timer freeflight model aeroplanes. it uses attiny85 powered 1 lipo cell drive motor activates dethermalizer mechanism on aeroplane. the code works far, have go sleep when has triggered or when voltage low, untill reset button pressed. reset uses attiny's reset pin. i borrowed sleep code jack christensen. i measure battery voltage code here: http://provideyourown.com/2012/secret-arduino-voltmeter-measure-battery-voltage/ in jacks sleep code, disables adc. persist after reset? have enable in setup each time? i have had go @ adding sleep code , wandering if have implemented correctly. not need wake on interrupt, use reset start program again each time. cant test yet waiting new attiny's arrive any advice appreciated. Arduino Forum > Using Arduino > Programming Questions > questions about putting an AT

[svn] 3417: integrate:

revision: 3417 author: jimurphy@adobe.com date: 2008-09-30 08:26:03 -0700 (tue, 30 sep 2008) log message: ----------- integrate: aik - 20080929ap flex-messaging-common.jar - 4.0.0.3415 coretech file - 1.358658 modified paths: -------------- flex/sdk/trunk/in/air/air_version.txt flex/sdk/trunk/in/air/mac/air integration kit.tbz2 flex/sdk/trunk/in/air/win/air integration kit.zip flex/sdk/trunk/lib/afe.jar flex/sdk/trunk/lib/flex-messaging-common.jar flex/sdk/trunk/lib/rideau.jar More discussions in Commits adobe

flexcontent image resize - Joomla! Forum - community, help and support

hi, want flexcontent module resize image in article in http://www.entheweb.co.uk/ . how can so. fits module position width it doesn't resize anything. on en web, smaller images manually created thumbnails, added images list within article (on parameters pane of content editing page - same place images use {mosimage} tags included). flexcontent reads last image in list, , displays it. since there isn't {mosimage} tag corresponding image, thumbnail doesn't appear in article. it doesn't auto-resize because i've found results tend poor - better results manually building thumbnails. can force images particular size through css, en web backup in case forget upload thumbnail, increase page load times. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Modules

Advice on cockroach detector

Image
hi, can point me skills , tools needed build kind of cockroach detector? imagine motion sensor put on ground , alarm sounds depending on size , speed of moving thing, maybe that's not best way think it. i'm total newbie on arduido, have science background. i'd appreciate tips on how start quote i'm total newbie on arduido, have science background. i'd appreciate tips on how start you need more specific under particular conditions want detect cockroach. vague requirements result in vague solutions. Arduino Forum > Using Arduino > Project Guidance > Advice on cockroach detector arduino

BlazeDS and Spring Session Fixation

i'm trying flex client talk spring application, seem having problems spring session-fixation-protection option. if, in spring security:http settings, leave session-fixation-protection default value, understanding should create new session when authentication occurs, , migrate attributes original session new one. however, intermittent errors this: [java] [blazeds] flexsession id '19423d12b4cb9513ce49304b26fcb504' http-based client connection has been invalidated. [java] [blazeds] cannot create session after response has been committed [java] java.lang.illegalstateexception: cannot create session after response has been committed [java] @ org.apache.catalina.connector.request.dogetsession(request.java:2214) [java] @ org.apache.catalina.connector.request.getsession(request.java:2024) [java] @ org.apache.catalina.connector.requestfacade.getsession(requestfacade.java:831) [java] @ javax.servlet.http.httpservletrequestwrapper.getsession(httpservletrequestwrapper.java:21 5

Thread: out of control..

http://ubuntuforums.org/showthread.p...45#post8179045 seriously. mods lately? way out of control! details please Forum The Ubuntu Forum Community Ubuntu Community Discussions Resolution Centre out of control.. Ubuntu

Thread: mp3 decoder and asf demuxer in ubuntu 9.04

hi, it's possible asking over-asked question, haven't been able find answer on google anywhere. how play either movies or mp3s in ubuntu 9.04? i'm asked mp3 decoder , asf demuxer. if directed either of these 2 things appreciative. go synaptic , load appropriate of 'ubuntu-restricted-extras', 'kubuntu-restricted-extras', or 'xubuntu-restricted-extras' medibuntu repository enabled. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] mp3 decoder and asf demuxer in ubuntu 9.04 Ubuntu

How do I compare each successive char in a char array with given criteria?

Image
i'm working on project in take given message , convert morse code, in turn arduino spits out beeps. first, tried convert given message (a string) char array using tochararray(). think did wrong; of documentation lingo went on head. however, still need know how take take each successive character in array , compare each letter of alphabet, can convert proper letter proper sequence of beeps. here's code: code: [select] string message = "ad e dac";  //this message anything const int optopin = 2; void setup() {   pinmode(optopin, output); } void loop() {   morsecode(message.tochararray(char[], 20));     delay(5000); } void pressbutton(string ditdaw) {   //this part irrelevant now   if(ditdaw == "dit") {     digitalwrite(optopin, high);     delay(100);     digitalwrite(optopin, low);     delay(100);   }   else if(ditdaw == "daw") {     digitalwrite(optopin, high);     delay(300);     digitalwrite(optopin, low);     delay(100);   } } void morse

Attempting to idiot-proof a network reboot - WIP

i'm beginner @ arduino.  i've worked through few tutorials , exercises make leds blink when want them , relays move bit here , there.  have plenty of experience old school electrical/soldering etc.  hoping build, , if works, build many copies of, user-friendly network reboot box. i work department of decent size chain of stores, thirty-five in district, , each has basic network registers, time clock , office pc.  when network hiccups, call , have walk people through rebooting network unplugging modem, switch , firewall, plugging things in correct order , @ appropriate time.  instance: plug modem in , wait reboot, plug in switch , firewall (which takes solid 10-15 minutes reboot , lock in on our main server).  network reset. this should basic exercise in listening , following instructions , makes me want tear hair out various ways our store managers find of screwing up.  tell them, 'wait 5 full minutes, plug in modem only.' , inevitably 2 minutes go , call plug

InDesign CS3 macht mich verrückt!

hallo, habe hier kein print-spezifisches problem, aber mit indesigncs3! 1) manchmal lässt es sich einfach nicht ausblenden! das kürzel apfel+h blinkt, aber es passiert nix! nach einem neustart funktionierte es, aber jetzt wieder nicht mehr, neustarten oder .plist löschen hilft nicht! ist es eifach ein bug? 2) sehr oft passiert es, dass wenn ich ein dokument vom finder aus öffnen will, springt id im hintergrund und man kann es gar nicht mehr aktivieren oder im vordergrund holen! dann muss ich es sofort beenden lassen... hat jemand die selben probleme? komm ich einer neuinstallation von id nicht vorbei? macg5 ppc, leopard danke... hallo, http://www.hilfdirselbst.ch/gforum/gforum.cgi?post=366331;page=unread#unread More discussions in Deutsche Foren adobe

windows xp und photoshop elements

habe mir einen neuen laptop gekauft für bildbearbeitung. (sony 705, 1500 amd athlon, 256 mb). bearbeite ich ein bild mit photoshop elements, dann stürzt nach ca 5min. das xp ab, der pc startet neu... habe das programm mehrmals installiert, ohne erfolg. wer kann mir weiterhelfen?? besten dank hallo marlies, ist das ein sony vaio? wenn ja, dann gibt es da eine inkompatibilität mit elements. dafür ist bei sony ein update verfügbar unter http://www.ita.sel.sony.com/support/pc/pcgfxa47fxa49/softupdates. der name des updates ist bios. wenn du das installierst, sollte es eigentlich wieder klappen. gruß, per More discussions in Deutsche Foren adobe

Motor Controler broken?

hey community, i have 1 question rational direction. started think motor controller broken. first tell set up: 4 motors , 2a dual motor controller. problem cant change rational direction in programm code (high, low). impossible drive curves. i changed poles in motor controll , checked every cable. know solution of problem? sry english:) sincerly wendt fyi, the correct term in english rotational direction, (not rational , although i'm not sure if being rational since have posted no code. telling code doesn't work , not posting exercise in futility because no help. it's more irrational omit link or detail motor controller. little history on circuit nice too. (like first motor controller or first arduino circuit ?) quote so impossible drive curves. i think mean "impossible turn" Arduino Forum > Using Arduino > General Electronics

Controlling a RS-360SH Motor Using a H-Bridge

Image
dear all, i trying control montor using arduino , h bridge. problem face h bridge gets hot , think not safe operate under such condition. pretty sure doing things wrong, due lack of experience, glad if provide feedback/advice on setup. make things easier, provide sketch of circuit , technical data of components used. components used: i use external power supply delivers 12v dc 1.4a. h bridge l293d texas instruments [1]. motor use rs360-sh [2] sketch of setup: the sketch attached post shows motor m connected left part of l293d. power supply used power l293d, motor (via l293d) , arduino. dp1 , dp2 digital pins set fix value. seems work ok. motor runs in 1 or direction. my questions: is possible heat comes voltage applied pin 16 of l293d (vcc_1). have seen in datasheet, recommended voltage pin 16 should within range of 4.5 - 7 v. in case, 12 v applied. need use voltage regulator in case? better apply voltage of 5v or 7v circuit? applying higher voltage means more current, means

Power LED Strip through USB - Raspberry Pi Forums

hi all, intend buy 5v usb powered led strip plug pi. should no problem 1,2a(?) available, want control brightness. possible? i.e. lowering voltage usb port puts out or other method? bonus question: possible use 5v pin on gpio supply power strip? , if not: why? sorry if trivial - i'm totally new electronics , hardware. being software dev., hardware bunch of pretty blinking lights bearded dude in basement magically keeps running of pixies. scary stuff. input! you cannot adjust 5 volts present on usb ports. nor 5 volts on gpio header. whether can control leds function of led strip. it? raspberrypi

Navegador Decente - Raspberry Pi Forums

hola que tal todos, pues soy nuevo en raspberry, me encontrado con este dilema, el navegador por defecto se traba muchisimo, quise bajar el chromium via terminal con sudo apt-get install chromium y me dice que ya no no esta disponible y hace referencia chromium-inspector y chromium-sdu e: chromium has no installation candidate (algo así), tampoco podido con firefox, alguien tiene una buena alternativa, probé con los otros navegadores que trae raspbian, pero ninguno tiene soporte javascript. tienen alguna opción que les haya funcionado en la raspberry pi 2? de ante mano muchas gracias!! saludos!! yo no lo probado, pero aqui hay unas instrucciones para instalar chromium: viewtopic.php?f=63&t=121195 slds! raspberrypi

Ad-Hoc Open Network oddly requests WPA2 password : / - Raspberry Pi Forums

hi, goal build ad-hoc network between 2 or more rpi network cannot ping between 2 rpi if try connect network macbook, oddly requests wpa2 password........ it's part of graduation project... hope can issue.. attention _________________ use: x 2 raspberrypi 2 b x 2 miniature wifi module - official raspberry pi edition product id: 2638 wrote first pi following interfaces file code: select all auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.10 netmask 255.255.255.0 wireless-channel 1 wireless-essid test wireless-mode ad-hoc , second pi following interfaces file code: select all auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.11 netmask 255.255.255.0 wireless-channel 1 wireless-essid test wireless-mode ad-hoc you may struggle, because there's no wifi dongle i've found has drivers support running ad-hoc network. you'll have more success if set-up 1 s

Accessing RasPi from Mac book using Quartz - Raspberry Pi Forums

Image
i total beginner have searched forums , other sources info on how use mac screen , keyboard newly bought raspi. mac had x11 on , when followed steps log in , run lxsession raspi screen appeared although distorted. foolishly thought upgrading quartz may in fact further away was! can access raspi fine , log in. following response ** message: main.vala:99: session (null) ** message: main.vala de (null) ** message: main.vala:104: no session set, fallback lxde session ** message: main.vala:110: no desktop environnement set, fallback lxd have tried setting display variable various things suggested in different posts produce same result. worked on x11 i'm assuming in quartz needs tweaking. have settings full screen etc etc advised stuck. have searched forums not seen similar - suggestions welcomed consider using vnc instead. it's less confusing , works. https://www.raspberrypi.org/documentati ... /readme.md ghans raspberrypi

How to shift Bates Numbering via PDFEdit methods?

i have convert documents a4 letter , vice versa. to this, use pdfedit methods. per page, enumerate elements (pdpageacquirepdecontent, pdecontentgetelem) , copy them new blank page of required format (pdecontentaddelem). resize , shift, applying matrix operations copied elements, shown in code snippet shared\objshiftsnip.cpp. unfortunately, if document bates numbered, bates numbering copied, not correctly resized/shifted. resizing done kpdetext, kpdepath, , kpdeimage objects, in snippet. does know type of object bates numbers are? or there other type of container use in in recursive object enumeration? thank you. what output pdeobjectgettype on bates numbering element? More discussions in Acrobat SDK adobe

NRF24L01 und Arduino Nano Problem

habe etwas komisches festgestellt, als ich den nrf24l01 einen arduino nano angeschlossen habe. sobald der ce pin vom nrf den pin 9 des nanos angeschlossen wird, dieser prompt nicht mehr senden, sobald man den jumper wieder rauszieht sendet er einwandfrei. nun frag ich mich woran das liegt, da dies ja sehr komisch ist. außerdem habe ich einen 10µf kondensator direkt nrf zwischen vin und gnd. mein code: sender: code: [select] /*-----( import needed libraries )-----*/ #include <spi.h> #include <nrf24l01.h> #include <rf24.h> #include <dht.h> dht dht; #define dht11_pin 3 rf24 radio(9, 10); int data[2]; void setup()   /****** setup: runs once ******/ {   radio.begin();   radio.setpalevel(rf24_pa_low);   radio.setchannel(0x4c);   // open pipe writing   radio.openwritingpipe(0xf0f0f0f0e1ll);   radio.enabledynamicpayloads();   radio.setautoack(true);   radio.powerup(); }//--(end setup )--- void loop()   /****** loop: runs ******/ {   dht.read11(dht11_pin);   da

how to enlarge file system after dd copy - Raspberry Pi Forums

seems must have been asked before, couldn't find it. used dd copy jessie image 8g sd chip. works fine, pi runs raspbian fine. df shows root file system (including /home/) @ 99% of ~4gb capacity. apparently because dd copies ~4gb jessie , leaves rest of flash chip unformatted partition. (i confirmed putting sd chip in usb stub , examined on linux box, there's empty partition beyond 2 partitions (boot , /). how can reclaim ~3.5gb, either expanding / partition or creating new partition , auto-mounting it? (i move /home/ new partition) code: select all sudo raspi-config there should option expand root filesystem (rootfs). ghans raspberrypi

External HDD & Raspberry PI 2 Model B hang - Raspberry Pi Forums

hi all, have raspberry pi 2 model b following components attached usb: 1. irc receive commands remote control 2. tp link wn725n evaluating buy external hdd , noticed product: http://www.amazon.it/wd-elements-portab ... b00d0l5bh8 since usb 3.0 had doubts if worked on raspberry support usb 2.0. know usb retro compatible verify asked friend of mine borrow me external hdd usb 3.0 verify it. gave me oric (i have never heard brand) , once connected raspberry kodi frozen. had disconnect see kodi work again. noticed able connect in ssh. noticed blink of red led mean power not enough. have samsung connector 5b 2a , set in /boot/config.txt max_usb_current = 1. fix haven't worked. @ point think need power hub power both hdd , raspberry. correct? can show me power hub buy on amazon? can tell me if think there better hd (compared wd elements porteable 2tb) can buy? can tell me if there enclosure can put rasperry + hdd? ps know exists wd pidrive kit + enclosure live in italy

Frontpage bug/issue - Joomla! Forum - community, help and support

i'm having issues front page ite.  when denote 1 page front page item , not one, wrong page shows up.  tried setting content_id  field in jos_content_frontpage table different id manually same darn wrong page shows on front page.  ideas?  there anywhere else list of items front page stored? i tried emptying trash.  no affect.  deleted both pages....had no affect.  totally cryptic.... any 1 else have problem? content--> front page manager  show what's marked appear on home page.  , see you've got there.  also, in menu link "home"  in parameters, select in 2 ordering drop downs...ordering, frontpage ordering.  Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

DOCMAN_theme.class.php on line 75 - ERRO - Joomla! Forum - community, help and support

Image
pessoal, pesquisei e não achei nada que possa me dar uma dica de como resolver essa mensagem que meu docman está dando. alguém poderia me dar uma ajuda segue erro abaixo. warning: docman_theme::require_once(/home/.pecan/pmducam/pmd-ucam.org/components/com_docman/themesthemeconfig.php) [function.docman-theme-require-once]: failed open stream: no such file or directory in /home/.pecan/pmducam/pmd-ucam.org/administrator/components/com_docman/classes/docman_theme.class.php on line 75 fatal error: docman_theme::require_once() [function.require]: failed opening required '/home/.pecan/pmducam/pmd-ucam.org/components/com_docman/themesthemeconfig.php' (include_path='.:/usr/local/php5/lib/php') in /home/.pecan/pmducam/pmd-ucam.org/administrator/components/com_docman/classes/docman_theme.class.php on line 75 obrigado Board index Joomla! International Language Support International Zone Portuguese Forum

Dissplay module inside content item? - Joomla! Forum - community, help and support

i downloaded , installed gallery module (smooth gallery). module works great except since module, able display on module locations (left, user1, etc.) not on main content area of home page. there way display module inside content item? i newbie, please bear me if missing simple or if answered earlier.. thanks, srini hi, have tried using: {mosloadposition user1} user1 being position of module. place in content. you can check mambot/plugin in backend going mambots > site mambots , click on load module position hope helps amg99 Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Como modificar interlineado de los títulos - Joomla! Forum - community, help and support

Image
hola! tengo un problemita.. necesito modificar el interlineado de los títulos de las noticias que coloco.. yo los coloco los títulos en heading 2.. en ff se ven bien.. pero en ie se me ven montadas las líneas si el título es muy largo.. se me ocurre que podría modificar el interlineado para que esto no suceda. el template que uso es rhuk_solarflare_ii en joomla 1.0.11 para editar el css se puede haces desde el administrador?? gracias por la ayuda.. a ver prueba con: code: select all line-height: 20px; en donde tengas la clase del h2 ah y sí, si se puede editar el ccs desde el administrador: site --> template manager --> site templates Board index Joomla! International Language Support International Zone Spanish Forum Plantillas (templates) y diseño

فهرست المقال - Joomla! Forum - community, help and support

Image
في فهرس المقال تكتب المجلة الصفحة1 الصفحة2 و هكذا كيف أقوم بتغيير العنوان الي أي شء أريده يجب ان يكتب الفاصل بهذه الطريقة : {mospagebreak title=العنوان} استبدل كلمة العنوان بعنوان الصفحة الذي تريده Board index Joomla! International Language Support International Zone Arabic Forum جوملا! 1.0 القسم العام

Joomfish Language Selection dosen't appear. - Joomla! Forum - community, help and support

Image
hi when try joomfish on computer works when try on site language selection doesn't appear. here modul pictures on local on internet looks this internet site host php version 4.3.9 my computer localhost php version 5.1.1 any idea how can fix ? thank you mod. note ot2sen: moving thread extensions directory forum --> languages / joom!fish , multilingual sites forum Board index Joomla! Older Version Support Joomla! 1.0 Language - 1.0.x Joom!Fish and Multilingual Sites

How to display pretty text - Joomla! Forum - community, help and support

hi, i'm developing component joomla 1.5, , working on admin side of it. everything's going pretty ok, want display funky fading-background type of messages other admin components show (eg "the configuration details have been updated" message when change in config). i've had bit of @ com_install , com_config files, can't seem pick out part plain text gets stored in $msg gets funkified ready display. could point me in right direction? quick overview of how these messages stored, made snazzy, displayed lovely; failing that, "look @ line: xxx in file , line: yyy in 1 , you'll see function calls need" type of response @ least me foothold on understanding bit of codebase. didn't see in dev wiki, , forum searches turned nothing either, may have been being blind. thanks in advance guys , gals. hello :-lightinthedark look @ $mainframe->redirect(); basically, use redirect page.  joomla! components perform data manipulation, , redirect results page

Templates applied to Access Levels - Joomla! Forum - community, help and support

Image
hello all. i have searched through forums find dead ends. does know how apply template access level? and or how can send person specified page once logged in (based on access levels) i'm using jacl plus cb. first time i've needed forgive me if seem little stupid. an extension suggestion appreciated if applicable ta k has in community had template access level problem? if there fix. if not please advise if can't done! ......please Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.0 Coding

Programmatore USB guasto

buonasera, ho un programmatore usb che accidentalmente ho cortocircuitato. il programmatore è questo . il quarzo è 12000 hz. il segnale sul quarzo è 0,68 volt costante. sul pc mi da: dispositivo usb non riconosciuto. vorrei sapere se posso tentare di riprogrammarlo (e come) o se è meglio sostituire il quarzo direttamente. puó capitare che misurando il quarzo con un multimetro questo smette di oscillare. percui la tua misura non ha nessun valore disgnostico. http://www.fischl.de/usbasp/ puoi scaricarti il firmware ma non come lo potresti caricare. visto che costa 7€ comprati uno nuovo. ciao uwe Arduino Forum > International > Italiano > Hardware (Moderator: leo72) > Programmatore USB guasto arduino

What do I need? - Raspberry Pi Forums

pi noob here. want have pi let me plug in network cable , assign ip address. using these network testing can have devices ping. if have pi address dhcp can ssh (if option) , assign static ip, i'd happy. minimum need achieve this? thanks adam2112 wrote: pi noob here. want have pi let me plug in network cable , assign ip address. using these network testing can have devices ping. if have pi address dhcp can ssh (if option) , assign static ip, i'd happy. minimum need achieve this? thanks imo easiest way use dhcp reservations mac address feature in router setup page. let assign ip address of choice each rpi no configuration changes on rpi. raspberrypi

Un azzardo sul db? - Joomla! Forum - community, help and support

Image
ciao tutti secondo voi cosa mi può succedere di terribile se installo due joomla (.11 e .12) in due folder diversi ma sullo stesso database?  (voglio solo testare su dati "live" la .12) grazie... niente...devi solamente cambiare prefissi delle tabelle di installazione. predefinito jos_  ----> custom  pippo_ Board index Joomla! International Language Support International Zone Italian Forum

sleep mode und Taster Entprellung - Zwickmühle

hallo, wie macht man das dümmsten?   wenn der µc normal läuft, habe ich meine taster mittels bounce2 library mit 30ms entprellt. funktioniert. jetzt habe ich einen taster mit in die sleep funktion eingebaut zum aufwecken. 2. interrupt. entweder wird der µc vom rtc alarmsignal geweckt oder durch den taster. der taster schaltet normal mein bt-modul ein und aus. immer auf erneutes drücken hin. damit wecke ich jetzt auch den µc und schalte zu gleich das bt-modul ein. ich kann es auch wieder ausschalten und der µc legt sich wieder schlafen. ich kann es aber während er jetzt schläft nicht nochmal per taster einschalten. muß warten bis die rtc ihn geweckt hat. ich nehme an, dass hängt mit der 30ms entprellzeit zusammen, die er im sleepmode nicht setzen/zählen kann. ich kann aber nicht die entprellzeit von 30 auf 0 runternehmen, dann schaltet das bt modul wild ein und aus je nach tasterprellen wenn er nicht schläft. muß man zwingend zum aufwecken einen taster spendieren? oder gibts a

Best way for user to enter their wifi ssid and password - Raspberry Pi Forums

i making product has raspberry pi in , connect the internet using persons local wifi network. however, ip address, raspberry pi needs persons ssid , password access wifi network. best , user easy way can achieved? 1. device presents wifi access point, user connects it, selects ssid (auto populated ssid's found) , enters password. devices logs onto access point , user can access via avahi <hostname>.local thoughts on method: it appears commonly used across devices wifi access. find cumbersome , confusing novice users understand flow going on - may other devices have poor documentation. 2. user creates text file ssid , password on pc , saves usb stick password.txt, usb inserted raspberry pi looks password.txt, reads , applies network configuration. thoughts on method: prone error spelling mistakes entry method. idea appears more "logical" going on novice users passing file. don't requires usb key may not have. 3. other ways... feedback or thoughts appre

Interfacing to alarm system - Raspberry Pi Forums

hello everyone! interface our alarm panel pi's gpio. has dedicated assignable (digicom) outputs appear ideal hooking key events i'm interested in. outputs rated in installation manual 100ma @ 12v. manual states: they @ +12v , switch 0v when active. outputs can inverted switch 0v +12v when active. each output source 5ma in +12v condition , sink 100ma in 0v condition. i've read quite few posts (including one: viewtopic.php?f=37&t=92475 ) suggest using optocoupler , think understand isolation aspect of (with basic electronics knowledge!), question above information can these outputs directly connected pi's gpio suitable resistor etc. safely or optocoupler still preferable? main board has fuse auxiliary 12v rated @ 1a. board schematic can found on page 6 of installation manual: http://www.krypto-security.com/installa ... manual.pdf presumably, if going connect directly panel, take connection auxiliary 0v on main alarm board 1 of pi's common ground gpio