Radio Frequency Communications in Arduino Projects by Yury Magda
Author:Yury Magda [Magda, Yury]
Language: eng
Format: azw3
Publisher: Yury Magda
Published: 2013-12-10T05:00:00+00:00
// int freq = 0xF7CC; F = 45.0 MHz
// int freq = 0xFA34; F = 50.0 MHz
// int freq = 0xFF3C; F = 65.0 MHz
int freq = 0xFA28; // F = 49.86 MHz
void WriteOsc(void)
{
digitalWrite(pSEN, HIGH); // the CS is brought HIGH
digitalWrite(pSEN, LOW); // Framing begins by bringing CS low
for (int i1 = 0; i1 < 16; i1++)
{
digitalWrite(pSCK, LOW); // SCK goes LOW
tmp = freq & 0x8000;
digitalWrite(pSDI, LOW);
if (tmp)
digitalWrite(pSDI, HIGH);
digitalWrite(pSCK, HIGH);
freq = freq << 1;
}
digitalWrite(pSEN, HIGH); // the end of the conversion
}
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Linux Device Driver Development Cookbook by Rodolfo Giometti(3933)
Embedded Programming with Modern C++ Cookbook by Igor Viarheichyk(3612)
Implementing Cellular IoT Solutions for Digital Transformation by Dennis McCain(3547)
Embedded Linux Development Using Yocto Project - Third Edition by Otavio Salvador & Daiane Angolini(3378)
TinyML Cookbook by Gian Marco Iodice(3316)
Simplifying 3D Printing with OpenSCAD by Colin Dow(2842)
TinyML Cookbook by Gian Marco Iodice & Ronan Naughton(2603)
Fusion 360 for Makers by Lydia Sloan Cline(2219)
Networking A Beginner's Guide by Bruce Hallberg(2209)
Hands-On Linux for Architects by Denis Salamanca(2051)
But How Do It Know? by J. Clark Scott(2030)
Computers For Seniors For Dummies by Nancy C. Muir(1996)
Raspberry Pi and MQTT Essentials by Dhairya Parikh(1952)
Arduino Project Handbook, Volume 2: 25 Simple Electronics Projects for Beginners by Geddes Mark(1947)
9781803246888-ENHANCING DEEP LEARNING WITH BAYESIAN INFERENCE by Unknown(1901)
Hack and HHVM by Owen Yamauchi(1884)
31 Days Before Your CompTIA A+ Exams (Shanette Luellen's Library) by Benjamin Patrick Conry(1860)
MicroPython Projects by Jacob Beningo(1736)
Hands-On Internet of Things with MQTT by Tim Pulver(1707)
