Posts

Showing posts from August, 2012

rfm69 transmit to weather station

hello, i want send weather data arduino rfm69hw (868mhz) weather station using lacrosse protocol. unit8_t data should sent , received receiver. here code use: code: [select] #include <spi.h> #include <rh_rf69.h> rh_rf69 rf69; void setup() {   serial.begin(9600);   while (!serial)     ;   if (!rf69.init())     serial.println("init failed");   if (!rf69.setfrequency(868.3))     serial.println("setfrequency failed");   rf69.settxpower(14);   rf69.setpreamblelength (0);   rf69.setsyncwords (null, 0); } void loop() {   serial.println("sending rf69_server");   // send message rf69_server   // addr:32, temp:-0.6, hygro:89.0   uint8_t data[] = {0x2d,0xd4,0x92,0x03,0x94,0x59,0x3c};   rf69.send(data, sizeof(data));   rf69.waitpacketsent();   delay(5000); } some data sent receiver (raspberry pi rfm69, 868mhz) receives garbage: code: [select] ra...

One guestbook - with different "sections" ? - Joomla! Forum - community, help and support

hello world, there lot of fancy guestbook-components , good but i'm looking guestbook can split in different parts. i have web-site different icehockey-teams, each team have own guestbook. is there such component ? regards anders hi, create content item each team , let peaople comment or discuss item i prefer discussion, create thread foreach team, link thread team page Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Digital Signatures

i have created form in adobe professional , have placed digital signature field in form. when open form fill out in adobe reader , can fill out form not let me sign document. if can appreciate it. have great day this normal. reader, being free, has many limitations, , cannot sign forms normally. however, acrobat professional can enable function small workgroups, 500 uses per form. aandi inston More discussions in Acrobat Reader adobe

Serial.print and Serial.write problem

(please gentle first time posting here) hi guys not sure if doing stupid or not. i reading array of characters memory here data in hex. code: [select] 0x48 0x45 0x4c 0x4c 0x4f 0x5f 0x57 0x4f 0x52 0x4c 0x44 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 i read data out , store in in array following function code: [select] void readfromeeprom(int start, int stop, char *array) {   for (int = start; < stop; i++) array[i] = (char)eeprom.read(i); } if step through , print each element serial correct output ("hello_world") if following code: [select] serial.write(arraydata);  or code: [select] serial.print(arraydata); i blank output. show whole code. please.  if have full code, can copy our ide , run code test solutions.  serial.write one character (byte).  print (println) array needs null terminator ('\0') tell print array ends. ...

Probably something I'm missing :) [Solved] - Joomla! Forum - community, help and support

Image
hi again. i've pretty gotten want installed on joomla 1.5 , i'm loving it! having slight problem that, title says, i'm sure i'm missing solution. want add link on 1 of menus shows list of categories in section. link shows up, categories show up, when click on category, none of articles there.  articles published , can see them in blog format, way set articles cluttered use. suggestions? thanks ^^ when edit menu item on right hand side in parameters - basic! following ticked show category list - section     hide  show empty categories in section hide  show # category items           hide    show category description           hide    show this may resolve problem? Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Fossbook Linux Social Network

we know facebook, foss/linux users? come on, join @ fossbook social network linux users . welcome. have great day. bruce he, he. although don't think catch on, still, interesting idea. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Fossbook Linux Social Network Ubuntu

image problem - Joomla! Forum - community, help and support

hey installed joomla on dedicated , seems havingsome issues it... when @ joomla page via localhost graphics/images , works great , fine but when viewd on different computer ugly white page w/o of images displaying.... i have files in root doc.. what did wrong? your $mosconfig_live_site in configuration.php needs domain name accessible internet not local network. have localhost in now?? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Duda sobre la instancias

