Er zijn 241 resultaten gevonden

Terug naar uitgebreid zoeken

zuid
24 Apr 2023, 16:04
 
Forum: ESP Hardware
Onderwerp: Uploadprobleem met voorbeeldsketch CAMERAWEBSERVER
Reacties: 3
Bekeken: 2683

Re: Uploadprobleem met voorbeeldsketch CAMERAWEBSERVER

Het URL adres wordt na het opnieuw inschakelen van de pc of module nog wel eens veranderd door het WIFI modem


Dit probleem kan opgelost worden via je modem / router.
Meestal is het mogelijk om aan een apparaat een statisch IP adres toe te kennen.
Hoe dat moet verschilt per modem.

m.v.g. Nico
zuid
05 Feb 2023, 17:04
 
Forum: Arduino hardware
Onderwerp: Failed uploading: uploading error: exit status 1
Reacties: 5
Bekeken: 8839

Re: Failed uploading: uploading error: exit status 1

Op het internationale arduino forum heb ik onderstaand antwoord gevonden: "The IDE uses the stk500v2 protocol for the upload. This is for the Mega2560 and the Mega ADK but not for the Mega. The Mega uses the same upload protocol as the UNO. In the new IDE you have to select the correct processo...
zuid
01 Feb 2023, 18:45
 
Forum: Arduino software
Onderwerp: ESP32 eerst ff simpel testen?
Reacties: 12
Bekeken: 12180

Re: ESP32 eerst ff simpel testen?

Gevonden op de site: https://www.bol.com/nl/nl/p/azdelivery-3-x-esp-32-dev-kit-c-v4-wlan-wifi-development-board-compatibel-met-arduino-inclusief-e-book/9300000074773731/ Geschreven bij AZDelivery ESP-32 Dev Kit C V4 WLAN WiFi Development Board compatibel met Arduino Inclusief E-Book! 1 Het was even ...
zuid
01 Feb 2023, 09:05
 
Forum: Arduino software
Onderwerp: ESP32 eerst ff simpel testen?
Reacties: 12
Bekeken: 12180

Re: ESP32 eerst ff simpel testen?

Misschien heb je iets aan deze JIP en JANNEKE:
https://circuitdigest.com/microcontroll ... rduino-ide
zuid
16 Aug 2022, 18:13
 
Forum: Arduino software
Onderwerp: Runtime counter
Reacties: 32
Bekeken: 13971

Re: Runtime counter

In het project zijn nog al wat onbekende factoren. Zoals: welke hardware werd gebruikt in het oorspronkelijke project en welke bibliotheek werd daarbij gebruikt. Ik begreep dat het voorbeeld uit de Adafruit bibliotheek inclusief FRAM correct werkt. Als ik het voorbeeld bekijk begrijp ik dat dit een ...
zuid
15 Aug 2022, 21:32
 
Forum: Arduino software
Onderwerp: Runtime counter
Reacties: 32
Bekeken: 13971

Re: Runtime counter

Ik denk dat de locaties 0, 4, 8 en 12 byte adressen zijn. Er is dus ruimte voor 4 bytes met ieder 8 bits (dus 32 bits per item) Als nu de bibliotheek is geschreven voor een 16 bits computer zullen 2 bytes waarschijnlijk NIET worden weggeschreven. Weggeschreven worden de linker 2 bytes en die zijn bi...
zuid
10 Aug 2022, 18:06
 
Forum: Arduino software
Onderwerp: Runtime counter
Reacties: 32
Bekeken: 13971

Re: Runtime counter

Zou het kunnen zijn dat de Fram bij een WriteByte niet het juiste resultaat geeft omdat de Pro Mini een 32 bit machine is ?

Probeer bij het schrijven en lezen van uren eens een WirteInt resp. ReadInt
mvg Nico
PS Testen met alleen de code blijft lastig :)
zuid
26 Jul 2022, 06:50
 
Forum: Arduino software
Onderwerp: Runtime counter
Reacties: 32
Bekeken: 13971

Re: Runtime counter

Misschien is deze bibliotheek de oplossing:
https://github.com/sosandroid/FRAM_MB85RC_I2C
mvg Nico
zuid
20 Jul 2022, 13:29
 
Forum: Arduino software
Onderwerp: Runtime counter
Reacties: 32
Bekeken: 13971

Re: Runtime counter

Na wat zoekwerk heeft Google de volgende bibliotheek als optie gevonden: https://github.com/battosai30/FRAM
Misschien is dit de oplossing.
m.v.g. Nico


zo te zien was ik wat te laat
zuid
20 Jul 2022, 08:38
 
Forum: Arduino software
Onderwerp: Runtime counter
Reacties: 32
Bekeken: 13971

Re: Runtime counter

//#include <Fram.h> //Library for FRAM I2C memory control (is dit wel de juiste?)


Moet dat niet zijn: #include <FRAM.h> //Library for FRAM I2C memory control ????

m.v.g. Nico
Volgende

Terug naar uitgebreid zoeken