A few weeks ago, we explained how to use our modules with PHP. At the time, we explained how to use PHP in direct mode, but there is another way: the HTTP callback mode. This week, we are going to tell you how to write your first PHP script working in HTTP callback mode.
No comment yet | Read more... |
This week, we go on with our "for the beginners" post series and we are going to talk about PHP. PHP scripts are easy to use and to deploy. We are going to see that's it's also easy to interface Yoctopuce modules from a PHP script.
No comment yet | Read more... |
This week, we are going to show you how to implement, in Delphi, a Windows application using Yoctopuce modules. To make this topic somewhat interesting, we are going to apply this to temperature regulation, using a heater and a relay, with a practical example.
No comment yet | Read more... |
This week, we are going to show you how to make your first steps with Yoctopuce modules in JavaScript, in particular in the context of a web server written with node.js. This scenario is particularly interesting because it allows you to create server applications collecting data from many Yoctopuce sensors scattered everywhere, each sensor transmitting its own data independently over Internet over Wifi, GSM, etc.
2 comments | Read more... |
This week, we show you how to make a Windows application using Yoctopuce modules, in C#. The exercise is interesting because most C# examples provided with the Yoctopuce API are actually console applications. Windows Forms applications introduce some small differences which you should note. Note also that this post doesn't pretend to teach you C# programming. You are supposed to have some knowledge of it already :-)
No comment yet | Read more... |