aguaviva

Results 72 comments of aguaviva

gentle bump, I am seeing the same as veerendra2, any idea what could be going on?

I will be checking in an Android project that plots a sprectrogram soon, there you can see the details, but pretty much it just worked.

In my Android Studio project I just had to add those 3 lines and all just compiles fine: ``` cmake_minimum_required(VERSION 3.4.1) add_subdirectory(audio) INCLUDE_DIRECTORIES(audio) add_subdirectory(fftw-3.3.9) #

Excellent, please let me know how can I help. If you have any ideas/links I'll be happy to investigate myself too. Thanks for the excellent lib!! :)

Hi again, do you have any pointers/resources I could look into for fixing this bug myself? (Unless you were planning on looking into it yourself anytime soon)

Hi Ioanis, Yes I tried cc_read_flash.py and that returned all 0xff's as well. I saw you removed the bug label, is this not a bug?

Hi Ioannis! thanks for following up! The python script seems to successfully detect the chip ID and the chip status, so it doesnt seem to be any of the 3...

Just did it. It's not super beautiful but it gets the job done. Just sharing it in case it helps. ![screenshot_20171221-163058](https://user-images.githubusercontent.com/5200915/34262447-b57a377a-e66c-11e7-939b-491272b041b5.png)

Ahah I was not expecting you'd consider my mod, I am so glad you did and that I have the chance to contribute to such a great app!.

hey, I am using python 3.6.6 and the code as it is runs fine, same for others. What do you think is different in your set up?