FASTSHIFT / Arduino-For-Keil

A lightweight Arduino framework for Keil projects.
MIT License
354 stars 130 forks source link

[user contribution] Libraries - Tested #16

Open klerone opened 3 years ago

klerone commented 3 years ago

@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 commented 3 years ago

@klerone Thanks for your contribution

klerone commented 2 years ago

LowPower Library for STM32f0xx, easy to use.

Hope it is useful for someone else.

LowPower.zip

FASTSHIFT commented 2 years ago

LowPower Library for STM32f0xx, easy to use.

Hope it is useful for someone else.

LowPower.zip

Thank you very much for your contribution.