-
我们需要在nrf52832上跑随机森林算法,通过tinyML是否可行?
-
Hi,
Have been following this github and gitter about alternative firmware for NRF52832, excellent info @fanoush !
Now I would like to flash my Nrf52832 (actually a E73.....) with Micropython usi…
-
我使用脚本没法成功获得烧录算法,我修改了解析的源码,后面的得到的下载算法和stm32 的差别挺大的,并且我根据nrf52832的datasheet设置FLASH_SWD函数内烧录地址为0x0,但是烧录还是不成功,甚至擦除都不能正常擦除。想问下老哥你的nrf52832的离线下载这部分是怎么做的,万分感谢!
![image](https://user-images.githubusercontent…
-
```
import pylink
try:
import StringIO
except ImportError:
import io as StringIO
import string
import sys
import time
def serial_wire_viewer(jlink_serial, device):
"""Imple…
-
如果应用于单片机需要增加ArduinoAPI吗?我看里面的编译又会include stm32的库进来。
我正要运行到nrf52832上面
-
Many NuttX configurations doesn't compile correctly with gcc14 and some return new warnings.
Since correcting everything will take some time, I'm opening a new issue to track progress.
Here are …
-
Добавить в станцию отметки модуль NRF24L01, а чип изготовить на микроконтроллере NRF52832. Стоимость микроконтроллера 1$. Примерная стоимость изготовления чипа 2-3$, что в 20-30 раз дешевле чипа Sport…
-
Ruuvitag is a open-source nRF52832 based bluetooth board with temperature, humidity and pressure sensor.
[https://ruuvi.com](https://ruuvi.com/)
[https://github.com/ruuvi](https://github.com/ruuvi)
-
I downloaded the firmware zip directly on my phone and did DFU from Showcase App.
When I connect with nRF Connect App (of Nordic) which shows the Services and Characteristics, I am able to connect b…
-
Hi, I want to use Nimble on a NRF52832 board which does not contain an external low frequency crystal (LFXO) - specifically, I want to build InfiniTime for a P8 smartwatch variant. To generate the low…