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....
Similar to the thread posted here , I am trying to merge SD+bootloader+application and flash this to a nrf52 using the Segger programmer. This saves us a huge amount of time...
What is the best way to start a new nRF52 project, on a custom PCB?
I have a custom PCB, with nRF52 module. I use IAR, with ST-LINK V2
Say to test the GPIOs, do I start...
I took a look into the PCA10040 and the differences from PCA10036, seems to be minimal...
NFC connector and some breaking points. My question is: if somebody from Nordic...
Hi,
I am new to the nrf52. I want to implement the code that gives me current date and time value based on default set values.
for this i need to read the current counter...
Hi
Any ideas how best to implement a combined iBeacon and standard advertising device (both devices are active at the same time) ?
The iBeacon has to send an advertisement...
Is there a way to generate a DFU OTA image from OS X natively without having to use a Windows platform? It seems that the missing step is dat file generation and json manifest...
Hello guys,
Firstly, i would like to apologize if this post doesnt belong here. But i couldnt find any other platforms anywhere else for me to ask this question. So i have...
hi .
i did what this linke says
but it get me these error
..\main.c(632): error: #20: identifier "NRF_CLOCK_LFCLKSRC_RC_250_PPM_TEMP_8000MS_CALIBRATION" is undefined...
Hi,
I've got some really simple code I've been trying to get working with SPI on nRF52 (while also using SoftDevice):
///MISO, MOSI, SCK set, but SS not
err_code =...
I am trying to figure out if I need to disable the softdevice to get the power numbers in to the single-digit uA range.
With the softdevice loaded/enabled, but with the...
I'm developing nRF52832 to implement the Eddystone (※ 1).
But i'm thinking seriously about what can I do to have the Eddystone Specification and compatibility.
please...
I am working with the ble_app_buttonless_dfu example and am wondering why the example sends 2 notification messages in response to a command being written to it? This occurs...
Hello,
I'm using nRF51, SDK10, S110 beacon example with dfu service.
What I have done are listed as below:
merged softdevice8.0 and bootloader to sd_bl.hex and...
hi,
in FreeRTOSConfig.h file,
#define configUSE_TICKLESS_IDLE 1
#define configUSE_IDLE_HOOK 1
and the idlehook function
void vApplicationIdleHook( void )
{
__WFI;...