Search found 42 matches

by Fugazi
Sat May 06, 2017 10:26 am
Forum: ESP32 Arduino
Topic: Using as a component - problems
Replies: 3
Views: 6681

Re: Using as a component - problems

Apologies for people who probably understand all this better than me, coming from a GUI background from the ESP8266 - none of this was necessary ! Solution is if your running app_main then the file needs to be a .c file If you want to switch to Arduino you have to change the file to a .cpp file. And...
by Fugazi
Fri May 05, 2017 6:42 pm
Forum: ESP32 Arduino
Topic: Using as a component - problems
Replies: 3
Views: 6681

Re: Using as a component - problems

Also if I compile one of the esp-idf examples its fine, adding components and the arduino code it still compiles in both arduino mode and normal mode.

Its only when you remove the app_main and replace with setup and loop it just can not find it.....
by Fugazi
Fri May 05, 2017 5:55 pm
Forum: ESP32 Arduino
Topic: Using as a component - problems
Replies: 3
Views: 6681

Using as a component - problems

Having installed everything as per the instructions. Ran make menuconfig to switch to Arduino style. Modifying a current example to run in Arduino style I am getting the error that undefined reference to `setup()' undefined reference to `loop()' I have files with setup and loop in them as per the in...
by Fugazi
Fri May 05, 2017 7:55 am
Forum: General Discussion
Topic: File System
Replies: 5
Views: 8030

Re: File System

Cant believe I missed that, what a muppet , need to update esp-idf:)

Thanks !
by Fugazi
Thu May 04, 2017 7:01 pm
Forum: General Discussion
Topic: File System
Replies: 5
Views: 8030

File System

Hi This is the last thing I need to get my project moved from the esp8266 where I use SPIFFS to save data. Is there anyway to replicate this yet, or another way to save a few KB of data on the esp32 easily - I have looked into the LUA port of SPIFFs, but not a good enough coder to work it out. Any e...
by Fugazi
Wed May 03, 2017 8:14 am
Forum: ESP-IDF
Topic: How to use virtual file system.?
Replies: 15
Views: 24828

Re: How to use virtual file system.?

Do you have some example code for this - just attempting the same myself , help would be useful ! :)

Thanks
by Fugazi
Mon May 01, 2017 10:06 pm
Forum: General Discussion
Topic: Simple BLE Example?
Replies: 5
Views: 9837

Re: Simple BLE Example?

Thanks so much !! :)
by Fugazi
Mon May 01, 2017 8:28 pm
Forum: General Discussion
Topic: Simple BLE Example?
Replies: 5
Views: 9837

Re: Simple BLE Example?

Thank you for the help - do you know of any example code doing this to have a look at ? :)

Regards
by Fugazi
Sun Apr 30, 2017 3:30 pm
Forum: General Discussion
Topic: Simple BLE Example?
Replies: 5
Views: 9837

Simple BLE Example?

Is there any simple BLE examples for just sending characters across BLE ?

Thanks

Phil.