buenas todos, me surge una gran duda, y resulta que buscando en google no encuentro nada relacionado con lo que mi cabeza pretende; por ejemplo creando una clase, o una libreria para hacer uso de esa clase o libreria inicializariamos una instancia para poder acceder lo que esta contenga,  pero ¿es posible crear una instancia de esa clase en tiempo de ejecución sin haberla creado o inicializado con anterioridad? gracias de antemano quote from: mandragoratools on dec 27, 2016, 04:15 am ¿es posible crear una instancia de esa clase en tiempo de ejecución sin haberla creado o inicializado con anterioridad? de hecho sí, un claro ejemplo está en la función open de la librería sd , el cuál crea un objeto file y retorna la referencia (puntero) de este. de lo que no estoy seguro, es de qué pasa si no queda espacio para almacenar ese objeto; sí el programa se cuelga, o simplemente queda con referencia null ( false en contexto booleano) ...

Need urgent help for my project!

i require come robotic gripper , have decided use maxon a-max dc motor open , close gripper motor rotate clockwise , counter clockwise. right now, figuring out connection of motor arduino uno board , programming this. still newbie , appreciate get. we've done research , not able find solutions. please us! we're pretty desperate. thank you! start helping you. post link datasheet "maxon a-max dc motor" know talking about. and if want advice supply relevant information possibly can there no time wasted follow-up questions this. ...r Arduino Forum > Using Arduino > Project Guidance > Need urgent help for my project! arduino

IDE 1.8.0 Released -- update: 1.8.5

arduino 1.8.0 - 2016.12.20 [ide] * linux: running in command line mode doesn't require x11 display anymore * "save as" clears "modified" status * builder: paths strange utf8 chars correctly handled * builder: .hpp , .hh file extensions considered valid sketch extension * builder: core.a not rebuild if not needed (improve build time in particular big projects) * fixed swapped actions "copy forum" , "copy html" * linux/osx: if editor tab symbolic link no more replaced real file when saving (see #5478) * increased upload timeout 5 minutes (it 2 min, may not sufficient when uploading via uart big sketch) [core] * added arduino.org boards * added adafruit circuit playground board * added "-g" option linker keep debug information in .elf file (see #5539) * avrdude: added fake configuration efuse on atmega8 part. solves long standing issue "burn bootloader".   thanks ...

Thread: I need something like notepad++

Image
i started learning java , need text editor similar notepad++ ideas ? need highlight different .. things.. differently.. i haven't used notepad++ if want syntax highlight applications -> accessories -> gedit text editor in gedit go view -> highlight mode Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] I need something like notepad++ Ubuntu

(Solved) Simple UART recieve interrupt not working

hello all! im having problems uart interrupt. the transmitter working fine, doesnt seem enter recieve interrupt routine when send character board. did miss step enabling interrupt vector? this code: code: [select] #include "sam.h" volatile uint8_t recchar = 0; volatile uint8_t rec_flag = 0; void uart0_handler(void) { piob->pio_sodr |= pio_pb27; if ((uart->uart_sr & uart_sr_rxrdy) == uart_sr_rxrdy) { recchar = uart->uart_rhr; rec_flag = 1; } } void inituart(void) { reg_pioa_absr &=  ~(pio_absr_p8); //peripheral på pin pa8 (dvs. aktiv pullup) reg_pioa_absr &=  ~(pio_absr_p9); //peripheral på pin pa9 (dvs. aktiv pullup) reg_pioa_pdr |= pio_pdr_p8;  //disable normal pin funktion på pa8 reg_pioa_pdr |= pio_pdr_p9; //disable normal pin funktion på pa9 pioa->pio_puer = pio_pa8a_urxd | pio_pa9a_utxd; //enable pullup på rx og tx pmc->pmc_pcer0 |= pmc_pcer0_pid8; //enable uart0 clock uart->uart_mr ...

How fix the internal margins?

hello team, i working following components: windows xp; word 2007; adobe reader 8. situation: every time try save word 2007 file pdf; whole document converted in 1 column (generally aligned left margin) while word document has perfect format/margins. does have idea how fix this? in advance prompt answer. cheers! hi. this reader forum. wouldn't involved in of this. how creating pdf (what application?) if it's acrobat, need set default printer adobe pdf before formatting document in word. word documents have habit of reformatting 1 machine other depending on default printer. adobe printer treats document physical printer , reformat document fit it's specifications. More discussions in Acrobat Reader adobe

