Search:

Type: Posts; User: SentinelAeon

Search: Search took 0.11 seconds.

  1. Re: Saving data into file and computing average

    Alright, ur right. I will try the brute method just out of curiosity, to see how much resources it takes, might not take much at all. But after that i think i got a solution. I will simply store...
  2. Saving data into file and computing average

    Hello,

    I have a simple program that reads temperature, humidity and some other data from server every 10 seconds. Together it is 8 float numbers. This way i see in realtime the temperature,...
  3. Replies
    4
    Views
    659

    Re: read page on local server

    Oh now i am ashamed. I wrote String url = "http://192.168.4.50"; where it should be String url = "http://192.168.64.50"; No wonder i couldnt ping my server from any computer. Anyway we are moving. I...
  4. Replies
    4
    Views
    659

    Re: read page on local server

    I still dont understand why it is not working. I even tried to code on esp8266 that it accepts when i write in http://192.168.4.50/data.html ... i tried it with browser and its a proper html page....
  5. Replies
    4
    Views
    659

    read page on local server

    Hello,

    I have a problem. I am running a local server on esp8266 board. Now i am trying to access it with my java program on my main computer and read the contents. If i type ip into browser it...
  6. Replies
    1
    Views
    598

    Program eating a lot of memory

    Hello, i have a simple program that seems to take a lot of memory, about 700MB. As the program starts it keeps growing slowly until it reaches 700-1000MB and then it doesn't grow anymore. What my...
Results 1 to 6 of 6