d0ughb0y
Active member
I am receiving the 5 temp sensors today. The cond kit comes tomorrow (sparkfun economy shipping is really slow)
I will start wiring my test setup today so I can test the 5 temp sensors and 3 fans with the full program. And also for testing the cond stamp when it arrives tomorrow.
As to the netload bootloader, it is not an ethernet shield problem, as I am unable to upload even using the standard ethernet shield. It almost seems like something is blocking udp traffic in my local network. I am using my work laptop, and I know recently they really tightened the security policy, to the point that I cannot print to my networked inkjet printer at home. So I would not be surprised if it disabled udp traffic. I'll have to try another machine. At least the USB upload still works. I noticed when usb upload is occurring, the LED stops blinking. I'm going to make it blink, maybe at a different rate. I like to know that the controller is not hung during program upload.
regarding tftp, I can see the simplicity in the protocol, and can be implemented in very small compact code, but it is still subject to limitation of udp. I'll check the feasibility of usng http put upload. The nice thing with http is, it can be configured with http proxy to pass through firewall.
I will start wiring my test setup today so I can test the 5 temp sensors and 3 fans with the full program. And also for testing the cond stamp when it arrives tomorrow.
As to the netload bootloader, it is not an ethernet shield problem, as I am unable to upload even using the standard ethernet shield. It almost seems like something is blocking udp traffic in my local network. I am using my work laptop, and I know recently they really tightened the security policy, to the point that I cannot print to my networked inkjet printer at home. So I would not be surprised if it disabled udp traffic. I'll have to try another machine. At least the USB upload still works. I noticed when usb upload is occurring, the LED stops blinking. I'm going to make it blink, maybe at a different rate. I like to know that the controller is not hung during program upload.
regarding tftp, I can see the simplicity in the protocol, and can be implemented in very small compact code, but it is still subject to limitation of udp. I'll check the feasibility of usng http put upload. The nice thing with http is, it can be configured with http proxy to pass through firewall.
Last edited: