This commit increases the number of seconds between incremental values so, the
sample uploads 10 samples per minute.
While on it, fix a typo.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
By default, when retrieving the Bluetooth interface to use in the demo, the service
first tries with the native Bluetooth adapter and, in the case it fails, it looks
for connected XBee devices with Bluetooth capabilities. This is causing the demo to
lock the XBee port if the native Bluetooth interface is not present or fails to
initialize. Avoid this behavior by limiting the Bluetooth service to use only
the native Bluetooth interface for this demo.
Signed-off-by: David Escalona <david.escalona@digi.com>
ConnectCore MP13 DVK was not added to the network page when it was created
(commit 4f9717a2d3)
This commit is similar to 252c3544cb.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
ConnectCore MP13 DVK was not added to the network page when it was created
(commit 4f9717a2d3)
This commit is similar to 252c3544cb.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
File '/proc/mtd' may exist in the file system although with no data. So, first
check the emmc file '/sys/class/mmc_host/mmc0/mmc0:0001/block/mmcblk0/size'.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
Remove the sleep time between write operations in the BLE service. The communication
problems observed are more related with the size of the payload written rather than
the timing between frames.
Signed-off-by: David Escalona <david.escalona@digi.com>
This commit replaces the sample audio file for a short version with a lowest
bitrate to reduce the size.
https://onedigi.atlassian.net/browse/DEL-8335
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit reduce the size of the ccmp1 platform images to save space on disk.
https://onedigi.atlassian.net/browse/DEL-8335
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
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>
Use the same command independently of the boot system.
Fix the way dual boot is detected to use 'dualboot' U-Boot variable.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
Now the bt_att_set_debug requires a new parameter to set the
debug level.
This is caused by the update of the bluez library.
https://onedigi.atlassian.net/browse/DEL-8151
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
With the update to DEY-4.0, the signal handling in the "demoserver.py" Python script
stopped working. The call to "event.wait()" caused the application to stop receiving
signals. This commit fixes the issue by replacing the event lock mechanism with the
"signal.sigwait()" call, which stops the thread execution until any specified signal
is received.
Signed-off-by: David Escalona <david.escalona@digi.com>
- 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>