This was a short introduction details will follow.
Alex
Hi Alex,
Is a simple bug, a wrong folder addressed in the files contained into the files in frame/vNet/drivers/ethMRF24/
Look to the files as the one in the below link
http://code.google.com/p/souliss/source/browse/Souliss/frame/vNet/drivers/ethMRF24/vNetDriver_eth.cpp
Is looking for files in folder wifiMRF24 instead of ethMRF24, just change the folder name and it should work.
If you can please open an "issue" so I will not forget to fix it for the next release.
I will read also your other post and give an answer,
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/9a102d13-2e39-4e19-a740-0db746d294f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In file vNetDriver_eth.cpp line 175 change with this:
if(!uip_udp_sock((u16_t*)ip_addr, vNet_port, (u16_t)ETH_PORT))
Then, for now comment the openHAB APIs then we will include it back.
Let me know,
Dario.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/1028c163-f048-4f54-a177-435f4fc195db%40googlegroups.com.
Please add also this to the issue, thanks.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/1028c163-f048-4f54-a177-435f4fc195db%40googlegroups.com.
That's nice.
Please consider that the openHAB interface over uIP (ENC and MRF24) is still under testing.
Juan did some test that was successful with the ENC, but actually there is no support for MRF. It should not be a problem adding it, but I cannot guarantee that will work.
As you can see in the wiki, only Wiznet based devices has actually official support for openHAB.
So you will be the tester for it.
Regards,
Dario.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/db082b42-ff90-48ce-97e2-3a2eb5c18e3f%40googlegroups.com.
More, for other reasons I need a picture of the label on top of your wifi module.
I need to understand the production date and firware used because updates was claimed to be incompatible.
Dario.
From Mobile.
I did not know that the module is not supported at the moment. I should read the wiki pages to the end ;-)
My project is not that urgent to waste your time.
But if you wanna spend the time i will for sure play the tester role.
As soon as i get home i send you the picture.
Alex
I'm not saying that isn't supported, but that isn't officially.
Actually on uIP (the software IP stack used with ENC and MRF24) the code looks working, is just a matter of few includes.
Once we get it compiling and working, we will move on openHAB side.
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/a7545e46-1e34-4280-bdfe-7c0de3dde0a7%40googlegroups.com.
You are luky, still modules build in 2011 :) from 2012 there is no longer compatibility :(
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/c5d44067-ab6f-422e-a84a-4520aea84446%40googlegroups.com.
Nice. I ordered this one 2 weeks ago so they have some old ones on stock. Maybe I should order some more ;-)
Details?
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/89b3dc65-4a7e-407c-a859-c16b45b1efee%40googlegroups.com.
(No module on the UEXT connector)
With connected module the voltage is around 400mV. Which is not very good for a stable run of the wlan module ;-)
There is a drawback with UEXT, that isn't standard, some pins may change from host to host. Use a flat cable and broke non used pins, in your case you just need SPI and power.
As example, the I2C and USART on board side can be interrupt on MODWIFI side.
I got them working quickly, hope will be the same for you.
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/5e24dd4d-0b5a-4f01-805f-0450745fec84%40googlegroups.com.
Mmmmh... Yep!
Some UEXT modules has external power supply and feed the board through UEXT, so this way let you select if you want or not this.
I've done most of test with an Olimex T32U4 that hasn't this feature, but last time with Olimexino didn't give me any supply problem. Probably I've that jumper open.
So now is time to move to openHAB :) go into Souliss.h file and include the MRF24 define as per ENC one otherwise your code will never be loaded.
Don't enable PEESISTANCE as first shot, otherwise you will run out of RAM. That mode is available only on Mega or with a lowered maximum number of nodes and slots.
Let me know if you succed,
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/b32b7cd4-7892-4d8f-99d1-fa3cedc15b3d%40googlegroups.com.
I forgot to mention, in order to try openHAB you have to download the last RC for release A5.2 available on the forum.
Dario.
From Mobile.
#elif((OPENHAB == 1) && (VNET_MEDIA1_ENABLE && (ETH_ENC28J60 || WIFI_MRF24)))
# include "interfaces/openHAB_HTTP_uIP.cpp"
#endif
Binary sketch size: 30,670 bytes (of a 28,672 byte maximum)
Is it, but the MRF24 drivers looks too big to fit into the Atmega328. You need to move to a bigger microcontroller :(
You can't use this hardware for openHAB.
Dario.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/44bc6e84-61ac-4639-b8e6-e93b684bd164%40googlegroups.com.
Yes, use an Atmega2560 (Mega) as gateway you will no longer mind about RAM and FLASH.
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/a0183a2c-36f7-4b4d-a228-2a1ea40d590f%40googlegroups.com.
I guess that you have reduced the number of nodes and slot. Is it?
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/e249eec1-899e-44a0-aef1-97c351c10f1d%40googlegroups.com.
Yes i did. I did some research on the forum and reduced them.
Alex
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/fjKt9Y3xQAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/CAKGhMP%2Bh_3BWcLBvuhm53YeiyRnTCRj92KHX%3DQ_Uhp8jrWjW%3Dw%40mail.gmail.com.
Nice hear that are working now.
Share some photos once ready.
Dario.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/CAH0oR%2BwpPEXVuXKe5dQBJZM0s26jO2Q5gnDV9G2a3AuFsN%3Ddyw%40mail.gmail.com.
mega 2560
Nrf24
relais shield for the heatpump control
Alex
Alex
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/40667eab-daf6-4fa7-b1ba-295b10c72528%40googlegroups.com.
I will share some photos as soon i have the builded solution.
In the meantime new toys for soliss has arrived..
Mega 2560
nrf24l (i did read you are working on support for 5.2)
relais shield for the heatpump switching
Alex
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/fbf400ad-a065-4678-8219-2ba9fe0e679e%40googlegroups.com.
It should :)
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/11d401c0-7b03-4b90-941b-6b712a87209e%40googlegroups.com.
Impressive progress :)
From Mobile.
Works flawless without any problems. Now i have to find some use cases ;-)
Nice, please share your experience with nRF24 either as range covered and driver reliability over time.
These are new drivers and has been used by few people right now.
Are you using W5100 or ENC28J60?
Dario.
From Mobile.
I did the next little step and switched my gateway to the mega 2560 and added the bridge config for the nrf24. For testing a 2nd node was added with nrf24.
Works flawless without any problems. Now i have to find some use cases ;-)
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/7eabd00d-b6f6-43c9-b96f-461e3360f543%40googlegroups.com.
Is it possible to use a pin interrupt and one timer on the node. Or are the resources already used from souliss? Node with souliss and configured with Nrf24 interface.
Alex
For which scope?
Are you running with W5100 or ENC?
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/f9d066dd-beb9-4546-b987-8f271b0d9def%40googlegroups.com.
I have installed DALI at my home and i thought maybe i can use souliss to transfer the 2 bytes of data.
Alex
DALI?
Link please.
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/54b5a47a-6656-48d7-af92-8979a0f362c7%40googlegroups.com.
It's like a serial addressable comunication specific for lighting system.
Flavio
From mobile HTC.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/CAKGhMPJqm9oT6hcXyNOeJz2ifsk0BmHJaXBJ4tV_G3_kvrbdkA%40mail.gmail.com.
Which is the scope? Running the nRF over interrupt? Probably is yet in that way, but I'm not sure at 100%.
The Atmega radio driver is interrupt driven.
Actually there are some methods to runs a battery-friendly Souliss node, letting him sleep till an interrupt, but has never been tested.
Regards,
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/29b66731-d6df-49da-a5fe-21a8d5ba11d3%40googlegroups.com.
The radio on Chibiduino module, gives an interrupt to notify the micro.
Your experents looks interesting :)
Dario.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/94c5aa72-f2ae-459a-9bb7-6ce68e829cc8%40googlegroups.com.
Great man!
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/906e5c19-1cd4-4cea-8003-079793c30928%40googlegroups.com.
Very good work! :)
Flavio
From mobile HTC.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/906e5c19-1cd4-4cea-8003-079793c30928%40googlegroups.com.
Hi Alex,
the new website has a Project area dedicated to people like you that want to share their progress.
Even if the official switchover isn't yet there, it would be nice if you start sharing your progress there. You will be the first one.
The site is at mysouliss.eu, then use the mailing list to share the link and notify the progress :)
Thanks,
Dario.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/4c3de013-0594-4b2d-93e6-3e8047021f07%40googlegroups.com.
Yes, you need to register again. Is now moved on the final hosting.
Dario.
From Mobile.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/6cd7a144-08d4-43d6-8eaa-76ddf5e7ac3c%40googlegroups.com.