Gallery Selection ... multiple galleries on one site - Joomla! Forum - community, help and support

i've searched , searched , searched, far no avail. as relative newbie world of web site creation, have dream how site operate. i've around 3000+ photo's in personal journal archive want majority of online @ point, along accompanying explanatory text. these photo's cover large number of different events (around 50 , in cases have on 100 photos per event) can categorised, want site of following structure: event type 1 -> event 1.1 -> photo gallery event type 1 -> event 1.2 -> photo gallery 2 ... event type 2 -> event 2.1 -> photo gallery 3 ... event typre 2 -> event 2.n -> photo gallery n ... event type 3 -> event 3.n -> photo gallery n and on where event type section, event x.x category, , each category has it's own distinct gallery. in nutshell, i'm looking gallery give me lightbox functionality, , can access individual gallery relevant "event" page on site. don't need ability front end upload of photo's, or abilit...

connecting a pressure water sensor the arduino mega

Image
hi guys is there how connect pressure water sensor (only 2 lines/pins) arduino mega. have tried connect 1 line/pin 5v , the  pin, don't know need to  connect pwm or need connect a0(analog)? cause sensor simple , have 2 pins/lines should need third pin plug in gnd? it important me please can give me suggestion ? thank much!! you should include details of sensor, ie link datasheet or @ least maker's website. "should" explain comes out wires Arduino Forum > Using Arduino > Sensors > connecting a pressure water sensor the arduino mega arduino

Reading DS1307 RTC after sleeping

i want interrupt sleep, log once per second, timestamp onto , sleep again. after going sleep mode "lowpower.powerdown" , waking again i2c communication dead. i tryed few things working nothing helps far, if there no sleepmode @ keeps working. google give this didnt work me or didnt implement correctly. how i2c , running again? preferably possible, below 50ms , perfect below 1ms. for sd-card (spi) had use different library , had no more problems when switching off , on via mosfet once every 10 sec. this example out of library im using, there no sleep. if make sleep , interrupt via 1hz output of rtc identical situation. code: [select] #include <wire.h> #include <time.h> #include <timelib.h> #include <ds1307rtc.h> void setup() {   serial.begin(9600);   while (!serial) ; // wait serial   delay(200);   serial.println("ds1307rtc read test");   serial.println("-------------------"); } void loop() {  ...

Commande servo-moteur avec deux bouton poussoir

Image
bonjour, je suis sur un projet pour commander un servo-moteur avec deux boutons poussoir, je m'explique: - lorsque j'appuie sur un des bouton poussoir le servo-moteur tourne de 180° et quand je relache il revient à la position initiale(0°). -et lorsque  j'appuie sur l'autre bouton poussoir le servo-moteur tourne à -180° et quand je relache il revient à la position initiale (0°). et voici mon code : #include <servo.h>           const byte servo_a_angle_min = -1;     const byte servo_a_angle_max = 1;     const byte servo_en_neutre = 0;           const int anglemin = -1750;     const int angleneutre = 0;     const int anglemax = 1750;           servo monservo1;     int vitesse = 0;     int angle = angleneutre;     byte etatservo = servo_en_neutre;           const int pinbouton = 0; /* le bo...

[SOLVED] Downloading flash from atmega1284p via avrdude

hi. i've been trying download code atmega1284p protection copy against future upgrades. i've been using avrdude command (and variations) such as: avrdude -p atmega1284p -p /dev/ttyusb0 -c stk500v2 -b xxxxx -u flash:r:dump.hex:i i've tried various -b baud rates. i've tried -f flag. i'm unsure if -c field correct chip. the usb device correct. normal usb communications board fine. i've tried hitting reset button on board during , before command (red light blinks reset). in cases, i'm getting timeouts avrdude. ideas? thanks! the port ttyusb0 what? isp programmer or usb/serial? if trying download via serial port, bootloader must support this. Arduino Forum > Using Arduino > Microcontrollers > [SOLVED] Downloading flash from atmega1284p via avrdude arduino

