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

[user contribution] Libraries - Tested #16

Open
klerone opened this issue Nov 17, 2020 · 3 comments
Open

[user contribution] Libraries - Tested #16

klerone opened this issue Nov 17, 2020 · 3 comments

Comments

@klerone
Copy link

klerone commented Nov 17, 2020

@FASTSHIFT
I want to share the libraries I use and that I tested with the real hardware.

My setup: SMT32F030 with internal clock @8MHz

I use this libraries, sensors and displays in other arduino projects and I want to share it.
All this libraries are working, I did changes in some of them in order to work correctly, also I added the examples as I use in Keil.

List:
Sensors
BMP085 Adafruit_BMP085
BME280 Grove_-_Barometer_Sensor_BME280
SHT31 Adafruit_SHT31

Display
OLED SSD1306 Adafruit_SSD1306_extra (note, this is a mod from the original library to support the 64x48 screen)
& also need the Adafruit_GFX_Library (attached here too).
PCD8544 (Nokia 3310) pcd8544 (not adafruit, this is a lightweight alternative, easy to use).

Wireless
RFM69 RFM69_LowPowerLab.

Others
JSON jWrite (to make JSON format data)

pcd8544.zip
RFM69_LowPowerLab.zip
Adafruit_BMP085_Library.zip
Adafruit_GFX_Library.zip
Adafruit_SHT31_Library.zip
Adafruit_SSD1306_extra.zip
Grove_-_Barometer_Sensor_BME280.zip
jWrite.zip

@FASTSHIFT
Copy link
Owner

@klerone
Thanks for your contribution

@klerone
Copy link
Author

klerone commented Nov 4, 2021

LowPower Library for STM32f0xx, easy to use.

Hope it is useful for someone else.

LowPower.zip

@FASTSHIFT
Copy link
Owner

FASTSHIFT commented Nov 5, 2021

LowPower Library for STM32f0xx, easy to use.

Hope it is useful for someone else.

LowPower.zip

Thank you very much for your contribution.

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

No branches or pull requests

2 participants