karimwassef
Active member
After all your experiences, if you wanted to point a novice arduino user to the easiest way to get readout data on the internet, what would it be?
After all your experiences, if you wanted to point a novice arduino user to the easiest way to get readout data on the internet, what would it be?
Hi,
Amazing thread - I'm coming to the party late.
Hopefully someone can help me get over the first hurdle - the sketch won't compile for me. There are no errors, it just hangs forever. Read the docs on github over and over, so I'm sure my edits are correct as per the readme. I don't get any errors so hopefully that is a correct assumption.
I even moved all the libraries into the arduino software tree (I know not good practice but trying to eliminate possible causes) - no difference.
I've run this on both Windows 8.1 and Linux - same symptoms on both.
I must be doing something really dumb. Using arduino 1.6.4 and a mega2560.
Here is where it hangs :-
Using library OneWire in folder: /home/adam/arduino-1.6.4/libraries/OneWire (legacy)
Using library Wire in folder: /home/adam/arduino-1.6.4/hardware/arduino/avr/libraries/Wire
Using library LiquidCrystal in folder: /home/adam/arduino-1.6.4/libraries/LiquidCrystal (legacy)
Using library Time in folder: /home/adam/arduino-1.6.4/libraries/Time (legacy)
Using library DS1307RTC in folder: /home/adam/arduino-1.6.4/libraries/DS1307RTC (legacy)
Using library SdFat in folder: /home/adam/arduino-1.6.4/libraries/SdFat (legacy)
Using library SPI in folder: /home/adam/arduino-1.6.4/hardware/arduino/avr/libraries/SPI
Using library Ethernet in folder: /home/adam/arduino-1.6.4/libraries/Ethernet
Using library Flash-5 in folder: /home/adam/arduino-1.6.4/libraries/Flash-5 (legacy)
/home/adam/arduino-1.6.4/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -Wextra -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10604 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I/home/adam/arduino-1.6.4/hardware/arduino/avr/cores/arduino -I/home/adam/arduino-1.6.4/hardware/arduino/avr/variants/mega -I/home/adam/arduino-1.6.4/libraries/OneWire -I/home/adam/arduino-1.6.4/hardware/arduino/avr/libraries/Wire -I/home/adam/arduino-1.6.4/libraries/LiquidCrystal -I/home/adam/arduino-1.6.4/libraries/Time -I/home/adam/arduino-1.6.4/libraries/DS1307RTC -I/home/adam/arduino-1.6.4/libraries/SdFat -I/home/adam/arduino-1.6.4/hardware/arduino/avr/libraries/SPI -I/home/adam/arduino-1.6.4/libraries/Ethernet/src -I/home/adam/arduino-1.6.4/libraries/Flash-5 /tmp/build1275228387107395116.tmp/Chauvet16.cpp -o /tmp/build1275228387107395116.tmp/Chauvet16.cpp.o
you can start with arduino ethernet webserver example, and just add your data to the web page returned. I think the example returns values read from analog pins.I see that. It's amazing. I'm a novice though so I need something basic to build on.
been busy lately. still working on the pcb for led controller.
I made a few design changes.
I managed to get 2 more pwm channels, so the new setup will have 6 pwm channels for Meanwell LDD, and 2 channels that are just PWM outputs. These 2 outputs can be adjusted between 3.3v to 10v PWM (I'm just using a trimmer resistor on the op-amp circuit).
The 2 Fans will have a single power ON control (I originally had separate controls). So both fans will be on/off at the same time, but you can still control the speed of each fan separately using their own pwm line.
The board has pin headers for I2C signal, I'm still debating if I should also include SPI pins, but there is no more pin for CS (unless I use the connection on the bottom of teensy). The I2C pins are just there in case I need to add something in the future, maybe a display.
you can start with arduino ethernet webserver example, and just add your data to the web page returned. I think the example returns values read from analog pins.
foggman, I got your email, but have not looked at the file yet.
Go Warriors!
Pm me you email address I will send you mine