[riot-devel] Conversion of RIOT Program Code into Diagrams in KayeIoT (?)

2018-07-14 Thread David Lyon
Hi all, Recently I have been working on the Hackaday Competition and have just managed to Automate the recreation of an IoT Diagram from a piece of Arduino Code: I can probably do the same in RIOT. I have worked out how to decode Fritzing Graphic Files and can Import them. They have a lot of

Re: [riot-devel] Interest in Graphical Custom IDE / Development Environment / Networking Tool for RIOT (?)

2018-05-07 Thread David Lyon
On 2018-02-28 20:03, Alexandre Abadie wrote: > Hi, > > Interesting and promising project. > I have some experience in Qt development, is there a GitHub or something for > the project ? > > Alex Hi Alex, Yes, finally I have been able to break it out as a seperate project. Here is the

Re: [riot-devel] Interest in Graphical Custom IDE / Development Environment / Networking Tool for RIOT (?)

2018-05-07 Thread David Lyon
Hi all, I've made a fair bit more progress on my Graphical Designer for RIOT and other IoT systems. The project now has a name which is KayeIoT (pronounced like Coyote) and lives on github here: - https://github.com/clixx-io/kayeiot The principle behind this tool is that unlike Fritzing

[riot-devel] Sensor loops and GUI visualisations

2018-05-06 Thread David Lyon
gt; On 05/07/2018 02:41 AM, David Lyon wrote: > > On 2018-05-07 03:51, Mario Hoss wrote: > > Hi, > > could you give more information on your setup? This is a rather broad > question. > > Which temperature sensor are you using on which board? > > Chee

Re: [riot-devel] (no subject)

2018-05-06 Thread David Lyon
On 2018-05-07 03:51, Mario Hoss wrote: > Hi, > > could you give more information on your setup? This is a rather broad > question. > > Which temperature sensor are you using on which board? > > Cheers Forgive my popping in on the list with idea's but I'm following a lot of the Electronics

Re: [riot-devel] ESP8266 Port and Networking

2018-03-26 Thread David Lyon
On 2018-03-26 18:25, Peter Kietzmann wrote: > Hi Gunar, David, > > I think implementing against the sock API make most sense: > > http://riot-os.org/api/group__net__sock.html > > Have a look at this PR which intends to port the ESP as an AT-based > network device: > >

Re: [riot-devel] ESP8266 Port and Networking

2018-03-25 Thread David Lyon
Hi Gunar, Do you have any links to your work ? Since I do also work on the ESP8266 I can only say that being able to send and receive UDP packets might be a place to start? I'm not a RIOT expert - so that's where I stand. If RIOT supports Sockets or MQTT that might also be worth looking

Re: [riot-devel] Interest in Graphical Custom IDE / Development Environment / Networking Tool for RIOT (?)

2018-03-01 Thread David Lyon
Hi Alex, The repository is at https://github.com/clixx-io/clixx.io/tree/master/iot-developer You'd be very welcome to help out. One of special features that I'm looking to include is incorporating the Qt "Rotations" example project in a a program visualisation. The plan is to parse an

Re: [riot-devel] Interest in Graphical Custom IDE / Development Environment / Networking Tool for RIOT (?)

2018-02-28 Thread David Lyon
On 2018-02-28 20:03, Alexandre Abadie wrote: > Hi, > > Interesting and promising project. > I have some experience in Qt development, is there a GitHub or something for > the project ? > > Alex Hi Alex, Thanks for answering. The development is on GitHub and I will prepare it to share

[riot-devel] Interest in Graphical Custom IDE / Development Environment / Networking Tool for RIOT (?)

2018-02-27 Thread David Lyon
. Any comments / interest ? Regards David Lyon clixx.io Pty Limited, Sydney Australia___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

[riot-devel] Interest in Graphical Custom IDE / Development Environment / Networking Tool for RIOT (?)

2018-02-27 Thread David Lyon
? Regards David Lyon clixx.io Pty Limited, Sydney Australia___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] RIOT-Os support for ESP8266