Vrøvl og volapyk.. - Joomla! Forum - community, help and support

Image
igen sådan et godt eksempel på en beskrivelse af en extension, hvor der bare ingen mening er til sidst ... "you can show pictures while becoming slide. can show after plucks every picture besides" jeg bliver en "slide" mens jeg kigger mine billeder.... så kan jeg vise "after plucks", hvilket forhåbentligt ikke har noget med sexlegetøj @ gøre, mens hvert billede et eller andet... det er sgu da ikke nemt :-) moderator note zimmik: begyndelsesbogstav rettet til stort overskriften. tja. skal vi gætte på slang  Board index Joomla! International Language Support International Zone Danish Forum Diverse (Off topic)

Thread: Your battery may be recalled by Toshiba and may be at risk

Image
hello, sister has started using ubuntu on toshiba laptop, running fine got message saying 'your battery may recalled toshiba , may @ risk' wondering means. thanks marcus first hit on google http://www.csd.toshiba.com/cgi-bin/t...p?soid=1501060 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Your battery may be recalled by Toshiba and may be at risk Ubuntu

Text Screens with Menu-type Navigation Controls

i using adobe premiere elements 4 on pc develop dvd containing clips of old home movies. pc running windows xp professional. movie have 23 scenes , planning use generic 1 menu template. i want include 2 bonus features on dvd along movie. each feature consists of multi-page text. since permit each viewer read text @ his/her own pace, put text each feature on set of successive screens. each screen contain part of text , set of navigation arrows @ bottom: i.e., previous, main menu, , next (if appropriate). each screen perform scene menu screen in remain long wished , respond desired navigation input command. how can implement in pe4? thanks help. alan baker abbaker2@comcast.net some dvd authoring programs offer rom content, along standard dvd files. rom content accessible computer, not dvd set-top player. 1 can create folder documents, in .pdf form, remember, can accessed computer. dvd set-top player, you'd need create titles in nle , slide-show titles. if going add rom content...

No consigo hacer funcionar el mpu 9250

hola: estoy intentando recibir los datos del mpu 9250. ya consegui hacer funcionar el 6050 previamente y ahora me falta hacer funcionar este. he mirado todos los tutoriales que encontrado en internet, incluso probado tutoriales del mismo chip en modulo diferente... sinceramente llevo un dia entero con esto y no puedo mas. como mucho conseguido hacer funcionar el mpu 9250 con la libreria del mpu 6050 pero solo obteniendo la informacion que debe obtener el mpu 6050 (sin los datos del magnetometro) no consigo hacerlo funcionar todo la vez. si me pudierais indicar algun tutorial que ya conozcais que funcione y decirme en que mas puedo estar fallando estaria muy agradecido. estoy empezando preguntarme incluso si estoy utilizando las librerias adecuadas, incluso borrado todas y empezado hacerlo todo de cero. con el mismo resultado. en otra ocasion conseguido activar el sensor y que aparentemente funcione, pero en esa ocasion registra todos los valores en 0. si pudierais recomendarm...

Sending CAN message in the J1939 format

hello all, first off sorry stupid question. new arduinos. i working on simple project wherein need send can messages in j1939 format controller moves hydraulic valve (to move hydraulic cylinder). right now, have canbus joystick sends signals controller this. want replace joystick , use arduino (if possible) send can messages. using 2 limit switches placed @ ends of hydraulic cylinder. input arduino send required can message. how should go doing this? any appreciated! thank in advance! use arduino record data sent joystick replay it. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Sending CAN message in the J1939 format arduino

Thread: adding new hd

i wondering, if install new harddrive (sata) can reboot , use gparted/parted (program installed repos) find it, format filesystem want, , "there" , give label? ie: /mystuff ? i don't see why not. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [kubuntu] adding new hd Ubuntu

