Releases: phyphox/phyphox-arduino
Releases · phyphox/phyphox-arduino
1.2.6
- Fix compatibility with NimBLE-based Espressif boards. (ESP32C3, ESP32S3 and other new ones; this will probably also be necessary for classic ESP32 boards when board definitions 4.0.0 will be released)
- Change printXML signature from
printXML(HardwareSerial*)toprintXML(Print*), allowing to send the XML to other targets and in particular fixing incompatibility with USB CDC based serial classes. As HardwareSerial inherits from Print, this change should be backwards compatible with existing code. - Fix several compiler warnings
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1-DOI
This is identical to the previous 1.2.1 release and just used to generate a digital object identifier (DOI) to be referenced in a scientific publication.
1.2.1
1.2.0
- Support for Arduino Uno R4 Wifi
- Multiple plots per graph view
- Read phone sensors to use their data on Arduino / micro controller
- Receive more than one variable from phone (mostly useful for customized experiment configurations)
- Optimized memory usage (massively increases the number of possible graphs)
- More customization options per plot within a graph (lines/dots, color, layout, etc.)
- Event characteristic (get status of experiment, time synchronization, real-world time from the phone)
- Print generated phyphox file to serial