2016-02-05 Thread David Lyon
Hi Martine, My understanding is that there is a C SDK for the ESP8266 and you could easily* port RIOT onto the ESP8266. You might be layering ontop of what's there already just like what's being done on Linux but it would be satisfactory I think for a lot of people. Just my 2c David

Re: [riot-devel] Energy Consumption Measurment

2016-01-11 Thread David Lyon
Hi, Yes. It depends on the processor though. On processors that are purely oscillator driven there's no increase in power consumption. On way, might be to take 10x, 50x, 100x of your device and then put them on a current measuring device then send them an instruction to start the task.

Re: [riot-devel] Best time to visit RIOT meetings in coming weeks?

2015-10-20 Thread David Lyon
On 2015-10-19 22:06, Emmanuel Baccelli wrote: Hi David, in Berlin, we have for example a weekly meeting on Monday afternoon, where you could participate in, and maybe give a small talk about your activities which we could then discuss. How about that? If it works for you on one week where you

[riot-devel] Best time to visit RIOT meetings in coming weeks?

2015-10-09 Thread David Lyon
Hello Rioter's, I'm just looking to visit Berlin in the coming weeks and wondering if there was a 'best' time. I'm from Australia and made it into the JiC StarCube IoT Incubator in the Czech-Republic. It's just a 3-month duration program and I'll be finished in December. So before I

Re: [riot-devel] ESP8266 - Easy tcp/ip support

2015-03-17 Thread David Lyon
Hi Martine, On 2015-03-17 20:49, Martine Lenders wrote: We currently don't have an example for an embedded stack, but I guess the ESP8266 would be great to supply such an example. Since the ESP8266 supplies, as far as I understand it, everything up to tcp and udp, I would propose not to write

[riot-devel] ESP8266 - Easy tcp/ip support

2015-03-16 Thread David Lyon
Hello Ludwig, Lately, I've been putting a lot of time into the ESP8266 wifi modules, and learning how to get them to work. How is the unified network driver system going? Here's my conclusion on the ESP8266. If Riot has a unified network driver system, it might be worth looking at trying to

Re: [riot-devel] Iot and machine learning experiment

2015-01-26 Thread David Lyon
On 2015-01-26 08:00, syed khalid wrote: I would like to set up a prototype up to demo IOT integration with cloud computing and machine learning. Am going to use the RIOT platform to collect the traffic necessary for the experiment. I am hoping to utilize health wearables as a source for this

Re: [riot-devel] Network Stack Task Force

2015-01-18 Thread David Lyon
On 2015-01-17 18:02, Frank wrote: Hello, The esp8266's are quite interesting. I know this is LUA code but it shows how to control a GPIO on a web server on another module. -- Send a Web Instruction to another module on keypress count = 0 delay = 0 buttonstate = false gpio.mode(4,gpio.INT)

Re: [riot-devel] ESP8266 WIFI transceiver

2015-01-13 Thread David Lyon
On 2015-01-13 21:23, Christian Mehlis wrote: The software on the chip is just garbage, but it's replaceable. Definitely. I like the LuaNodeMCU firmware the most. It's very powerful although you access all functionality through LUA. But if you see this board as a external device it can be a

Re: [riot-devel] ESP8266 WIFI transceiver

2015-01-12 Thread David Lyon
On 2015-01-13 05:38, Cenk Gündogan wrote: Hi *, Does anyone has any experience with this cheap WiFi transceiver (ESP8266)? I've tried them. They are pretty cool. This is what I've done with them so far: - http://clixx.io/esp8266-01.html ___

Re: [riot-devel] Refectoring the network stack

2014-11-07 Thread David Lyon
On 2014-11-07 21:38, Adam Hunt wrote: Will this refactoring effort allow for multiple interfaces on a single RIOT device? What about bringing the border router support back into a state where a real, well designed RIOT based border router? Or, is the role of a border router better filled by