Maplin motor shield

i've purchased 1 of these , i'm trying find demo code it. (although imagine shields made different companies should compatible, right? ). instruction leaflet provided unit says 'download motor shield demo code , open motor_shield_demo_code sketch' . have tried finding haven't succeeded. nearest got this page has  link download goes blank text page. can point me demo code this? i'm new arduino start guaranteed work. (i intend drive dc motors @ stage, not stepper motor) my arduino uno rev3 quote i imagine shields made different companies should compatible, right? although many shields use l298 driver chip, each manufacturer decide arduino pins go l298 pins. controlling l298 in not difficult, , if @ variety of arduino sketches you'll see definite similarities. success depends on knowing arduino pin what. l298 uses pins called ena , enb, , in1, 2, 3 , 4. ena enables in1 , 2, enb enables in3 , 4. see markings on pins? or, can ...

IR-Empfänger / Umgebungslich

ich experimentiere gerade mit einem einfache ir modul (infrared obstacle avoidance sensor module arduino smart car robot 3-wire). leider mußte ich feststellen, dass normales tageslicht / sonne einen erheblichen einfluß auf die funktion des moduls hat. das konstante umgebungslicht wird nicht rausgefiltert. kennt jemand ein geeigneteres modul mit umgebungslicht-filterung ?    gruß volker quote from: vbueschken on dec 28, 2016, 04:45 pm ich experimentiere gerade mit einem einfache ir modul (infrared obstacle avoidance sensor module arduino smart car robot 3-wire). leider mußte ich feststellen, dass normales tageslicht / sonne einen erheblichen einfluß auf die funktion des moduls hat. das konstante umgebungslicht wird nicht rausgefiltert. kennt jemand ein geeigneteres modul mit umgebungslicht-filterung ?   kannst du uns das nicht ein wenig einfacher machen ? indem du uns den link des verwendeten moduls postest und nicht irgend ein name. so müsse...

Check if object is at the right place

for school want make system can check if bikes returned place. need system bike has identifier connected sensor if @ right place. know sensor use or other idea solve problem?  barcode scanner, rfid tag , reader, simple hall effect sensor, there many sensors may fit project haven't specified limitations have or want check (p.e. have bike identified or bike fit?). Arduino Forum > Using Arduino > Sensors > Check if object is at the right place arduino

un dé composé de 5 leds. Problème

bonjour, je suis un novice, et je travaille sur un dé à 5 leds composé sur une breadboard. un bouton pression active le lancé virtuel du dé. une série de chiffres aléatoires apparaissent selon la constellation classique du dé, puis se stabilise pour laisse découvrir le résultat aléatoire offert par le dé. le problème dont je fais face se situe sur l'activation du bouton. il ne fonctionne pas. voici la déclaration des variables: code: [select] //déclaration des variables   //leds sur les pins 2 à 6 correspondants aux valeurs de 1-5 du dé (le 6 laissant les leds éteintes)     int ledhautgauche=2;     int ledbasgauche=3;     int ledcentre=4;     int ledhautdroite=6;     int ledbasdroite=5;   //bouton sur le pin 7     int bouton=7;   // initialisation du stockage du résultat aléatoire dans 'nombre'     int nombre; ////////////////////////////////////////////////////////////////////// v...

Thread: update problem--network service discovery disabled

Image
when ran updates , installed 9.10, message appeared, "network service discovery disabled. current network has .local domain, not recommended , incompatible avahi network service discovery. service has been disabled." computer not respond anything, frozen--i not able open programs , cpu seems running loudly. help? ever since 9.10 have had no connectivity windows network. system runs fine, no windows connectivity same error message see @ startup. have tried modifying smb.conf , tried things in post http://ubuntuforums.org/showthread.p...t=avahi+.local helps can @ least mount windows network, see ubuntu machine set through samba , still see error message , still see no windows pc's. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] update problem--network service discovery disabled ...

Thread: Increase monitor resolution

