SDK Examples

List of examples to get started.

  1. Hello World: https://github.com/waybyte/hello-world-logicrom

  2. OS Example: https://github.com/waybyte/example-os

  3. Console example: https://github.com/waybyte/example-console

  4. Timer example: https://github.com/waybyte/example-timer

  5. GPIO example: https://github.com/waybyte/example-gpio

  6. UART example: https://github.com/waybyte/example-uart

  7. ADC example: https://github.com/waybyte/example-adc

  8. PWM example: https://github.com/waybyte/example-pwm

  9. SPI example: https://github.com/waybyte/example-spi

  10. I2C example: https://github.com/waybyte/example-i2c

  11. Display example: https://github.com/waybyte/example-display

  12. GPS/GNSS example: https://github.com/waybyte/example-gps

  13. Socket example: https://github.com/waybyte/example-socket

  14. SSL Socket example: https://github.com/waybyte/example-ssl-socket

  15. SSL Socket with Client Authentication: https://github.com/waybyte/example-ssl-socket-clientauth

  16. HTTP Client example: https://github.com/waybyte/example-httpclient

Steps to build example via PlatformIO command line:

# clone or download project
git clone https://github.com/waybyte/hello-world-logicrom
# enter project dirctory
cd hello-world-logicrom
# build project using PlatformIO
pio run
# upload project to device
pio run --target upload