Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NEST Firmware - Arduino Version
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NEST
NEST Firmware - Arduino Version
Commits
66462eae
Commit
66462eae
authored
6 months ago
by
Caril Martinez
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
a2c875c8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-11
4 additions, 11 deletions
README.md
with
4 additions
and
11 deletions
README.md
+
4
−
11
View file @
66462eae
...
...
@@ -7,6 +7,7 @@ Este repositorio contiene el firmware para el proyecto **NEST (Non-intrusive dEv
-
**/bootloader**
: Archivos del bootloader para el nRF52840.
-
**/firmware**
: Código fuente del firmware desarrollado en Arduino.
-
**/libraries**
: Biblioteca necesaria, como
**Ucglib.h**
, utilizada para controlar la pantalla TFT.
## Requisitos para Programar en Arduino
### Paso 1: Instalar Arduino Core para nRF52840
...
...
@@ -18,17 +19,8 @@ Este repositorio contiene el firmware para el proyecto **NEST (Non-intrusive dEv
4.
Reiniciar el Arduino IDE.
5.
Ir a
**Herramientas > Placa > Gestor de Placas**
y buscar "Adafruit nRF52" e instalar
**Adafruit nRF52 by Adafruit**
.
6.
Una vez instalado, seleccionar
**Adafruit Feather nRF52840 Express**
desde
**Herramientas > Placa**
para configurar el sistema.
### Paso 2: Instalar Controladores y Herramientas
-
**Adafruit nrfutil**
: En Linux, ejecuta el siguiente comando para instalar nrfutil, necesario para cargar sketches vía el puerto serie:
```
bash
pip3
install
adafruit-nrfutil
--user
### Paso 3: Cargar el Bootloader con J-Link:
```
markdown
### Paso 3: Cargar el Bootloader con J-Link
### Paso 2: Cargar el Bootloader con J-Link
1.
Instalar el
**Segger JLink Software and Documentation Pack**
y
**Nordic nRF5x Command Line Tools**
.
2.
Asegurarse de que puedes ejecutar
`nrfjprog`
desde tu terminal.
...
...
@@ -37,7 +29,8 @@ Este repositorio contiene el firmware para el proyecto **NEST (Non-intrusive dEv
-
**Herramientas > Placa > Adafruit Feather nRF52840 Express**
-
**Herramientas > Programador > J-Link for Feather52**
-
**Herramientas > Grabar Bootloader**
para cargar el bootloader en la placa.
### Paso 4: Programar el Bootloader manualmente con nrfjprog
### Paso 3: Programar el Bootloader manualmente con nrfjprog
Si prefieres cargar el bootloader manualmente, sigue estos pasos:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment