User Activity

Posted on May 17, 2018 at 14:02hello everyone,i've been trying to find the right configuration for my stm in order to acquire data from a ct sensor (ECS 1030) but i can't find the right configuration i've done some tests, i got a sampled signal that...
Posted on April 21, 2018 at 23:07i have a html page that excute js functions so i add the needed file to fsdata.c but i can't manage to find the problem why it won't work  fs_open(&file, '/pie.html'); netconn_write(pAcceptedConnection, (const unsi...
Posted on April 21, 2018 at 00:08so this is my function that works fine when i add it to the script : send_text(pAcceptedConnection, ' function drawChart() {var data = new google.visualization.DataTable();data.addColumn('string', 'Topping');data.ad...
Posted on April 19, 2018 at 14:17So i managed to create files in my SD card yet i can't find a way to read from that file and send it to a webserver until now using the existing example from cubemx i can generate a .html and everything works but i c...
Posted on April 18, 2018 at 17:57so i'm using the following function : BSP_LCD_DrawBitmap();but i can't find the right conversion from bitmap to .C, i'm in a dead end because i can't use Gui i managed to add all libraries to my project and everythin...