Re: [riot-devel] Questions on Semtech SX1276 radio device driver

2016-04-13 Thread Antoine Faure

Hey,

I have a few SX1272 and I wanted to start developing a driver for RIOT, 
maybe we could join our efforts and do something in common ? I think the 
driver is the same for the two models.


Cheers,
Antoine.


On 04/12/2016 12:17 PM, Anon Anonymous wrote:

Hi everyone!
  
I'm new to RIOT and I want to implement LoRa network with using 
existing RIOT OS networking tools.


My transceiver is Semtech SX1276. It's famous LoRa modem for IoT. I 
want to use it as physical layer for my network.


I come up with questions:

1. Where I can get information about all steps that I should perform to 
implement networking based on this transceiver?
I mean from messing with SPI up to network connection.
2. As far I can see there's two good examples: theCC1101 device driver and AT86RF2xx driver. They're implementing a 
netdev2 interface, it's good choice for SX1276 radio?
3. Which IEEE specification or network type fits to the my transceiver 
as upper layers? It might be the IEEE 802.15.4?
4. Maybe I missing something and there's an already existing port of 
SX1276 to the RIOT somewhere?

Thanks in advance and best regards,
Cr0s

2016-04-10 20:22 GMT+03:00 Anon Anonymous >:


Hi everyone!
  


I'm new to RIOT and I want to implement LoRa network with using
existing RIOT OS networking tools.

My transceiver is Semtech SX1276. It's famous LoRa modem for IoT.
I want to use it as physical layer for my network.

I come up with questions:

1. Where I can get information about all steps that I should perform to 
implement networking based on this transceiver?
I mean from messing with SPI up to network connection.

2. As far I can see there's two good examples: theCC1101 device driver and 
AT86RF2xx driver. They're implementing a
netdev2 interface, it's good choice for SX1276 radio?

3. Which IEEE specification or network type fits to the my
transceiver as upper layers?

4. Maybe I missing something and there's an already existing port
of SX1276 to the RIOT somewhere?

Thanks in advance and best regards,

Cr0s




___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Port to STM32F7

2016-03-04 Thread Antoine Faure

Hey,

We are probably going to choose this solution. The project should 
therefore start within 2 weeks.
Yes I did start looking at your code and at the code for the F4, and it 
should indeed be very similar.


I will get back to you to let you know if I make some good progress or 
if I need any help. In the meantime, anyone interested in helping is 
more than welcome to contact me !


Cheers,
Antoine.


On 03/04/2016 02:13 PM, Hauke Petersen wrote:

Hej,

any contributions are welcome! Doing the acutal port should not take 
too long, as the code should be largely similar to the stm32f4 
implementation. When you look at my branch, you probably notices that 
I basically only copied the f4... So it is basically a matter of 
adapting the code, step by step to the F7. I don't think this should 
take more than a week, considering never having used RIOT.


let me know where you need help!

Cheers,
Hauke


On 04.03.2016 09:58, Antoine Faure wrote:

Hi,

I would be interested in contributing to the port, but it will not be 
entirely up to me as this would be part of a project at work, and we 
are going to decide very soon which board to use. How long do you 
think it would take to do such a port, considering I have never used 
RIOT before ?


@Nick : Good to know !

Cheers,
Antoine.


On 03/04/2016 08:52 AM, Emmanuel Baccelli wrote:


Oops, did not remember that one. Thanks Hauke!
Emmanuel

On Mar 4, 2016 08:49, "Hauke Petersen" <hauke.peter...@fu-berlin.de 
<mailto:hauke.peter...@fu-berlin.de>> wrote:


Hi,

this is not quite true, I have started to work on this some time
ago [1], but don't quite remember were I left of. But maybe this
branch might give you a head start? Feel free to copy what you need!

Cheers,
Hauke

[1]
https://github.com/haukepetersen/RIOT/tree/add_board_stm32f7discovery

On 03.03.2016 18:31, Emmanuel Baccelli wrote:


Hi Antoine,

As far as I know, no one has started porting to this board, or
to any other Cortex M7-based board yet.

However, it would be great to have support for this Discovery
board (and initial M7 support).

Are you interested/willing to start porting?

The community usually turns out to be supportive of that type
of efforts in various ways via exchanges on GitHub or
discussions on this list or private exchanges spun out from
such discussions.

Cheers

Emmanuel

On Mar 3, 2016 17:52, "Antoine Faure"
<antoine.faure.1...@gmail.com
<mailto:antoine.faure.1...@gmail.com>> wrote:

Hi everyone,

I am interested in using RTOS with an STM32F746NG Discovery
(a board with an ARM Cortex M7), but it doesn't seem to be
supported yet. Does anyone know if someone started working
on this ?

Here is a link to the board I'm talking about :

http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641?sc=stm32f7-discovery

Thanks,
Antoine.
___
devel mailing list
devel@riot-os.org <mailto:devel@riot-os.org>
https://lists.riot-os.org/mailman/listinfo/devel



___
devel mailing list
devel@riot-os.org <mailto:devel@riot-os.org>
https://lists.riot-os.org/mailman/listinfo/devel



___
devel mailing list
devel@riot-os.org <mailto:devel@riot-os.org>
https://lists.riot-os.org/mailman/listinfo/devel



___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel




___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel




___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


[riot-devel] Port to STM32F7

2016-03-03 Thread Antoine Faure

Hi everyone,

I am interested in using RTOS with an STM32F746NG Discovery (a board 
with an ARM Cortex M7), but it doesn't seem to be supported yet. Does 
anyone know if someone started working on this ?


Here is a link to the board I'm talking about :
http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641?sc=stm32f7-discovery

Thanks,
Antoine.
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel