PSoC wiresless communication

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
CaDu_3933941
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

Hi all,

I am currently working in building an RC car for which I am going to require 2 PSoC 5LPs. I have already built the motor controller, now I will be moving onto the PSoC to PSoC communication. I have found a couple Bluetooth modules online:

Bestgle HC-05 6 Pin Wireless Bluetooth RF

So I just wanted to know if this module would be good enough for PSoC to PSoC communication. I need to be able to send at least 8 bit values for motor speed control.

Thanks.

0 Likes
1 Solution
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

molinac,

HC-05 Bluetooth is good for connecting to phone, tablet or PC, but usually needs a lot of code and libraries. Not sure if it is possible to do direct HC-05 to HC-05 communication easily. Probably, a transceiver is needed like this one (NRF24L01):

2PCS,Arduino NRF24L01+ 2.4GHz Wireless Transceiver Module New 772640059747 | eBay

Or this one:

CC1101 Wireless RF Transceiver 315/433/868/915MHZ + SMA Antenna Wireless Module 870999698188 | eBay

There are many tutorials using NRF24L01, see:

https://www.instructables.com/id/Getting-Started-With-NRF24L01-Wireless-Transceiver/

And PSoC components:

Re: nRF24 Custom Component

/odissey1

View solution in original post

0 Likes
1 Reply
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

molinac,

HC-05 Bluetooth is good for connecting to phone, tablet or PC, but usually needs a lot of code and libraries. Not sure if it is possible to do direct HC-05 to HC-05 communication easily. Probably, a transceiver is needed like this one (NRF24L01):

2PCS,Arduino NRF24L01+ 2.4GHz Wireless Transceiver Module New 772640059747 | eBay

Or this one:

CC1101 Wireless RF Transceiver 315/433/868/915MHZ + SMA Antenna Wireless Module 870999698188 | eBay

There are many tutorials using NRF24L01, see:

https://www.instructables.com/id/Getting-Started-With-NRF24L01-Wireless-Transceiver/

And PSoC components:

Re: nRF24 Custom Component

/odissey1

0 Likes