Posts

Problem with Program: HELP!

hello, i getting strange errors program. here are. scheduler.cpp:17: error: new types may not defined in return type scheduler.cpp:17: error: 2 or more data types in declaration of 'addtask' attached files program. how can fix these problems? why declaring in every function? >>>>scheduler task; do know scope , passing variables? Arduino Forum > Using Arduino > Programming Questions > Problem with Program: HELP! arduino

DUE Timer/Interrupt

hallöchen, mein aktuelles projekt ist inzwischen ziemlich groß geworden und zudem sehr komplex. das problem ist, es sind mehrere zeitsensitive abläufe zusammen drin aber manches ist wichtiger als anderes. frage 1: können interrupts sich gegenseitig unterbrechen? wenn ja, nach welcher priorität läuft das ab? ich habe 2 timer parallel laufen aber einer muß unbedingt immer der richtigen stelle kommen, wenn der andere dafür mal ein paar takte pausieren muß ist das nicht ganz schlimm. geht das? frage 2: wenn ich im tcx_handler eine externe funktion ( void test(){blablabla} ) starte, läuft der timer dann weiter während die funktion noch ausgeführt wird? kommen bestimmt noch mehr fragen zu dem thema, das sind aber erstmal die wichtigsten. danke und grüße ich würde ja deiner stelle erst mal das datenblatt des prozessors untersuchen. das wird alle diese fragen (und noch viel mehr) beantworten können. Arduino Forum ...

How to use EEPROM write anything

Image
hi guys, i'm trying write string eeprom i'm not having success sketch, i've put togeather form examples i've seen wont work, have done wrong? code: [select] #include <eeprom.h> #include "eepromanything.h" char string1; //where eeprom_readanything save data to void setup() {   char* fox = "the quick brown fox"; //send eeprom   byte len = (byte) strlen (fox);   eeprom_writeanything (0, len);   eeprom_writeanything (1, fox); } void loop() {    if(eeprom_readanything(0, string1))     serial.println("marker"); //see if happens on sm     serial.println(string1); } thanks cal hi guys, i have compose sketch doesn't seem fact want write data ,dec eeprom here sketch code: [select] #include <eeprom.h> int address = 0; void setup() {   serial.begin(9600);     string data = "hello there!";//string needs on eeprom     for(int...

Plugin window pops up with Acrobat start?

hi, i trying find out why third party plugin, acrobat window displaying list box, opens when customer opens acrobat. normal behavior windows opens in specific context: 1- acrobat hosted in ie 2- user click on button in toolbar part of third party plugin 3- variable data window (part of plugin) acrobat window appears. i took initiative @ logs process monitor (systernals) customers machine , machine hosting same acrobat 8.0.0 same plugin installed (same version well), , not troubleshoot issue since not know for. any in figuring out causes acrobat plugin window appear when acrobat starts, or how stop doing that, appreciated. thank you, antoine technical support antoine - do have way me contact you? have name of xerox developer can contact can log such developer issues directly adobe you. quite frankly, without being able see plug-in code or have access plug-in test ourselves, there number of reasons why plug-in displaying window on load. More discussions in Acrobat SDK ...

Problem reading Atlas Scientific PH circuit

hello i have following product: https://www.atlas-scientific.com/product_pages/circuits/ezo_ph.html? datasheet: https://www.atlas-scientific.com/_files/_datasheets/_circuit/ph_ezo_datasheet.pdf? sample code: https://www.atlas-scientific.com/_files/code/arduino_ph_sample_code.pdf? i using arduino uno my problem simple one, after long playing around haven't found solution hope here forum can point me in right direction. when use sample code atlas scientific don't readings in serial monitor. but sure arduino, ph circuit , wiring working correctly because when use super_ez_com method readings on serial monitor. code: [select]   //this code has intentionally has been written overly lengthy , includes unnecessary steps. //many parts of code can truncated. code written easy understand. //code efficiency not considered. modify code see fit.    //this code output data arduino serial monitor. type commands arduino serial monitor control ph circuit. //set var ardu...

Thread: Banshee problem!

hi, banshee working on karmic alphas, official karmic out did upgrades , when try run banshee doesn't open. ran terminal , said this: banshee-1: symbol lookup error: /usr/lib/libgthread-2.0.so.0: undefined symbol: g_thread_gettime help? bump! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Banshee problem! Ubuntu

UV4L & Raspberry Pi and H264 - Raspberry Pi Forums

Image
hi all have installed uv4l streaming server on pi , works well. looking @ examples published on website , wanted find out more example 1 "recording h264 video @ full 1920x1080 resolution, 30 fps".. 1). firstly, want know file saved hit command record stream in h264 format? not mind lower resolution i.e. 640x480 @ 15fps... 2). secondly, can save stream without viewing , more 10 seconds on usb or in cloud drop box? 3). , finally, possible capture h264 stream boot not want enter command everytime want capture stream? appreciated many thanks. raspberrypi