Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC1350 sensor tag #78

Closed
toothless90x opened this issue Jan 2, 2019 · 5 comments
Closed

CC1350 sensor tag #78

toothless90x opened this issue Jan 2, 2019 · 5 comments

Comments

@toothless90x
Copy link

Is there a way to hardwire CC1350 sensor tag to interact with this script ?

@g-oikonomou
Copy link
Contributor

Absolutely not for the CC2650 sensortag, since the relevant pins are not exposed. I suspect (but have not checked) that the same applies for the CC1350 one

@JelmerT
Copy link
Owner

JelmerT commented Jan 4, 2019

TI might actually improved the design on this version a (tiny) bit!
I don't have the hardware but if I look at the design files it looks like the bootloader UART pins are on DIO2 and DIO3 (7x7QFN). Looking at the schematic of the sensortag these pins are used for the digital mic, but they conveniently added 2 jumpers on those traces (R21 and R22).
screen shot 2019-01-04 at 12 15 19
screen shot 2019-01-04 at 12 28 04

So if you're willing to give up the mic, and have a lot of soldering fun, you might actually be able to use the UART bootloader on the CC1350 sensortag. I'm pretty sure that when the mic sees a clock on the audio_clk pin it's going to dump data on the audio_di pin, so just hot-wiring it probably won't work (but worth a try, might wreck the mic though).

Please try and report back!

@akrv
Copy link
Contributor

akrv commented Jan 4, 2019

Yes, this works. I have tested it.
But, must be removed for Microphone to work.
we are using a TMUX12095-VBidirectional 4:1, 2-Channel Multiplexer to mux the pins with the APP_UART and BL_UART.

@JelmerT
Copy link
Owner

JelmerT commented Jan 4, 2019

Great!

Thanks for confirming @akrv !

@JelmerT JelmerT closed this as completed Jan 4, 2019
@JelmerT
Copy link
Owner

JelmerT commented Jan 4, 2019

Something in the readme about this might be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants