When i trye to installe base64.h HELP please

10 years 2 weeks ago #1402 by asm7100
When i trye to install arduino-base64-master.zip with import libery its says
"Invalid library found in C:\Users\Allan\Documents\Arduino\libraries\arduino-base64-master: Missing 'paragraph' from library"

If i try to compile a program that uses base64.h it says.
"test1.ino:2:20: fatal error: Base64.h: No such file or directory
compilation terminated.
Fejl i kompilering."
Can anyone help me, i am new at this Arduino 1.6.1 ESP8266 "And c programmering"

//
Allan

Please Log in or Create an account to join the conversation.

10 years 2 weeks ago #1404 by ArneiO
I had the same problem. It turned out I had to find the right base64.h library to install. There seems to be several floating around. Sorry, I do not remember where I found the one that worked. Remember to delete the one that does not work before installing the next.

Please Log in or Create an account to join the conversation.

10 years 2 weeks ago #1405 by EasyIoT

asm7100 wrote: When i trye to install arduino-base64-master.zip with import libery its says
"Invalid library found in C:\Users\Allan\Documents\Arduino\libraries\arduino-base64-master: Missing 'paragraph' from library"

If i try to compile a program that uses base64.h it says.
"test1.ino:2:20: fatal error: Base64.h: No such file or directory
compilation terminated.
Fejl i kompilering."
Can anyone help me, i am new at this Arduino 1.6.1 ESP8266 "And c programmering"


Try this one:
github.com/adamvr/arduino-base64

Please Log in or Create an account to join the conversation.

10 years 1 week ago #1624 by Stoddart
The ibrary.properties file has the paragraph statement missing. If you add paragraph= to the file thus

name=base64
version=1.0.0
author=Adam Rudd
maintainer=Adam Rudd
sentence=A base64 library for the arduino platform, written in C
paragraph=
category=Data Processing
url=https://github.com/adamvr/arduino-base64
architectures=*
The base64 library will then install correctly.
The following user(s) said Thank You: bobl

Please Log in or Create an account to join the conversation.

9 years 8 months ago #2283 by sensor_version
Had similiar issue
Solved it by changing base64.cpp content
Replace #include <avr/pgmspace.h> to #include <pgmspace.h>
** remove the "avr"
The following user(s) said Thank You: godfish, felipegambu

Please Log in or Create an account to join the conversation.

9 years 8 months ago #2302 by godfish
YES! this worked for me. Thank you.

Please Log in or Create an account to join the conversation.

Time to create page: 0.148 seconds

Forum latest

  • No posts to display.