Skip to content

Releases: phyphox/phyphox-arduino

1.2.6

03 Jan 18:37

Choose a tag to compare

  • 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*) to printXML(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

11 Aug 10:43

Choose a tag to compare

Support for Arduino MKR WiFi 1010

1.2.4

25 Jun 11:54

Choose a tag to compare

  • Fix for single-core ESP32 (i.e. ESP32-C3). Fixes #8, thx to @philipPerlick
  • Minor updates to some examples

1.2.3

30 Jun 13:25

Choose a tag to compare

STM32 support
(thanks to thijses, see pull request #6)

1.2.2

02 Apr 06:54
103af7b

Choose a tag to compare

Support for senseBox MCU S2.

1.2.1-DOI

21 Mar 13:03
adabb62

Choose a tag to compare

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

05 Oct 14:59
adabb62

Choose a tag to compare

Quick fix for the Arduino IoT.

1.2.0

15 Sep 13:47
d79e66b

Choose a tag to compare

  • 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

1.1.2

19 Jan 15:48

Choose a tag to compare

Quick fix for multiple views on Arduino Nano 33 BLE and Arduino Nano 33 Sense.

(More to come, stay tuned.)

1.1.1

04 Mar 13:36

Choose a tag to compare

Quick fix to use more than five channels. This also includes some quick memory optimizations, but expect another update soon that should free up a lot of memory for larger experiments.