Wippersnapper library with wemos d1 mini pro

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
slaw54
 
Posts: 10
Joined: Sun Oct 16, 2016 11:12 pm

Wippersnapper library with wemos d1 mini pro

Post by slaw54 »

Hi
Is it possible to use the esp8266 with the Wippersnapper library? I have a completely clean install of Arduino 1.8.19 with the only additional library being the wippersnapper one with all the additional required components also installed.
I get the following errors, do \i have to install the dallas temp file manually?
Thanks for you help.

Arduino: 1.8.19 (Windows 10), Board: "LOLIN(WEMOS) D1 mini Pro, 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 16MB (FS:14MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600

In file included from C:\Users\Wally\Documents\Arduino\libraries\Adafruit_WipperSnapper\src/Wippersnapper.h:47,

from C:\Users\Wally\Documents\Arduino\libraries\Adafruit_WipperSnapper\src/network_interfaces/Wippersnapper_ESP8266.h:24,

from C:\Users\Wally\Documents\Arduino\libraries\Adafruit_WipperSnapper\src/Wippersnapper_Networking.h:25,

from C:\Users\Wally\Documents\Arduino\libraries\Adafruit_WipperSnapper\examples\Wippersnapper_demo\Wippersnapper_demo.ino:16:

C:\Users\Wally\Documents\Arduino\libraries\Adafruit_WipperSnapper\src/components/ds18x20/ws_ds18x20.h:22:10: fatal error: DallasTemperature.h: No such file or directory

22 | #include <DallasTemperature.h>

| ^~~~~~~~~~~~~~~~~~~~~

compilation terminated.
exit status 1
Error compiling for board LOLIN(WEMOS) D1 mini Pro.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

User avatar
brubell
Learn User Page
 
Posts: 2010
Joined: Fri Jul 17, 2015 10:33 pm

Re: Wippersnapper library with wemos d1 mini pro

Post by brubell »

Hi, the wemos d1 mini pro is currently unsupported by WipperSnapper. However, the ESP8266 is supported by WipperSnapper so by following https://learn.adafruit.com/how-to-add-a ... persnapper you should be able to add it to WipperSnapper.


The DallasTemperature library is available in the Arduino library manager (by searching for the same name) or here: https://github.com/milesburton/Arduino- ... ol-Library

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”