Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog: Setting up Node-RED on Raspberry Pi #2063

Merged
merged 36 commits into from
Jun 4, 2024

Conversation

sumitshinde-84
Copy link
Collaborator

@sumitshinde-84 sumitshinde-84 commented May 14, 2024

Description

Related Issue(s)

Checklist

  • I have read the contribution guidelines
  • I have considered the performance impact of these changes
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated

Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 45%, saving 31.87 KB.

Filename Before After Improvement Visual comparison
src/blog/2024/05/images/how-to-setup-node-red-on-raspberry-pi-pins.png 70.81 KB 38.94 KB -45.0% View diff

1002 images did not require optimisation.

Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 37.6%, saving 40.60 KB.

Filename Before After Improvement Visual comparison
src/blog/2024/05/images/how-to-setup-node-red-on-raspberry-pi-debug-node.png 21.65 KB 12.84 KB -40.7% View diff
src/blog/2024/05/images/how-to-setup-node-red-on-raspberry-pi-developer-mode-option.png 5.82 KB 5.29 KB -9.0% View diff
src/blog/2024/05/images/how-to-setup-node-red-on-raspberry-pi-device-configuration-dialog.png 28.73 KB 17.05 KB -40.7% View diff
src/blog/2024/05/images/how-to-setup-node-red-on-raspberry-pi-device-editor-button.png 2.52 KB 2.11 KB -16.1% View diff
src/blog/2024/05/images/how-to-setup-node-red-on-raspberry-pi-dht-sensor.png 20.70 KB 12.46 KB -39.8% View diff
src/blog/2024/05/images/how-to-setup-node-red-on-raspberry-pi-inject-node.png 28.51 KB 17.57 KB -38.4% View diff

1004 images did not require optimisation.

Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 7.2%, saving 5.22 KB.

Filename Before After Improvement Visual comparison
src/blog/2024/05/images/how-to-setup-node-red-on-raspberry-pi-flowfuse-device-instance.png 73.00 KB 67.78 KB -7.2% View diff

1007 images did not require optimisation.

@sumitshinde-84 sumitshinde-84 marked this pull request as ready for review May 16, 2024 14:27
Co-authored-by: Hasmin-AC <153527883+Hasmin-AC@users.noreply.github.com>
Co-authored-by: Hasmin-AC <153527883+Hasmin-AC@users.noreply.github.com>

#### Installing bcm2835 library

The bcm2835 library is essential for Raspberry Pi (RPi) as it provides access to GPIO and other IO functions on the Broadcom BCM 2835 chip, used in the Raspberry Pi 4. This allows control and interface with various external devices connected to the GPIO pins on the RPi 4 boards.
Copy link
Member

Choose a reason for hiding this comment

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

What happens on the RPI5?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This dht sensor node requires the bcm2835 library to be preinstalled, which only works on Raspberry Pi models up to version 4

@ZJvandeWeg ZJvandeWeg merged commit f811ba2 into main Jun 4, 2024
2 checks passed
@ZJvandeWeg ZJvandeWeg deleted the setting-up-raspberry-pi-on-node-red branch June 4, 2024 12:04
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.

Blog Art: Setting up Node-RED on Raspberry Pi
4 participants