-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Unable to use SimpleBLE in platform.io #245
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
Comments
maybe ask in platformio? You need the staging version of esp32 in pio i order to get the latest updates. Anyway :) PIO specific so I'm closing this. Feel free to comment if you need anything else. |
ok thanks. |
ivankravets that's where my error comes from. |
darkxst
pushed a commit
to darkxst/arduino-esp32
that referenced
this issue
Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am able to use simpleble.h in the Arduino IDE but when I try to use it in the atom/platform.io IDE I get an error that SimpleBLE.h isn't found. I changed my platformio.ini from espressif32 to espressif32_stage and I get errors installing it:
Error: [02/28/17 22:33:48] Processing esp32dev (platform: espressif32_stage, board: esp32dev, framework: arduino)
PackageManager: Installing framework-arduinoespressif32
git version 2.12.0.windows.1
framework-arduinoespressif32 @ 0.0.0 has been successfully installed!
Verbose mode can be enabled via
-v, --verbose
optionCloning into 'C:\Users\steve.platformio\packages\installing-7g4q_g-package'...
TypeError: object of type 'NoneType' has no len():
File "C:\Users\steve.atom\packages\platformio-ide\penv\lib\site-packages\platformio\builder\main.py", line 142:
env.SConscript("$BUILD_SCRIPT")
File "C:\Users\steve.platformio\packages\tool-scons\script..\engine\SCons\Script\SConscript.py", line 541:
return _SConscript(self.fs, *files, **subst_kw)
File "C:\Users\steve.platformio\packages\tool-scons\script..\engine\SCons\Script\SConscript.py", line 250:
exec file in call_stack[-1].globals
File "C:\Users\steve.platformio\platforms\espressif32_stage\builder\main.py", line 138:
target_elf = env.BuildProgram()
File "C:\Users\steve.platformio\packages\tool-scons\script..\engine\SCons\Environment.py", line 224:
return self.method(*nargs, **kwargs)
File "C:\Users\steve.atom\packages\platformio-ide\penv\lib\site-packages\platformio\builder\tools\platformio.py", line 56:
env.BuildFrameworks(env.get("PIOFRAMEWORK"))
File "C:\Users\steve.platformio\packages\tool-scons\script..\engine\SCons\Environment.py", line 224:
return self.method(*nargs, **kwargs)
File "C:\Users\steve.atom\packages\platformio-ide\penv\lib\site-packages\platformio\builder\tools\platformio.py", line 258:
SConscript(env.GetFrameworkScript(f))
File "C:\Users\steve.platformio\packages\tool-scons\script..\engine\SCons\Script\SConscript.py", line 604:
return method(*args, **kw)
File "C:\Users\steve.platformio\packages\tool-scons\script..\engine\SCons\Script\SConscript.py", line 541:
return _SConscript(self.fs, *files, **subst_kw)
File "C:\Users\steve.platformio\packages\tool-scons\script..\engine\SCons\Script\SConscript.py", line 250:
exec file in call_stack[-1].globals
File "C:\Users\steve.platformio\platforms\espressif32_stage\builder\frameworks\arduino.py", line 30:
"framework-arduinoespressif32"), "tools", "platformio-build.py"))
File "c:\users\steve.atom\packages\platformio-ide\penv\lib\ntpath.py", line 65:
result_drive, result_path = splitdrive(path)
File "c:\users\steve.atom\packages\platformio-ide\penv\lib\ntpath.py", line 115:
if len(p) > 1:
[ERROR] Took 14.46 seconds
The text was updated successfully, but these errors were encountered: