Robuta

https://forum.arduino.cc/t/nrf24l01-modules-not-working/256642 nRF24l01 modules not working. - Networking, Protocols, and Devices - Arduino Forum Sep 9, 2014 - Hi, everyone. I have been trying to get the nRF24L01 modules communicate with each other and I have used the code on this site:... not workingnetworking protocolsmodulesdevicesarduino https://forum.arduino.cc/t/network-time-sketch/67202 Network time sketch - Networking, Protocols, and Devices - Arduino Forum Jul 26, 2011 - Hi All, I just posted a sketch to the wiki and I would like to hear comments from any who care to take a look at it. I'm new to C and a good deal of it is... networking protocolstimesketchdevicesarduino https://forum.arduino.cc/t/stuck-with-nrf24-modules/1378567 Stuck with NRF24 modules - Networking, Protocols, and Devices - Arduino Forum networking protocolsstuckmodulesdevicesarduino https://forum.arduino.cc/t/sim808-developmentboard-uk/1202193 Sim808 DevelopmentBoard - UK - Networking, Protocols, and Devices - Arduino Forum Dec 20, 2023 - Has anyone got Sim808 DevelopmentBoard working on a UK mobile network? I am struggling to get GSM working, but can get GPS working. Thanks, TW networking protocolsukdevicesarduinoforum https://forum.arduino.cc/t/receiving-udp-with-arudino-uno/219859 Receiving UDP with Arudino Uno - Networking, Protocols, and Devices - Arduino Forum Mar 15, 2014 - I have an Arduino Uno sending a UDP packet to a server listening on port 8888 which prints the UDP packet in a console window, it then sends either a 1 or a 0... networking protocolsreceivingudparudinouno https://forum.arduino.cc/t/yun-i2c-and-multiple-devices-not-working-anymore/329226 Yun, I2C and multiple devices not working anymore - Networking, Protocols, and Devices - Arduino... Aug 12, 2015 - Hi! I started a project with multiple I2C devices with my Yun which worked great. Now I wanted to continue the project, connected everything back together and... multiple devicesnot workingnetworking protocolsyun https://forum.arduino.cc/t/hi-tech-polaroid-camera/62021 Hi-tech Polaroid Camera - Networking, Protocols, and Devices - Arduino Forum May 26, 2011 - Hey folks, Newbie to Arduino here...wondering if it has the storage and processing power to capture and store a 640x480 image from a digital USB cam, then... hi techpolaroid cameranetworking protocolsdevicesarduino https://forum.arduino.cc/t/i2c-read/68318 i2c read - Networking, Protocols, and Devices - Arduino Forum Aug 8, 2011 - Good. I hereby ask for help I am developing a project with an Arduino + expander PCF8574 ... wanted to read the data from the output port of the expander and I... networking protocolsreaddevicesarduinoforum https://forum.arduino.cc/t/ili9341-calibration/1354073 ILI9341 Calibration - Networking, Protocols, and Devices - Arduino Forum Feb 14, 2025 - Hello, i connected ILI9341 to an arduino and ran example touch test #include "Adafruit_ILI9341.h" #include "URTouch.h" #define TFT_DC 9 #define TFT_CS 10... networking protocolscalibrationdevicesarduinoforum https://forum.arduino.cc/t/xbee-enabled-joystick/70039 XBee Enabled Joystick - Networking, Protocols, and Devices - Arduino Forum Aug 27, 2011 - I've been wanting to wrap this project up for awhile, and I finally have. I use an XBee to read joystick values and interpret the values with an Arduino... networking protocolsxbeeenabledjoystickdevices https://forum.arduino.cc/t/power-anxbee-explorer-via-an-arduino/319963 Power anXBee explorer via an Arduino - Networking, Protocols, and Devices - Arduino Forum Jun 24, 2015 - I was wondering if there are any xbee explorers out there that can be powered by an arduino, I don't want to use a shiel due to dimension requirements. networking protocolspowerexplorervia https://forum.arduino.cc/t/tx-and-rx-pins/316998 Tx and Rx pins - Networking, Protocols, and Devices - Arduino Forum Jun 9, 2015 - Hi all, I am currently trying to set up my arduino nano to communicate with an xbee module using this btbee adapter... networking protocolstxrxpinsdevices https://forum.arduino.cc/t/library-conflicts/1279030 Library conflicts - Networking, Protocols, and Devices - Arduino Forum Jul 6, 2024 - a relative newcomer to arduino has encountered a problem When calling the second Arcnet library(Artnet Arnet;) the scan library stops working(E131 e131;) the... networking protocolslibraryconflictsdevicesarduino https://forum.arduino.cc/t/using-multiple-ip-addresses/113232 Using Multiple IP Addresses - Networking, Protocols, and Devices - Arduino Forum Jul 24, 2012 - Hi, I have two problems that probably have the same answer, Does anybody know if I can have an array of multiple IP addresses on an arduino? I'm working in the... ip addressesnetworking protocolsusingmultipledevices https://forum.arduino.cc/t/force-sensitive-resistor-resetting/624457 Force Sensitive Resistor Resetting? - Networking, Protocols, and Devices - Arduino Forum Dec 5, 2019 - Hello! I am working on a project that uses a force sensitive resistor and I am running into an issue with the analog values I am reading. From my... networking protocolsforcesensitiveresistorresetting https://forum.arduino.cc/t/updating-values-in-xml-file/206248 Updating values in XML file - Networking, Protocols, and Devices - Arduino Forum Jan 19, 2014 - Hi Forum, I have been looking around for a solution/example for my problem, but haven't been able to find one out there, so hopefully some helpful Arduino... xml filenetworking protocolsupdatingvalues https://forum.arduino.cc/t/xbee-seemingly-random-transmission-pause/245227 Xbee seemingly random transmission pause - Networking, Protocols, and Devices - Arduino Forum Jul 9, 2014 - We are trying to establish communication between an Arduino Uno and an Arduino Mega using two XBee S1 modules. The Uno sends the state of two joysticks to the... networking protocolsxbeeseeminglyrandomtransmission https://forum.arduino.cc/t/rf24-master-slaves-protocol/617582 RF24 Master +Slaves protocol - Networking, Protocols, and Devices - Arduino Forum Oct 27, 2019 - I'm looking for someone to try the library I'm writing about a Master + Slaves communication protocol with Arduino and RF24 ... Try to use it to understand... networking protocolsmasterslavesdevicesarduino https://forum.arduino.cc/t/enabling-esp-through-program/376451 enabling esp through program - Networking, Protocols, and Devices - Arduino Forum Apr 1, 2016 - Is the below program correct to enable and disable the esp8266 through program? i have connected esp8266 with arduino nano. esp vcc -- 3.3 v esp gnd == ground... networking protocolsenablingespprogramdevices https://forum.arduino.cc/t/mqtt-isnt-stable/268571 MQTT isn't stable - Networking, Protocols, and Devices - Arduino Forum Nov 9, 2014 - Hi friends, I'm having problems to keep a connection from an Arduino to a MQTT server. I'm using the PubSubClient.h library to connect and the Timer.h one to... networking protocolsmqttstabledevicesarduino https://forum.arduino.cc/t/arduino-wifi-sheild-aduino-lockup/234005 Arduino WiFi Sheild - Aduino lockup - Networking, Protocols, and Devices - Arduino Forum May 15, 2014 - Hi all, I'm using the Arduino Shield and working with the "wifichatserver" example to test out interactive control via TCP/IP. I've updated the firmware to the... networking protocolsarduinowifisheildlockup https://market.tutorialspoint.com/course/networking-protocols-ccentccna-and-comptia-network-prep/index.asp Networking Protocols (CCENT/CCNA and CompTIA Network+ prep) This CompTIA Network+ course, can help you prepare for concepts such as troubleshooting, configuring, and managing networks that appear on the test. networking protocolsccentccnacomptiaprep https://forum.arduino.cc/t/ethernet-shield-connection-problem/270233 Ethernet Shield Connection Problem - Networking, Protocols, and Devices - Arduino Forum Nov 17, 2014 - Hi, I try to test my new ethernet shield Wiznet W5100, I just plug into my Arduino Uno, It comes without unique MAC adress, and I used this;... ethernet shieldnetworking protocolsconnectionproblemdevices https://forum.arduino.cc/t/sd-card-datalogger/329660 SD card datalogger - Networking, Protocols, and Devices - Arduino Forum Aug 14, 2015 - I have build a weather station using an arduino and an ethernetshield as webserver. With my processing sketch (client) I can log in the arduino and get it's... sd cardnetworking protocolsdataloggerdevicesarduino https://forum.arduino.cc/t/3-50-2-4ghz-wireless/69182 $3.50 2.4gHz Wireless?? - Networking, Protocols, and Devices - Arduino Forum Aug 18, 2011 - Seen at eBay... NRF24L01 2.4GHz Wireless Transceiver Module C35 http://cgi.ebay.com/250843587017 From a source in China, 1700 transactions. $3.50, shipping... wireless networking https://forum.arduino.cc/t/uno-ethernet-telnet/330659 UNO + Ethernet + Telnet - Networking, Protocols, and Devices - Arduino Forum Aug 20, 2015 - Good afternoon, I have days seeking information and running tests without success. I have a Arduino Uno with ethernet shield connected to a router, this router... networking protocolsunoethernettelnetdevices https://forum.arduino.cc/t/at-command-tester-for-mac/329520 At command tester for Mac - Networking, Protocols, and Devices - Arduino Forum Aug 14, 2015 - Does anyone know of a command tester for Mac? at commandfor macnetworking protocolstester https://forum.arduino.cc/t/classic-bt-password-verification/680707 Classic BT password verification - Networking, Protocols, and Devices - Arduino Forum Oct 31, 2020 - Hi, I am using ESP32 and Arduino for classic Bluetooth communication. Is there any way to implement password verification for connection or how do I ensure... networking protocolsclassicbtpasswordverification https://forum.arduino.cc/t/shield-sim900-a-drama/549597 Shield SIM900: A drama - Networking, Protocols, and Devices - Arduino Forum Oct 6, 2018 - Hello community. I face a lot of problems using this module and maybe someone can help me or give some advice for a better module. First the module is exactly... networking protocolsshielddramadevicesarduino https://forum.arduino.cc/t/bluetooth-uno-uno/113908 Bluetooth: UNO = UNO - Networking, Protocols, and Devices - Arduino Forum Jul 28, 2012 - Hi Guys! I'm completly new in this forum and hope you can help me my "project" is like this: i have two UNOs and connected them with BT-modules. So far so... networking protocolsbluetoothunodevicesarduino https://forum.arduino.cc/t/sending-soap-requests-to-server/231932 Sending SOAP requests to server - Networking, Protocols, and Devices - Arduino Forum May 6, 2014 - Hello, I'm quite new to arduino. I've created my first project, which is a nursecall system running over TCP/IP. I have created an arduino client to trigger a... networking protocolssendingsoaprequestsserver https://forum.arduino.cc/t/problem-with-bt-seeed/244235 Problem with BT Seeed - Networking, Protocols, and Devices - Arduino Forum Jul 4, 2014 - Hello, I am having difficulties for many days to connect correctly BT shield with Arduino. This is the procedure that I am following, firstly I am putting... networking protocolsproblembtseeeddevices https://forum.arduino.cc/t/ethernet-shield-with-max6675-library/58197 Ethernet Shield with MAX6675 library - Networking, Protocols, and Devices - Arduino Forum ethernet shieldnetworking protocolslibrary https://forum.arduino.cc/t/udp-packets/67058 UDP Packets - Networking, Protocols, and Devices - Arduino Forum Jul 24, 2011 - Hi All, I have been looking for a way to setup Arduino to work in a DMX Art-Net environment. I have managed to build most of the code but im still stuck at the... networking protocolsudppacketsdevicesarduino https://forum.arduino.cc/t/bluetooth-confusion/232527 Bluetooth confusion - Networking, Protocols, and Devices - Arduino Forum May 9, 2014 - Hi- I have a need to provide a BT capability on a custom breakout. This breakout will connect to my custom Arduino board through a standard header. I have been... networking protocolsbluetoothconfusiondevicesarduino https://forum.arduino.cc/t/esp8266-ssid-pwd-too-long/285452 ESP8266 SSID/PWD too long - Networking, Protocols, and Devices - Arduino Forum Jan 27, 2015 - Hi, I have an ESP8266 connected to an ARDUINO DUE. The problem is, that when I try to connect to my access point via the example program "MultiSerialMega"... too longnetworking protocolsssidpwd https://forum.arduino.cc/t/max-internet-radio-bitrate/271061 Max Internet Radio BitRate - Networking, Protocols, and Devices - Arduino Forum Nov 21, 2014 - Hi! I was doing basic reserches to build an Ethernet internet radio with Arduino. But I can't find informations about the max audio bitrate you can stream with... internet radionetworking protocolsmaxbitratedevices https://forum.arduino.cc/t/hc-12-troubleshooting/491227 HC-12 Troubleshooting - Networking, Protocols, and Devices - Arduino Forum Nov 14, 2017 - After i got my HC-12 modules i changed the baud rate to 115200 which went fine but then i changed the UART to FU4, after that i havent been able to enter an AT... networking protocolshctroubleshootingdevicesarduino https://forum.arduino.cc/t/multiple-gps-modules/622849 Multiple GPS modules - Networking, Protocols, and Devices - Arduino Forum Nov 26, 2019 - Good day, I have a general gps question: As I understand the basic arduino gps tutorials, you use a gps module and an arduino. The module gets the gps data and... gps modulesnetworking protocolsmultipledevicesarduino https://forum.arduino.cc/t/spi-maximum-bits/1364667 SPI maximum bits? - Networking, Protocols, and Devices - Arduino Forum Mar 17, 2025 - Can the SPI library receive 32 bits on a Uno R3? networking protocolsspimaximumbitsdevices https://forum.arduino.cc/t/detection-of-jamming/489536 Detection of Jamming - Networking, Protocols, and Devices - Arduino Forum Nov 4, 2017 - Guys, I'm developing a device with GSM module. As part of the requirement, it must be able to detect jamming and report accordingly. I'm using the seedstudio's... networking protocolsdetectionjammingdevicesarduino https://forum.arduino.cc/t/arduino-mega-2560-23s17-spi-problem/704100 Arduino Mega 2560 / 23S17 / SPI Problem - Networking, Protocols, and Devices - Arduino Forum Apr 9, 2021 - Dear All, I'm totally new to SPI so apologies in advance. I've tried and googled over a week now, bust can't get my Mega 2560 to talk to my 23S17 Expander via... arduino meganetworking protocolsspi https://forum.arduino.cc/t/sda-scl-are-not-working/269316 SDA & SCL are not working - Networking, Protocols, and Devices - Arduino Forum Nov 13, 2014 - Hi, I am using a MPU6050 gyro on an arduino mega adk and I connect two wires to SDA and SCL, as I should. It worked pretty good, till today. The connection... are notnetworking protocolssdascl https://forum.arduino.cc/t/400-bad-requesit-get-http/331113 400 bad requesit GET http - Networking, Protocols, and Devices - Arduino Forum Aug 23, 2015 - I am trying to make a GET request with arduino and esp8266. this is my code: GET taub-prayer-ramym/girls HTTP/1.0\r\nHost:... networking protocolsbadgethttp https://forum.arduino.cc/t/hc-05-module-disconnect/875795 HC-05 module disconnect - Networking, Protocols, and Devices - Arduino Forum Jun 17, 2021 - Hello! I am going to make a project of a smart garden whose data is sent to an app and I am going to use a bluetooht HC-05 module for it, I was testing this... networking protocolshcmoduledisconnectdevices https://forum.arduino.cc/t/wrong-resistors-killing-my-hc05/1357668 Wrong resistors killing my HC05 ! - Networking, Protocols, and Devices - Arduino Forum Feb 25, 2025 - regarding to this post : Very weird behaveour of HC05 - Projects / Networking, Protocols, and Devices - Arduino Forum Post #5 i wired up my hc05 to my nano and... networking protocolswrongresistorskilling https://forum.arduino.cc/t/arduino-ble-to-micropython-board/1168064 Arduino BLE to micropython board - Networking, Protocols, and Devices - Arduino Forum Sep 13, 2023 - Something in my code does not work as expected. In my Ino file, I first initialise the BLE (and the sensor) during setup and then loop the BLE which uses IMU... board networkingarduinoblemicropythonprotocols https://forum.arduino.cc/t/new-cheap-wireless-modules/268143 New cheap wireless modules.. - Networking, Protocols, and Devices - Arduino Forum Nov 7, 2014 - I have recently saw a very cheap module on online shops. those are very cheap 10pcs 6$ (including shipping). wondering if anyone has made any library of it.... wireless modulesnetworking protocolsnewcheapdevices https://forum.arduino.cc/t/uart-to-rs485-half-duplex/139005 UART to RS485 half duplex - Networking, Protocols, and Devices - Arduino Forum Jan 13, 2013 - Hello. How can I connect one uart (arduino or raspberry pi) to a RS485 half duplex network. The protocol will be MODBUS (only one device communicating at the... half duplexnetworking protocolsuart https://forum.arduino.cc/t/esp8266-and-espasyncwifimanager-h/1356640 ESP8266 and ESPAsyncWiFiManager.h - Networking, Protocols, and Devices - Arduino Forum Feb 21, 2025 - Hello everyone. Due to my limited knowledge of networks and Wi-Fi, I am unable to identify and resolve a problem I am having with a project. Since the project... networking protocolshdevicesarduinoforum https://forum.arduino.cc/t/beginner-question-i2c-and-uart/621874 beginner question: i2c and UART? - Networking, Protocols, and Devices - Arduino Forum Nov 21, 2019 - Does the adafruit Metro have sufficient analog pinouts to run both an i2c AND a UART line on it? I have 2 us-100 sensors which I want to run UART, and I have... networking protocolsbeginnerquestionuartdevices https://forum.arduino.cc/t/gps-speedometer/1319069 GPS Speedometer - Networking, Protocols, and Devices - Arduino Forum Nov 6, 2024 - Hello I'm using an Arduino UNO R4 with a Neo 7m Gps and an 8x32 Dot Matrix. I've spent some time on the code with little success so now im wondering what I... gps speedometernetworking protocolsdevicesarduinoforum https://forum.arduino.cc/t/nrf24l01-wireless-info-transmission-problem/467448 NRF24L01 wireless info transmission problem - Networking, Protocols, and Devices - Arduino Forum Jun 29, 2017 - I have been working on a project lately and I keep bumping into trouble. The Setup is pretty basic there will be multiple sensors connected to different places... networking protocolswirelessinfotransmissionproblem https://forum.arduino.cc/t/serial-communication/370154 Serial communication - Networking, Protocols, and Devices - Arduino Forum Mar 5, 2016 - Can TX pin drive a transistor? I want to send 1010101 commands at a certain baud rate and I want the pin to go HIGH and LOW to drive a transistor. Is that... serial communicationnetworking protocolsdevicesarduinoforum https://forum.arduino.cc/t/handling-telnet-connect-disconnect-gracefully/363732 Handling Telnet Connect/Disconnect (Gracefully) - Networking, Protocols, and Devices - Arduino Forum Feb 6, 2016 - I have an application that currently uses a Serial connection for its "console". I would like to replace this with a telnet connection instead. I would like... networking protocolshandlingtelnetconnect https://forum.arduino.cc/t/minimum-ftp-client/148010 Minimum FTP Client - Networking, Protocols, and Devices - Arduino Forum Mar 1, 2013 - Hi Folks, I am working on a project which reads some sensors, incorporates the sensor data into some HTML which it writes into a file on an SD card, then I... ftp clientnetworking protocolsminimumdevicesarduino https://forum.arduino.cc/t/arduino-communications-between-different-networks/1272449 Arduino communications between different networks - Networking, Protocols, and Devices - Arduino... Jun 16, 2024 - Is there an easy and economical (aka no subscription fee) means to have multiple Arduino devices on different networks send messages to one another? networking protocolsarduinocommunicationsdifferentnetworks https://forum.arduino.cc/t/ethernet-shield-possibilities/270406 Ethernet Shield Possibilities - Networking, Protocols, and Devices - Arduino Forum Nov 18, 2014 - Hello, I am working on a project where I will need my Arduino UNO with Ethernet Shield to be connected to LAN. I have already a working code for establishing a... ethernet shieldnetworking protocolspossibilitiesdevicesarduino https://forum.arduino.cc/t/waveshare-sx1262-hf-lora-module/1313446 Waveshare sx1262 HF lora module - Networking, Protocols, and Devices - Arduino Forum Oct 20, 2024 - Has anyone used the waveshare sx1262 hf lora module with the arduino uno. I could not get it to work ...i dont know where to start lora modulenetworking protocolswavesharehf https://forum.arduino.cc/t/esp8266-connection-problem/622650 ESP8266 connection problem - Networking, Protocols, and Devices - Arduino Forum Nov 25, 2019 - Check the connection between the Arduino and the ESP8266 If you see the following sequence of commands after the Arduino reset in the Serial Monitor, this... networking protocolsconnectionproblemdevicesarduino https://forum.arduino.cc/t/rf24-one-master-two-slaves/399213 RF24 One master Two slaves - Networking, Protocols, and Devices - Arduino Forum Jul 25, 2016 - Hello everybody, I beg your help for my for my project ! I would like to make arduinos communicate wirelessly with nrf24l01+ The idea is to have one master... one mastertwo slavesnetworking protocols https://forum.arduino.cc/t/apc220-arduino-setup-help/114581 APC220 arduino setup help - Networking, Protocols, and Devices - Arduino Forum Aug 2, 2012 - good evening and thx for stopping by :slight_smile: i just got the APC220 and my coputer can find it and the drivers works. BUT i cant get it to work, now i... arduino setupnetworking protocolshelpdevicesforum https://forum.arduino.cc/t/troubles-with-uart-connection/658769 troubles with UART connection - Networking, Protocols, and Devices - Arduino Forum Jun 4, 2020 - I am doing some project, and I need to send data from raspberry pi to arduino uno. For this purpose I use TXD/RXD pins on both devices, but it doesn't work : I... networking protocolstroublesuartconnectiondevices https://forum.arduino.cc/t/arduino-ethernet-shield-connects-to-router-but-not-to-pc/246864 Arduino Ethernet shield connects to Router but not to PC - Networking, Protocols, and Devices -... arduino ethernet shield https://forum.arduino.cc/t/rf-module-not-able-interface-properly-with-arduino/244673 Rf module not able interface properly with arduino - Networking, Protocols, and Devices - Arduino... rf module https://forum.arduino.cc/t/arduino-ethernet-write-to-mysql-using-php-issue/219612 Arduino Ethernet write to MYSQL using php issue - Networking, Protocols, and Devices - Arduino Forum https://forum.arduino.cc/t/lin-communication-with-automotive-switch-that-is-a-slave-node/1157195 LIN communication with automotive switch that is a slave node - Networking, Protocols, and Devices... Aug 11, 2023 - Hi there, I'm fairly new to the LIN networking protocol so please bear with me. I want to read data that is sent from a climate control switch in my Toyota.... https://forum.arduino.cc/t/arduino-micro-hc-05-rx-not-working/1026652 Arduino Micro + HC-05 -- Rx not working - Networking, Protocols, and Devices - Arduino Forum arduino micronot working https://forum.arduino.cc/t/sim800-disable-receiving-text-calls-at-cmd/377649 SIM800 disable receiving text/calls [AT CMD] - Networking, Protocols, and Devices - Arduino Forum Apr 6, 2016 - Hi, Currently I'm working on a system that sends data by GPRS. The system crashes if someone texts/dials the number of the SIM-card inserted. I looked in the... https://www.coursera.org/learn/packt-networking-fundamentals-and-protocols-5wjji?specialization=packt-comptia-network-n10-009-crash-course Networking Fundamentals and Protocols | Coursera Offered by Packt. Updated in May 2025. This course now features Coursera Coach! A smarter way to learn with interactive, real-time ... Enroll for free. networking fundamentalsprotocolscoursera https://forum.arduino.cc/t/ethershield-enc28j60-connection-to-mega1280-or-2560/54249 Ethershield ENC28J60 connection to MEGA1280 or 2560 - Networking, Protocols, and Devices - Arduino... Mar 3, 2011 - Hello, sorry if this is a re-post. I have been using an Ethershield ENC28J60 as a web server with arduino 2009, also using it as an NTP client. I soon found... https://forum.arduino.cc/t/size-of-array-ssid-has-non-integral-type-const-char-13/1270699 Size of array 'ssid' has non-integral type 'const char [13]' - Networking, Protocols, and Devices -... https://forum.arduino.cc/t/changing-baud-rate-of-a-gps-receiver/1025186 Changing baud rate of a gps receiver - Networking, Protocols, and Devices - Arduino Forum https://forum.arduino.cc/t/using-sv651-rs485-rf-transmitter-module-with-arduino/269835 Using SV651 rs485 rf transmitter module with arduino - Networking, Protocols, and Devices - Arduino... Nov 15, 2014 - I have a Chinese rf module and I'm trying to communicate with arduino. Here's the module.. It's 868MHz RS485 module and I connect one transceiver to arduino:... rf transmitter https://forum.arduino.cc/t/a-bunch-of-unexplained-questions-in-detail-regarding-usb-and-avr/645580 A bunch of unexplained questions, in detail, regarding usb and avr - Networking, Protocols, and... Mar 31, 2020 - Hmm...okaay. Hey everyone. This kind of topic has been here for ages, but not once have i found a clear point to point explanation. So, Lets start with a dumb... https://forum.arduino.cc/t/communicating-with-two-shields-usb-and-rfid-using-spi-i2c-or-uart/317363 Communicating with two shields (USB and RFID) using SPI, I2C or UART - Networking, Protocols, and... Jun 11, 2015 - Hey folks. I'm attempting to have an Arduino Uno control both a USB shield (with barcode scanner attached) as well as Sparkfun's RFID antenna shield combined... https://forum.arduino.cc/t/usb-to-serial-communication-atmega-328-standalone/220327 USB to Serial communication ATMEGA 328 standalone. - Networking, Protocols, and Devices - Arduino... Mar 17, 2014 - HI Friends, I have prepared a board to work stand alone. I am trying to achieve communication between computer and my standalone Arduino. I have attached pics... usb to serial https://forum.arduino.cc/t/solved-wireless-sd-shield-on-non-uno-arduino/316337 [solved] Wireless SD Shield on (non-UNO) arduino - Networking, Protocols, and Devices - Arduino... Jun 6, 2015 - Hey guys. I've got this shield: arduino wireless sd shield and I'm only using it for SD data-logging (not using it for wireless). I'm wondering if someone can... https://forum.arduino.cc/t/i2c-on-due-requestfrom-always-returns-number-of-bytes-requested/316922 I2C on Due - RequestFrom() always returns number of bytes requested - Networking, Protocols, and... Jun 9, 2015 - Hi All, I just started using a Due in place of a Mega for a project I'm working on. After modifying the code a bit, I was able to upload it and successfully... https://forum.arduino.cc/t/arduino-gsm-shield-stops-sending-data-after-a-while/317436 Arduino gsm shield stops sending data after a while - Networking, Protocols, and Devices - Arduino... Jun 11, 2015 - Hello, I have an Arduino based weatherstation. It sends data through an Arduino GSM shield 2 to a database. Now is my problem that when the arduino loses... arduino gsm shield