Skip to content
eT Community

eT Community

  • Forums
  • What’s New
  • Members
  • Recent Posts
  • Website
Forums
Search
 
Notifications
Clear all

Search result for:  WA 0852 2611 9277 [[GLORION]] Jasa Buat Plafon PVC Ide Murah Tambora Jakarta Barat

 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:


Page 2 / 2 Prev
Answer to: Difference between EEPROM and Flash?
Hardware/Schematic
Admin
2 years ago
3 Relevance
Both are very different from each other. Here's how: Flash Memory Purpose: Primarily used to store the program (firmware) that runs on the microcontroller. Access Method: Works at the block level, meaning you write or erase data in chunks, not byte by byte. Endurance: Lower than EEPROM, typically around 10,000 to 100,000 write/erase cycles per block. Speed: Faster read speeds compared to EEPROM. Capacity: Much larger than EEPROM (e.g., Arduino Uno has 32 KB of Flash memory). EEPROM (Electrically Erasable Programmable Read-Only Memory) Purpose: Designed to store small amounts of data that need to be saved even when the power is off (e.g., device settings or user preferences). Access Method: Data is accessed and written byte by byte, making it perfect for small, frequently changing data. Endurance: It has a high write endurance, typically allowing 100,000 to 1,000,000 write/erase cycles. Speed: Slower compared to Flash. Capacity: Usually much smaller (e.g., Arduino Uno has only 1 KB of EEPROM). What is their purpose in Arduino boards? Flash Memory: This is where your Arduino sketch is stored when you upload it via the Ide. If you need to store constant data like lookup tables, you can use Flash with the PROGMEM directive. EEPROM: You can use it to store user-defined values like calibration data or device settings using the EEPROM library to store it permanently.
View entire post
Answer to: Could anyone recommend some good books on ESP32?
ESP32
Paul
2 years ago
3 Relevance
It depends on the specific aspect you WAnt to focus on, but here are a few popular books I'd recommend: The Official ESP32 Book – A beginner's guide with projects using Arduino Ide and MicroPython. ESP32 Programming for IoT – Ideal for learning IoT concepts through step-by-step projects. Developing IoT Projects with ESP32 – Covers advanced IoT applications, including cybersecurity. Electronics Projects with ESP8266 & ESP32 – Explores Bluetooth, LoRa, and ESP-NOW. Kick-Start to MicroPython – Excellent for beginners interested in using MicroPython. Thes ...
View entire post
Answer to: Confused About NODEMCU and ESP8266 – Are They the Same?
ESP32
Admin
2 years ago
3 Relevance
... due to its low cost, small size, and decent processing power. The ESP8266 itself is just a chip, and while you can use it directly, it’s typically integrated into modules or development boards for easier use. NodeMCU: This term means two things: NodeMCU Development Board: This is a development board that features the ESP8266 chip (typically the ESP-12E or ESP-12F module). The NodeMCU board makes it easier to work with the ESP8266 chip by providing additional features like USB-to-serial conversion, a power regulator, and easy access to the GPIO (input/o ...
View entire post
Answer to: Random garbled text on Serial Monitor?
Arduino
Admin
2 years ago
3 Relevance
Well usually, people forget to add the serial.begin() command inside the void setup. Since you’ve already matched the baud rate in your code and Serial Monitor, here are a few things to double-check: Double-check you’re using the correct COM port in the Arduino Ide under Tools > Port. If it's wrong, it’ll seem like nothing is happening. Make sure you’re not using pins 0 (RX) and 1 (TX) for something else since they’re used for serial communication with your computer. If you're sending data too fast, the Serial Monitor can’t keep up, which might be causing the garbled output. Adding a delay() can help prevent that.
View entire post
Answer to: New Pi Pico 2 by Raspberry Pi—What are your opinions?
RPi Pico
Admin
2 years ago
3 Relevance
... us a total of 12 state machines. 4 more than the original Security features Price- just $5 1 more ADC(total 4) and 8 more PWM(total 24) then the original Pico. Supports C/C++, Arduino Ide, Circuitpython and Micropython Now Disadvantages: Still no USB-C No reset button It would have been better if there WAs a built-in WiFi chip(link Pico W) if they WAnt to compete with ESP32. But of course, they will sell it separately as a new board and call it Pico 2W. Please add to this if you think there are more. Also, will publish an in-depth article on Pico 2 ...
View entire post
Page 2 / 2 Prev

Forum Search

Recent Posts

  • RE: Beginner Arduino Course —Any Recommendations?

    @rahav When I started learning Arduino, I realized that...

    By playwithcircuit , 2 months ago

  • Admin

    RE: esp32 diagram connection

    @wmughal What do you want to achieve here exactly?

    By Admin , 5 months ago

  • DIY an RF power meter Based on STM32F103 + MAX4003

    As we all know, Radio frequency (RF) is a very importan...

    By anselbevier , 5 months ago

  • esp32 diagram connection

    i never use esp32 before i get diagram from claude i wa...

    By wmughal , 5 months ago

  • Admin

    RE: Motor driver not working properly

    @noochee Can you please share more details? Circuit dia...

    By Admin , 6 months ago

  • Motor driver not working properly

    I built an obstacle avoiding robotic car using Arduino,...

    By Noochee , 6 months ago

  • Answer to: Bluetooth Speaker won't turn on

    Translator Sorry, this i...

    By servitec , 7 months ago

  • Bluetooth Speaker won't turn on

    I know is not probably the best place for a newbie, the...

    By servitec , 7 months ago

  • Answer to: Why Fluke multimeters are so expensive?

    Totally agree with the points above. In my experience, ...

    By maryjlee , 10 months ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 9 Forums
  • 312 Topics
  • 779 Posts
  • 7 Online
  • 298 Members
Our newest member: bahinaashley
Latest Post: Beginner Arduino Course —Any Recommendations?
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

 Powered by wpForo version 3.1.5

© 2026 eT Community • Built with GeneratePress