We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
I was looking at the nRF52832 used for Bluetooth modules. And I was trying to understand the Analog to Digital converter in the nRF52832. I was wondering if anyone had or...
I'm trying to make the initial connection and flash/debug my adafruit NRF52840 express through a Jlink EDU to SWD on the NRF board. I am trying to flash to the board in the...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hi,
We are trying to install the nRF toolchain/SDK/SES etc. so that we can compile (modify for NB-IOT) and evaluate the nRF91 asset tracker.
We have followed all the steps...
I am trying to use a button to put the nRF9160 to sleep and to wake it back up.
I configure my button as follows:
gpio_pin_configure(dev, PIN, GPIO_DIR_IN | GPIO_INT...
Based on mesh3.1 sdk15.2 Can I add DFU service to light switch server? Used to upgrade firmware via APP nrf Connect? I added a dfu service to the light switch server with...
Hello,
I wrote the code for HT1632 using SPI Protocol
while debugging when it comes to below function it will stop debugging
HT1632_5X21_init( LED_MAX_DISPLAY_X, LED_MAX_DISPLAY_Y...
Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
Currently with one device...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I am using FDS module to write into Flash. I...
Hi there,
I' d like to develope dfu by receiving byte stream (mimeType) over USB or UART
I am almost newbie for developing dfu.
I already checked dfu over ble and...
Dear Nordic,
I try to compile the Keil project inside the thingysdkv210.zip file but it does NOT work.
I use Keil uVision V5.24.2.0 on Windosw 8.1.
There are so many...
Hi,
the evalboard seems successfully implementing the command start_rx_sweep by placing the receiver in the sweep mode.
infocenter.nordicsemi.com/.../nrf_radio_test_example...
Hi,
I am trying to connect with nRF9160-DK to our local network. After first restart of the device I was able to connet to the network, but straight after that Asset Tracker...
Hey, I am trying to incorporate an app timer using the app timer function already on the code in the central and peripheral examples of the SDK for the UART examples. Specifically...
Hi Nordic,
I have old NRF52832 product which is developed by SDK11.0. The bootloader start address was set to 0x79000. Now We want to upgrade the it firmware by using...