Search found 263 matches

by BuddyCasino
Mon Jan 02, 2017 9:14 am
Forum: General Discussion
Topic: esp-idf-blufi-demo BLEDEMO APK
Replies: 8
Views: 18332

Re: esp-idf-blufi-demo BLEDEMO APK

Using the "nRF Connect" app, I can't do anything on my iPhone, except connect and maybe send a hexadecimal number. I tried other BLE apps, to no avail.
Anyone can help me out?
by BuddyCasino
Mon Jun 20, 2016 8:14 am
Forum: Report Bugs
Topic: Very slow make times on OS X
Replies: 2
Views: 9124

Re: Very slow make times on OS X

I did not find the underlying cause, but I found at least a workaround.

In /etc/auto_master, you need to comment out the line starting with "/home" and then execute:

Code: Select all

sudo automount -vc
This will disable automount for /home, builds are now fast again.
by BuddyCasino
Sun Jun 19, 2016 3:49 pm
Forum: Report Bugs
Topic: Very slow make times on OS X
Replies: 2
Views: 9124

Very slow make times on OS X

I've managed to configure everything successfully, but "make" takes forever to compile the example project, where it would only take only a few seconds with the ESP8266. I get high CPU usage for the opendirectoryd and automountd process, while xtensa-esp108-elf-objdump is apparently stuck. I set AUT...