@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.
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).
@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