David Escalona
352fabc24d
connectcore-demo-example: enable audio in ccimx8m-mini and ccimx8m-nano
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2023-03-08 11:14:22 +01:00
David Escalona
6ff808bc80
connectcore-demo-example: add support for ccimx93-dvk board
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2023-02-08 18:07:20 +01:00
Tatiana Leon
2b39907ddf
connectcore-demo-example: ccmp1: remove multimedia section
...
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2023-02-06 18:25:28 +01:00
Arturo Buzarra
5234e455c4
connectcore-demo-example: rename platform image names
...
This commit renames the platform image files to match with the yocto machine
names, so non-platform image files can be removed and the root file system size
is reduced.
https://onedigi.atlassian.net/browse/DEL-8335
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
2023-01-31 15:38:17 +01:00
David Escalona
4f9717a2d3
connectcore-demo-example: add network configuration section
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-10-19 18:12:38 +02:00
David Escalona
fe23aafc92
connectcore-demo-example: generalize constants and styles for configuration
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-10-18 10:24:29 +02:00
David Escalona
4db2bb783b
connectcore-demo-example: ccmp157: enable audio panel
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-10-11 17:02:35 +02:00
David Escalona
eca31deca4
connectcore-demo-example: ccimx6ulsbc: enable audio panel
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-10-06 09:45:19 +02:00
David Escalona
a8f6d228e6
connectcore-demo-example: add play and stop music feature
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-10-06 09:45:19 +02:00
David Escalona
0e931c1826
connectcore-demo-example: general fixes
...
- Improve error messages.
- Fix resizing issues with dashboard image.
- Add generic message when video resolution cannot be read.
- Fix change volume action and include a confirmation message.
- Add confirmation message when LED state is changed.
- Remove execution bit from images.
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-10-05 11:32:29 +02:00
David Escalona
252c3544cb
connectcore-demo-example: add support for ccmp133-dvk board
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-09-29 11:40:40 +02:00
David Escalona
4e2f032267
connectcore-demo-example: add support for ccmp157-dvk board
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-07-13 16:53:25 +02:00
David Escalona
c0382f19b8
connectcore-demo-example: remove multimedia section when viewing from computer
...
Remove the multimedia section when the demo is being rendered in a computer using the
LAN connection. In this scenario, the computer browser will be the one doing all the 3D
and video rendering and not the device, so this section has no sense in this case.
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-07-06 16:37:00 +02:00
David Escalona
597e940bf1
connectcore-demo-example: add mechanism to remove available demo sections
...
While on it, remove multimedia section for the 'ccimx6ulsbc'.
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-07-06 10:29:13 +02:00
David Escalona
9e5eb27132
connectcore-demo-example: general fixes and tweaks
...
- Removed CPU core sections from 'index.html'
- Fixed missing div in 'index.html'
- Added missing 'errno' import in 'demoserver.py'
- Reposition components when new data is received in 'dashboard.js'
- Improved display resolution read for multiline files.
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-07-06 10:29:13 +02:00
David Escalona
ab0be5c698
connectcore-demo-example: add support for ccimx6ulsbcpro board
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-07-06 10:29:13 +02:00
David Escalona
3babd87902
connectcore-demo-example: add dual ethernet support
...
Signed-off-by: David Escalona <david.escalona@digi.com>
2022-07-05 10:30:21 +02:00
Tatiana Leon
a391b209e3
connectcore-demo-example: dashboard: get device info until everything is initialized
...
Ethernet and Wi-Fi IPs may not be assigned when the demo is launched.
Ask for its values everytime the status is requested until they are initialized.
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
5c9b4f752e
connectcore-demo-example: use local javascripts and css resources
...
Download all required javascript and stylesheets not to need Internet access
to properly run the demo locally.
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
f9853cf8e1
connectcore-demo-example: management: implement management section
...
Reboot and firmware update operations.
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
2bfc4d728d
connectcore-demo-example: multimedia: add multimedia section
...
While on it remove 'History data' section.
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
02c160b34b
connectcore-demo-example: dashboard: implement set audio volume
...
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
04400289cc
connectcore-demo-example: dashboard: implement set led status
...
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
e34b7c2c43
connectcore-demo-example: dashboard: implement file system calls
...
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
0943812956
connectcore-demo-example: dashboard: implement get device status and info
...
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
0e6d64b499
connectcore-demo-example: dashboard: remove console access
...
Console is not going to be supported at this moment.
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
b359ef3d43
connectcore-demo-example: remove not needed stuff for local management
...
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
59cb0dd752
connectcore-demo-example: set relative path for static resources
...
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:57:02 +02:00
Tatiana Leon
3a2d37f8e1
connectcore-demo-example: initial dashboard and management pages
...
Generated from repo https://github.com/digidotcom/digi-iot-web-apps at commit
95cb32f39f2fafd7bde7fb02c47bc966d8f75916 and directory 'connectcore'.
https://onedigi.atlassian.net/browse/DEL-7742
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
2022-06-03 13:56:24 +02:00