Both sides previous revisionPrevious revisionNext revision | Previous revision |
en:pfw:welcome [2024-09-16 15:14] – Improvement of some English expressions in the text. mka | en:pfw:welcome [2025-06-14 20:34] (current) – [Keyboards] mka |
---|
With this project we want to acknowledge our differences and start sharing despite the many different Forths dialects. | With this project we want to acknowledge our differences and start sharing despite the many different Forths dialects. |
| |
The core idea of this project is to use a simple, generic version of Forth to disseminate ideas, algorithms, protocols, applications and hardware drivers. This generic version of Forth guarantees that it can be understood and used by (almost) everyone in the Forth community. | The core idea of this project is to use a simple, generic version of Forth to spread ideas, algorithms, protocols, applications and hardware drivers. This generic version of Forth guarantees that it can be understood and used by (almost) everyone in the Forth community. |
| |
[[https://Project-Forth-Works.github.io/index-orig.html|Click here for an introduction to Project Forth Works]]\\ | [[https://Project-Forth-Works.github.io/index-orig.html|Click here for an introduction to Project Forth Works]]\\ |
* [[en:pfw:crc_generation|CRC-generation]], check whether a set of data, like a string, is unchanged and intact. | * [[en:pfw:crc_generation|CRC-generation]], check whether a set of data, like a string, is unchanged and intact. |
* [[en:pfw:DLSHIFT DRSHIFT]] | * [[en:pfw:DLSHIFT DRSHIFT]] |
| * [[en:pfw:SHA-256]], generate a SHA-256 hash |
| * [[en:pfw:linear-conversion|Linear Conversion]], linear conversion of sensor output data to human-understandable units. |
| |
| |
* [[en:pfw:i2c]], Inter Integrated Circuit bus | * [[en:pfw:i2c]], Inter Integrated Circuit bus |
* [[en:pfw:wireless|Wireless communication]], Transceivers using different frequencies & protocols | * [[en:pfw:wireless|Wireless communication]], Transceivers using different frequencies & protocols |
| * [[en:pfw:dht22|DHT22 - a proprietary single-wire serial protocol]], Digital-output relative humidity & temperature sensor/module. |
| |
====Data Structures==== | ====Data Structures==== |
| |
[[https://github.com/project-forth-works/project-forth-works/tree/main/Communication-Protocols/I2C/Device-drivers|On the P.F.W. I2C drivers]] overview page you may find some more documentation | [[https://github.com/project-forth-works/project-forth-works/tree/main/Communication-Protocols/I2C/Device-drivers|On the P.F.W. I2C drivers]] overview page you may find some more documentation |
| |
| ==== Keyboards ==== |
| |
| * [[pfw:clavis]] Query a single button. |
| |
| |
====Miscellaneous==== | ====Miscellaneous==== |