Image
as issue karmic users thought of writing this, hope guys. first open terminal applications >> accesories >> terminal in terminal type : 1) code: $ xrandr (without $ mark) display allowed resolutions : screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096 vga1 connected 800x600+0+0 (normal left inverted right x axis y axis) 267mm x 200mm 800x600 85.1* + 640x480 75.0 60.0 720x400 70.1 then type 2) code: $ cvt 1024 768 (any resolution want similar this) output similar : # 1024x768 59.92 hz (cvt 0.79m3) hsync: 47.82 khz; pclk: 63.50 mhz modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync 3) code: $ xrandr --newmode <modeline> (copy modeline of previous output place mode line) e...

Plugin Desgin & Integration w/ Component - Joomla! Forum - community, help and support

i've done lot of reading through documentation wiki , understand wiki not yet complete , being improved.  still have questions regarding design patterns joomla 1.5 extensions. in particular i'm working on new project consist of component , plugin.  component used administration of media items can inserted content.  plugin specific tags in content , insert media defined.  idea media reused , updated across different content items without having update each content item. the component begin designed around m-v-c pattern , should ready begin coding in week or so.  wiki tutorial components useful , provided nice examples.  plugin tutorial left me feeling lost.  after examining plugins bunded latest 1.5 release questions have not been answered. below few questions have , suggestions appreciated.  project still in design (on paper no less!) stage , open changes. 1]  there specific design pattern follow regarding plugins? 2]  there way plugin a...

Thread: need help replacing mbr and installing grub

i have no idea how proceed. please help? have flash drive 9.10 installed, , can't boot windows without convoluted workaround involving repair cd... on boot end @ grub rescue prompt without 9.10 flash drive installed(good news if let go 5 minutes or makes ubuntu). have tried fixboot , fixmbr, no avail. ideally have box boot windows unless want boot flash drive. think need install grub flash drive, , new mbr sda1... install-mbr didn't apparently. tried sudo install-mbr -vf /dev/sda1 , boot info summary below shows no improvement =\ code: ============================= boot info summary: ============================== => grub 1.97 installed in mbr of /dev/sda , looks (uuid=18f3e5ee-7ef2-4158-8b84-853630827dea)/boot/grub. => no known boot loader installed in mbr of /dev/sdb => syslinux installed in mbr of /dev/sdc sda1: _________________________________________________________________________ file system: boot s...

Suggestions for battery powered 8x8x3 neopixel matrix

my project consists of 3 8x8 neopixel matrix panels. need way power battery including arduio itself. able charge connection car battery. keep compact reasonably can. i able leave battery in during charging. any suggestions should looking for? thanks in advance. neopixels , arduino run 5v. get 12v 5v switching regulator power. www.pololu.com @ regulators. 3x8x8 = 192 rgb leds, full on draw 60ma, may need couple regulators come 11.52a, perhaps per panel negligible amount of current arduino, perhaps promini. Arduino Forum > Using Arduino > General Electronics > Suggestions for battery powered 8x8x3 neopixel matrix arduino

Thread: Asus g51j-a1 wifi card

windows says have intel wifi link 1000 bgn card lspci list intel wifi link 100 series. can not work right , not seem recognized. i having similar problem!! , bugging me now..... extracted intel 1000 ".ucode" files in "/lib/firmware" still couldnt make work!! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Asus g51j-a1 wifi card Ubuntu

Thread: Quick Questions

what main extensions files? example on windows executable = .exe. i'd main ones, audio, video etc. here's starter open source linux viewpoint... http://www.debianhelp.co.uk/fileext.htm Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Quick Questions Ubuntu

How do I make the IE browser default to calling Adobe V8.1.1 for opening pdf web pages?

