#supercon
1 messages · Page 1 of 1 (latest)
Hey
I'm hanging out at the supplyframe office atm but wanted to maybe grab my laptop and some groceries
Where are you staying exactly?
@radiant burrow Airbnb south of supply frame in what maps calls “Madison heights”
Oh cool my airbnb is super close to there
@waxen pine here ya go, i'll do a post too later https://discord.gg/ndqrWvB
Wanna meet there?
that's the direct link to get here
Thanks @sullen wadi
@radiant burrow meet where? I may grab a quick lunch and then watch the live shows before dinner. Could meet for dinner then
Oh sure or that! So dinner in a few hours?
if folks see cool things with hackaday logo on it, please take photo and tag @ adafruit here or twitter
i collect those 🙂
Meet somewhere close to our airbnbs I meant, sounds like you are 2 streets further than me
@radiant burrow ya dinner would be perfect
Cool then I'll do my shopping in a bit and had back to the airbnb, can see from there we wanna go?
Yup. We can pick a place to eat nearby and meet there
@radiant burrow any food preference?
@radiant burrow how does this look? www.pitfirepizza.com/
I'll be in Pasadena tomorrow. Excited to see you all. :3
yea lemme turn those back on
cool see you there!
I told Mike Scycs and the others that were at Supplyframe that we grab dinner, maybe they join later
cool cool 🙂
@radiant burrow I’m at the entrance where they take orders
See everyone at supercon this weekend! I'm going to be in the design lab setting the sem up tomorrow.
https://hackaday.io/messages/room/280647 is the 2019 Hackaday Superconference Chat (public)
@wheat vine how does it work on mobile? I have a Discord bias
Not sure. Should work in Chrome. Might give you notifications...
is jealous
packs & preps furiously
Just landed; who all is headed to the happy hour?
hi folks,
handy links if needed...
short url:
https://adafru.it/supercon2019
goes to:
https://learn.adafruit.com/tensorflow-lite-for-edgebadge-kit-quickstart
python code:
https://github.com/adafruit/CircuitPython_Badge_README/tree/master/final_versions/HACKADAY_SUPERCON_2019
for ML:
https://learn.adafruit.com/tensorflow-lite-for-edgebadge-kit-quickstart/sine-wave-demo
and melissa tested them.
Found an @adafruit edge badge in the swag bag. Started researching git repos and documentation to program it and realized it was @CircuitPython. No documentation needed. Just edit https://t.co/FWEss12RZA on mass storage. Zero barrier to entry! #supercon
wanna try the micro speech tensorflow demo? check out https://learn.adafruit.com/tensorflow-lite-for-edgebadge-kit-quickstart/micro-speech-demo
I'm hanging out at supplyframe for a little while if anyone wants to say hey before I go hide and practice my talk.
@last knoll good luck 💯 🌹
Thank you 💜
Erin Robotgirl on the hackaday.io chat hit this error:
/Users/frankenteddy/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld: error: hello_world.ino.elf uses VFP register arguments, /Users/frankenteddy/Documents/Arduino/libraries/Arduino_TensorFlowLite/src/cortex-m4/libtensorflowlite.a(error_reporter.cpp.o) does not
I'm getting other compile errors on hello world
@cosmic basalt check the troubleshooting page
will do. I'm trying myself and getting other errors
what errors
Alternatives for TensorFlowLite.h: [Arduino_TensorFlowLite@1.15.0-ALPHA]
ResolveLibrary(TensorFlowLite.h)
-> candidates: [Arduino_TensorFlowLite@1.15.0-ALPHA]
-- long line snipped
Error while detecting libraries included by C:\Users\nwint\AppData\Local\Temp\arduino_build_71261\sketch\hello_world.ino.cpp
Eh, what's the preferred paste site?
can paste here, upload a file, gist, pastebin
whatever u like
👀
except tiff
plz no tiff
https://pastebin.com/0H23TJ2t lots of compile errors and output
I'm updating adafruit samd boards now and will try checking arcada libraries for updates next
can you try 1.8.8 arduino ide?
i know its annoying but i think gcc version changed
also yes you def need latest everything everything 🙂
i bumped a lot of stuff today 😄
✊
try updating BSP/libs. if that doesnt fix it then try 1.8.8
= (_M_b.max() - _M_b.min() < std::numeric_limits<_Eresult_type>::max()```
is the error you're getting
makes me think you didnt pick up this commit https://github.com/adafruit/ArduinoCore-samd/commit/841a1b8188d254cd0cecc214fa55d454826bae23
good luck
that fixed it
what, updating BSP?
erm, updating the boards and libraries fixed it I mean
ok ill add to troubleshootin
thanks
the pybadge snap case fits edgebadge OK. I tried to add a microphone hole last night and it didn't quite line up but the microphone is slim enough it doesn't matter a lot
I didn't have waveplayer installed before
Guess there's another library to install: Adafruit_ZeroPDMSPI.h: No such file or directory
Is that in the "Adafruit Zero PDM Library"?
I didn't see to install that on either https://learn.adafruit.com/adafruit-pybadge/arcada-libraries or https://learn.adafruit.com/tensorflow-lite-for-edgebadge-kit-quickstart/setup-for-compiling-examples
installing that made the micro speech demo compile and work
LINKS AND MORE!
CircuitPython “name tag” and QR code on badge - https://github.com/adafruit/CircuitPython_Badge_README/tree/master/final_versions/HACKADAY_SUPERCON_2019
TensorFlow Lite for EdgeBadge Quickstart - https://adafru.it/supercon2019
Sine Wave Demo for EDGE BADGE - https://learn.adafruit.com/tensorflow-lite-for-edgebadge-kit-quickstart/sine-wave-demo
Play animated GIFs on the EDGE BADGE - https://learn.adafruit.com/pyportal-animated-gif-display/quickstart
NES Emulator for EDGE BADGE - https://learn.adafruit.com/nes-emulator-for-arcada/quickstart
Adafruit Discord server SuperCon channel - https://discordapp.com/invite/ndqrWvB
Works with MakeCode Arcade - https://arcade.makecode.com/
A template README file for including with CircuitPython badges. - adafruit/CircuitPython_Badge_README
It's really cool seeing the gesture example work in real life
For training data for OWL, did you have to change inputs here to the XYZ values? https://www.tensorflow.org/tutorials/customization/custom_training#obtain_training_data
But still have the gaussian noise?
Is the pinout on the edge badge the same as this one? https://learn.adafruit.com/adafruit-pybadge/pinouts
Just wondering which pins are free
Sweet, thanks!
Encountering a different arduino_audio_provider.cpp in the micro_speech_arcada example than what's shown in the tutorial snippet here (https://learn.adafruit.com/tensorflow-lite-for-edgebadge-kit-quickstart/micro-speech-demo). The example in the library doesn't have the defines for the microphone like in the tutorial. It's also looking for PDM.h but gives an error. Any idea where to find PDM.h?
arduino_audio_provider.cpp:33:10: error: PDM.h: No such file or directory
Solution was to download this one: https://github.com/adafruit/Adafruit_TFLite And move the old one out of libraries folder, copt src folder from old one to new one
added zeropdm install to the instructions
@last knoll ‘s talk was amazing!
@waxen pine @full lagoon @rich tree how about group photo after Scott's talk tomorrow?
Sounds great @topaz pewter
@topaz pewter sounds good!
📸
Hey gang, I'm taking care of my wife (back problems) and holding down the fort at home most of today, so I'll only be there for Scott's talk and our photo op.
state of hackaday live - https://youtu.be/6QYXLYrDaw0
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Here now, watching Sophy’s talk, Scott up next! @waxen pine
Our stage is running late so I’m not sure what time I’ll go on.
Scott's on now. 🙂
His demo worked! He programmed the badge on a computer that wasn't his using TextEdit. 😅
The Dynamic Dual guys are having to much fun.😁
Thanks for the edge badge! And the documentation, and answering qs in real life and online! Was super fun 👍👍
hey
I've got the EdgeBadge compiling basic code for Arduino. I'm now trying the TensorflowLite examples. From here: https://learn.adafruit.com/tensorflow-lite-for-edgebadge-kit-quickstart
I'm using the hello_world.ino example. But TensorFlowLite.h is missing with the following error:
ml_hello_world:16:10: fatal error: TensorFlowLite.h: No such file or directory
#include <TensorFlowLite.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
TensorFlowLite.h: No such file or directory
you may need to either look up the librairy in arduino, or look in the learn guide for a zip file.
i just checked, it is in the arduino librairy manager
I get it now. I goofed up reading the page. You need both.