Skip to main content

Timeline for Memory Problems on Arduino Uno

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Apr 17, 2015 at 19:18 comment added user6569 The other thing is it is best to let your loop function get called from the Arduino software, instead of looping itself. That way housekeeping can take place. Move the setMotionDetect to setup. Maybe not doing it that way is leading to some additional delay?
Apr 17, 2015 at 19:17 comment added user6569 Instead of using HTTP you could write your own TCP/IP server on the host. Good practical learning experience. You should be able to reduce the 10 second latency by avoiding the overhead of web. Google TCP sockets. I understand you resource concerns. My present Arduino project is at 94% capacity.
Apr 17, 2015 at 19:11 comment added user6569 sparkfun.com/products/12757
Apr 16, 2015 at 21:56 comment added Kharrid Dude its not $20, its $35. I ran out of pins and had to buy a micro SD card shield. Its tough getting enough money when you are a 14 yr old. But I get your point. Still, I want to try and get this project running because I want to install it in front of the house as a security system. Mostly just about saying, "I did that," and applying prior knowledge to real life application.
Apr 13, 2015 at 19:32 history answered user6569 CC BY-SA 3.0