Skip to content

samples: boards: add reel_board sample#7

Open
pefech wants to merge 1 commit into
v4.2.0-phynextfrom
WIP/pefech/reel_board_sample
Open

samples: boards: add reel_board sample#7
pefech wants to merge 1 commit into
v4.2.0-phynextfrom
WIP/pefech/reel_board_sample

Conversation

@pefech

@pefech pefech commented Jun 29, 2026

Copy link
Copy Markdown

This adds a sample project for the reel_board,
that displays all sensor values on the display and implements a BLE broadcast synchronisation for
the LED.

@pefech pefech requested a review from dnltz June 29, 2026 14:44
@pefech

pefech commented Jun 29, 2026

Copy link
Copy Markdown
Author

Added the missing copyright labels and changed to LOG instead of printk as stated here: phytec/zephyr-phytec#6

Comment thread app/reel_board_ble_broadcast/boards/reel_board.overlay
Comment thread app/reel_board_ble_broadcast/README.rst Outdated
Comment thread app/reel_board_ble_broadcast/src/main.c Outdated
}
static K_WORK_DEFINE(adv_update_work, adv_update_work_fn);

/* Store seq/color into the advertised payload. Returns true if changed. */

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/* Store seq/color into the advertised payload. Returns true if changed. */
/* Store seq/color into the advertised payload. */

}

if (sensors_init()) {
LOG_WRN("One or more sensors unavailable (continuing)");

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only a warning. Is this international?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a reel_board with a faulty sensor but I wanted to use it anyways, so if a sensor is not available the applications will just show --- on the display.

Comment thread app/reel_board_ble_broadcast/src/ble_sync.c Outdated
This adds a sample project for the reel_board,
that displays all sensor values on the display and
implements a BLE broadcast synchronisation for
the LED.

Signed-off-by: Peter Fecher <p.fecher@phytec.de>
@pefech pefech force-pushed the WIP/pefech/reel_board_sample branch from 9ca16e3 to 16d1a81 Compare July 8, 2026 13:56
@pefech pefech requested a review from dnltz July 8, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants