2014-02-05 07:18 AM
Hello everyone,
I have looked for the answer on the internet but I have found no answer so far. Would you know if it is possible to command a transceiver MAX2830 with the STM32f429 ? http://datasheets.maximintegrated.com/en/ds/MAX2830.pdf This transceiver is configured with SPI but has Rx/Tx communication mode. Thank you for your help. #max2830-transceiver-rx-tx #stm32f429-max28302014-02-05 07:27 AM
I'd say no. Looks to be an RF front end, you'd still need a base-band processor to do anything useful with it. Look at WiFi modules if you need such.
2014-02-05 07:38 AM
Thank you for your answer.
Could you be more specific please? What should be used between the ST µC and the MAX2830 to make it work ? How could a Wifi module be useful? Thanks very much !2014-02-05 07:43 AM
Hi
''Would you know if it is possible to command a transceiver MAX2830 with the STM32f429 ?'' Yes, the STM32F can configure the MAX2830 via SPI. You have the data sheet, so you have an idea of the registers in the MAX2380. ''This transceiver is configured with SPI but has Rx/Tx communication mode.'' So, I guess you are asking - how do I use the MAX2380 as a WLAN transciever? AND Can I have the STM32 send/recieve over the WLAN? Do you have the Radio Frequency circuit designed and built? If not - do you know how to design and build RF transmitter and receiver circuits? The MAX 2380 is a device that is meant to help reduce the design burden and component count. It is NOT a all in one chip that sends and receives RF. It is NOT possible to just 'use' the MAX2380 as a simple RF transmitter/receiver. More support circuitry is needed. RF circuits are not easy or trivial - unless you are expert in RF (or extremely clever and pick these things up quickly) - forget about it.2014-02-05 07:48 AM
Hi
(Clive got in before I finished!) ''What should be used between the ST µC and the MAX2830 to make it work ?'' Nothing. The STM32 will directly interface to the MAX2830. What you need is the RF transmitter and receiver AFTER the MAX2830. ''How could a Wifi module be useful?'' WLAN = Wireless Local Area Network. WIFI = WLAN See http://en.wikipedia.org/wiki/Wifi2014-02-05 07:56 AM
How could a Wifi module be useful?
What are you trying to do? Interface to a WiFi network? How do you think that might help you achieve that?Could you be more specific please? Not without a clear understanding of what the goal is. All you're asking is can I use this chip, with no foundation about how/why you think it's appropriate.What should be used between the ST µC and the MAX2830 to make it work?To do anything useful with it you need to attach it to some base-band processor capable of handling WiFi signalling, ie a RF Modem chip. What do other people using the MAX2830 attach it too?2014-02-06 02:38 AM
Hello,
Thank you very much for your quick and accurate answers. I notice that ST has a very dynamic community.
As you have noticed, I'm novice in RF field (and ST µCs also...)
I'm an engineering student in last year working on a project proposed by a company.
The main objective is to send video data (using MAX2830 transceiver) from a video camera on a vehicle (embedded system) to another transceiver 2830. The two MAX2830 should be commanded by two µCs STM32f429.
The reason why I asked my question is what I read on a forum :
http://www.edaboard.com/thread243281.html
2014-02-06 02:15 PM
Ok, so you're trying to use to transmit/receive a non-WiFi signal at 2.4 GHz. The SPI interface should allow the STM32, or other micro-controller, to configure the device. ie set frequencies, gain settings, etc.
How to modulate/demodulate signals coming out of the device is a whole other matter.