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....
Hi,
I use nrf52840, I meet some problems about the USBD, Can you help me?
We know that the usb device send data to host(such as PC) by EPIN:
(1) The host send IN event...
I am trying to setup NRF Sniffer for 802.15.4 using nordic board PCA10056. When the capture is started on Wireshark, the capture starts but the sniffer doesn't seem to capture...
Dear Nordic:
I pretend to develop a tool to search all surrounding Ant+ sensors and list them. User can choose target sensor then he can see the sensor data.
I expect...
Hi all,
We are currently working on an application that uses the timeslot API, and requests timeslots spaced 20ms apart.
In our application we need to trigger some functions...
I observe that when I use a phone to read NFC NDEF data on my nrf52832 based board, the result returns an empty record or just returns partial information about the tag such...
Hi, Please have a look and let me know about it.
This board is two layers and i used chip antenna. I would like to ask you, Is this design is correct? How can i plan with...
I have an ongoing issue with using the Keil compiler and the supplied examples.
There has been some email correspondence which is detailed below:-
Hi David,
I have...
Hi
I am reading the sensor data (Irms and Vrms) via I2C protocol and multiplying the read data with 0.000030517578125 to get correct result but i am getting the result as...
Hi:
I use nRF5_SDK_16.0.0_98a08e2\examples\peripheral\usbd_ble_uart_freertos.Error:Unknown USB device (device descriptor request failed).
I use nRF5_SDK_15.2.0_9412b96...
I'm trying to add a SPI driver to the ble_app_uart_c example. For now, I'm just trying to make this driver shoot out a SPI transaction every time I click a button on the dev...
Hi,
I am trying the freertos on my project with nrf52840, sdk14.00, s140_nrf52840_5.0.0-2.alpha_softdevice.
As i can see, there were no example codes for 52840 in the...
hi
I`m debugging the nrf52840 on the pcb I made and have some problem
I know Reset pin is P0.18 of nrf52840 but 3.3V was not measured. So the reset pin does not work....
As mentioned in this article are these vulnerabilities addressed in Nordic Semiconductor's products?
https://thehackernews.com/2020/02/hacking-bluetooth-vulnerabilities...
Hi everyone,
I am using the nRF52840 and SDK 16. Following THIS tutorial was able to create my BLE custom service and see my service with the custom UUID.
The problem...