You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an internal project developed by [Antonio Calatrava](https://github.com/acalatrava) for [SpaceInvader](https://www.spaceinvader.com/) to create a OpenHaystack compatible device on a Moko M1 and Moko M2.
4
+
5
+
In November 2023, SpaceInvader open sourced the project under the MIT license.
6
+
7
+
Currently the firmware is compatible with the following models:
8
+
9
+
- Moko M1-PNDA
10
+
- Moko M2-PNDA-HA
11
+
12
+
The firmware support DFU updating.
13
+
14
+
### Compile the firmware
15
+
16
+
Follow instructions in the `apps` and `apps/firmware` folders.
This is an internal project developed by Antonio Calatrava for SpaceInvader Europe Aps to create a OpenHaystack compatible device on a Moko M1 and Moko M2 devices.
1
+
# OpenHaystack - Moko
3
2
4
-
In November 2023, SpaceInvader Europe Aps open sourced the project under the MIT license so others may benefit and contribute further.
3
+
This is an internal project developed by [Antonio Calatrava](https://github.com/acalatrava) for [SpaceInvader](https://www.spaceinvader.com/) to create a OpenHaystack compatible device on a Moko M1 and Moko M2 devices.
4
+
5
+
In November 2023, SpaceInvader open sourced the project under the MIT license so others may benefit and contribute further.
5
6
6
7
Currently this firmware is compatible with the following models:
7
-
Moko M1-PNDA
8
-
Moko M2-PNDA-HA
8
+
9
+
- Moko M1-PNDA
10
+
- Moko M2-PNDA-HA
9
11
10
12
This firmware support DFU updating, this way you can generate tags and deploy them over the air.
11
13
12
-
## Setting up
14
+
## Setting up (Mac)
13
15
14
16
### Get submodules
17
+
15
18
```
16
19
git submodule init
17
20
git submodule update
18
21
```
19
22
20
23
### Install required dependencies
21
-
- nRF command line tools
22
-
`brew tap homebrew/cask-drivers; brew install --cask nordic-nrf-command-line-tools`
23
24
24
-
- binutils
25
-
`brew install binutils`
25
+
- nRF command line tools
26
+
`brew tap homebrew/cask-drivers; brew install --cask nordic-nrf-command-line-tools`
0 commit comments