I have an arduino project, where i was able to set up an esp8266 as a webserver, and i am able to send data to it, eg. if i put “http://192.168.4.1/get?data=010” into the browser, it works perfectly. I want to send data using an android app, which pretty much means using the above mentioned url, just with different values for
Tag: arduino
How to exchange data between Teensy4.1 and RaspberryPi 4 using serial interface
I need to exchange data (roughly 100 bytes 10 times a second) between Teensy4.1 and RaspberyPi 4. I decided to do this via serial interface. There is Teensy code: I have hard-coded 191.699997 for test purposes. Please find below RaspberryPi Java part: The output of the above code is the shown bellow: I understand why is the difference but have