my environment have 2 versions of adobe installed: 1) adobe acrobat v6.0 standard (for writing .pdf files) 2) adobe reader v8.1.1 when execute .pdf file on system, adobe reader v8.1.1 invoked , desired behavior. when print adobe pdf on system, adobe acrobat v6.0 standard invoked , desired behavior. my problem ie browser defaults calling adobe acrobat v6.0 standard opening pdf web pages. want change default calling adobe v8.1.1 opening pdf web pages. it must ie browser setting, can't find how it!! thanks - betty jean i have same problem. looks though fix re-install reader per: http://forums.cnet.com/5208-7813_102-0.html?forumid=31&threadid=108820&messageid=1239370 More discussions in Acrobat Reader adobe

internal error 2753 updater.api_non_opt

hi, i'm getting error trying install adobe 8.xxx. tried install adobe reader 7.xxx , new version installed though have uninstalled version 8.xxx. any ideas? thanks eric i having exact same problem. i used have adobe 8 reader, un-ininstalled once purchased full adobe acrobat, because thought there no need again. now want back, can view created pdf files in check problems subsequent readers of pdf file i've created reveal compatability problems. note: when installed reader, placed on different drive. when uninstalled it, remained listed in 'add or remove' window, no uninstall button within it's entry. now each time attempt re-install adobe reader, error window says: internal error 2753 updater.api_non_opt i going create similar post on issue in forum, difference being include ifo operating system. if adobe forum administration reads topic, have @ least 2 people staing same issue, , appreciate constructive response issue. regards, douglas duncan More discus...

Thread: Heroes of Newerth and nVidia 8600gt

hi all, i'm running desktop machine windows xp extremely motivated switch on , deal breaker. work ubuntu , have had time test heroes of newerth (hon) on jaunty nvidia 6800 fps , quality way low playable. i'm curios know either or: a.) has been able configure hon playable settings , if video card? b.) game unplayable because of settings , configurations? advice highly appreciated! -anthony 8600m gt here, plays alright on 1440x900 Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure [SOLVED] Heroes of Newerth and nVidia 8600gt Ubuntu

Publish Button is Gone!! Updated Reader 9.1

we updated reader 9.1 , have noticed publish button/tools no longer in upper right. in tasks drop down. in order see tasks tool set must right click tool bar , turn on. when re-launching browser, task tools not stick, must re-check them/turn them on. are there plans fix issue? oversight? or intensionally done? i little worried other features have disapeared new release of reader 9.1. please anyone. thanks, -jimmy i'm thinking intentionally unintentional. i'm guessing in order fix security flaw, had re-write of user interface, , didn't take time make previous version (because promised fix march 11). i realize update fix major security flaw, why can't have same user interface? in version 8 , 9.0, easier tell you're on document comment-enabled easier publish comments. ease of use part of reason went solution. now happens load document (either in reader or browser) , looks every other document instead of having nice, clear commenting functions @ top of window....

Problem PulseSensor(pulsesensor.com) with Arduino Nano v3.0

hello friends, first post , english not good. i'm trying connect pulsesensor arduino nano v3.0,  measurements incorrect. @ moment i'm using library . tried 5v , 3.3v, doesn't work. have tried isolating sensor, still not work. should change in library? thanks time, bye bye! Arduino Forum > Using Arduino > Sensors > Problem PulseSensor(pulsesensor.com) with Arduino Nano v3.0 arduino

Uninstall Adobe Reader 8 - Français

hail :) i have been given old computer use testing programs might install on usual pc @ work , labtop @ home. i have been trying uninstall adobe reader 8 - français without success. here error message : erreur interne 2329. 32, c:\config.msi\358d0e.rbf after unsuccessful search google last part might "358d0e.rtbf" have mistaken when recopying. could please me in task ? thanks in advance best regards luca edit 1 : upgrading 8.1.3 maybe might trick ... edit 2 : had similar problem while installing. here error message : erreur interne 2329. 32, c:\config.msi\52c820.rbf i doing repair install function found in section. hope :( edit 3 : didn't work restarting , trying remove through windows tool uninstallations. post result tomorrow. edit 4 : unistallation finished before left :( still not working here's new variation of error message : erreur interne 2329. 32, c:\config.msi\195cfa.rbf > windows tool uninstallations you mean windows installer cleanup utility? yes...