diff --git a/_board/datum_distance.md b/_board/datum_distance.md new file mode 100644 index 00000000..29a14cfe --- /dev/null +++ b/_board/datum_distance.md @@ -0,0 +1,24 @@ +--- +layout: download +board_id: "datum_distance" +title: "datum-Distance Download" +name: "datum-Distance" +manufacturer: "J&J Studios" +board_url: "https://jandjstudios.io/datum/datum-Distance/" +board_image: "datum_distance.jpg" +--- + +The datum-Distance sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the VL53LX1 distance sensor from ST Microelectronics to create the simplest, easiest to use distance sensor for your application. + +The datum-Distance sensor emulates a serial port over a USB connection, presents the information and data stored on it in a JSON formatted packet, and processes URI style commands to change and retrieve its settings. The datum-Distance sensor fills the gap between a LEGO® Mindstorms® sensor and a breakout board. + +The datum-Distance sensor can do much more than just collect the data. The measurement units can be customized to suit your application. Distance data can be returned in mm, cm, inches, or feet. The datum-Distance sensor does all the calculations for you. + +It can also apply filters such as min, mix, mean, and RMS to the data stream. This truly makes the datum-Distance sensor a smart sensor that goes far beyond what a breakout board can do. + +## Learn more +* [datum-Distance Website](https://jandjstudios.io/datum/datum-Distance/) + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md). diff --git a/_board/datum_imu.md b/_board/datum_imu.md new file mode 100644 index 00000000..af243e16 --- /dev/null +++ b/_board/datum_imu.md @@ -0,0 +1,24 @@ +--- +layout: download +board_id: "datum_imu" +title: "datum-IMU Download" +name: "datum-IMU" +manufacturer: "J&J Studios" +board_url: "https://jandjstudios.io/datum/datum-IMU/" +board_image: "datum_imu.jpg" +--- + +The datum-IMU sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the LSM9DS1 IMU sensor from ST Microelectronics to create the simplest, easiest to use IMU sensor for your application. + +The datum-IMU sensor emulates a serial port over a USB connection, presents the information and data stored on it in a JSON formatted packet, and processes URI style commands to change and retrieve its settings. The datum-IMU sensor fills the gap between a LEGO® Mindstorms® sensor and a breakout board. + +The datum-IMU sensor can do much more than just collect the data. The measurement units can be customized to suit your application. IMU data can be returned in mm, cm, inches, or feet. The datum-IMU sensor does all the calculations for you. + +It can also apply filters such as min, mix, mean, and RMS to the data stream. This truly makes the datum-IMU sensor a smart sensor that goes far beyond what a breakout board can do. + +## Learn more +* [datum-IMU Website](https://jandjstudios.io/datum/datum-IMU/) + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md). diff --git a/_board/datum_light.md b/_board/datum_light.md new file mode 100644 index 00000000..416bf3f0 --- /dev/null +++ b/_board/datum_light.md @@ -0,0 +1,24 @@ +--- +layout: download +board_id: "datum_light" +title: "datum-Light Download" +name: "datum-Light" +manufacturer: "J&J Studios" +board_url: "https://jandjstudios.io/datum/datum-Light/" +board_image: "datum_light.jpg" +--- + +The datum-Light sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the APDS-9960 light sensor from Broadcom to create the simplest, easiest to use light sensor for your application. + +The datum-Light sensor emulates a serial port over a USB connection, presents the information and data stored on it in a JSON formatted packet, and processes URI style commands to change and retrieve its settings. The datum-Light sensor fills the gap between a LEGO® Mindstorms® sensor and a breakout board. + +The datum-Light sensor can do much more than just collect the data. The measurement units can be customized to suit your application. light data can be returned in mm, cm, inches, or feet. The datum-Light sensor does all the calculations for you. + +It can also apply filters such as min, mix, mean, and RMS to the data stream. This truly makes the datum-Light sensor a smart sensor that goes far beyond what a breakout board can do. + +## Learn more +* [datum-Light Website](https://jandjstudios.io/datum/datum-Light/) + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md). diff --git a/_board/datum_weather.md b/_board/datum_weather.md new file mode 100644 index 00000000..ca579c90 --- /dev/null +++ b/_board/datum_weather.md @@ -0,0 +1,24 @@ +--- +layout: download +board_id: "datum_weather" +title: "datum-Weather Download" +name: "datum-Weather" +manufacturer: "J&J Studios" +board_url: "https://jandjstudios.io/datum/datum-Weather/" +board_image: "datum_weather.jpg" +--- + +The datum-Weather sensor combines the same SAMD21G18 microcontroller used on the Arduino Zero with the BME280 environmental sensor from Bosch Sensortec to create the simplest, easiest to use weather sensor for your application. + +The datum-Weather sensor emulates a serial port over a USB connection, presents the information and data stored on it in a JSON formatted packet, and processes URI style commands to change and retrieve its settings. The datum-Weather sensor fills the gap between a LEGO® Mindstorms® sensor and a breakout board. + +The datum-Weather sensor can do much more than just collect the data. The measurement units can be customized to suit your application. Temperature data can be returned in degrees Farenheit or Celsius. Altitude could be in meters or feet. The datum-Weather sensor does all the calculations for you. + +It can also apply filters such as min, mix, mean, and RMS to the data stream. This truly makes the datum-Weather sensor a smart sensor that goes far beyond what a breakout board can do. + +## Learn more +* [datum-Weather Website](https://jandjstudios.io/datum/datum-Weather/) + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md). diff --git a/assets/images/boards/large/datum_distance.jpg b/assets/images/boards/large/datum_distance.jpg new file mode 100644 index 00000000..9d00979e Binary files /dev/null and b/assets/images/boards/large/datum_distance.jpg differ diff --git a/assets/images/boards/large/datum_imu.jpg b/assets/images/boards/large/datum_imu.jpg new file mode 100644 index 00000000..9c784f84 Binary files /dev/null and b/assets/images/boards/large/datum_imu.jpg differ diff --git a/assets/images/boards/large/datum_light.jpg b/assets/images/boards/large/datum_light.jpg new file mode 100644 index 00000000..98f41d3a Binary files /dev/null and b/assets/images/boards/large/datum_light.jpg differ diff --git a/assets/images/boards/large/datum_weather.jpg b/assets/images/boards/large/datum_weather.jpg new file mode 100644 index 00000000..036c178e Binary files /dev/null and b/assets/images/boards/large/datum_weather.jpg differ diff --git a/assets/images/boards/original/datum_distance.jpg b/assets/images/boards/original/datum_distance.jpg new file mode 100644 index 00000000..bcc36e1f Binary files /dev/null and b/assets/images/boards/original/datum_distance.jpg differ diff --git a/assets/images/boards/original/datum_imu.jpg b/assets/images/boards/original/datum_imu.jpg new file mode 100644 index 00000000..6c5bcbf8 Binary files /dev/null and b/assets/images/boards/original/datum_imu.jpg differ diff --git a/assets/images/boards/original/datum_light.jpg b/assets/images/boards/original/datum_light.jpg new file mode 100644 index 00000000..4ad4e895 Binary files /dev/null and b/assets/images/boards/original/datum_light.jpg differ diff --git a/assets/images/boards/original/datum_weather.jpg b/assets/images/boards/original/datum_weather.jpg new file mode 100644 index 00000000..feec76e1 Binary files /dev/null and b/assets/images/boards/original/datum_weather.jpg differ diff --git a/assets/images/boards/small/datum_distance.jpg b/assets/images/boards/small/datum_distance.jpg new file mode 100644 index 00000000..59249b30 Binary files /dev/null and b/assets/images/boards/small/datum_distance.jpg differ diff --git a/assets/images/boards/small/datum_imu.jpg b/assets/images/boards/small/datum_imu.jpg new file mode 100644 index 00000000..0d72f8ad Binary files /dev/null and b/assets/images/boards/small/datum_imu.jpg differ diff --git a/assets/images/boards/small/datum_light.jpg b/assets/images/boards/small/datum_light.jpg new file mode 100644 index 00000000..18255c6e Binary files /dev/null and b/assets/images/boards/small/datum_light.jpg differ diff --git a/assets/images/boards/small/datum_weather.jpg b/assets/images/boards/small/datum_weather.jpg new file mode 100644 index 00000000..e9cb5afd Binary files /dev/null and b/assets/images/boards/small/datum_weather.jpg differ