Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
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...
I have a new nRF52 Preview Development Kit, after connect it to a computer with a USB cable, the status light (LD5) come on, indicating it has power. However, the standard...
I am working on a project to integrate nRF51822 with a rechargeable battery,
and make it chargeable through micro USB cable.
Any recommendation on the battery model, charger...
I have a dual mode BLE / ANT+ nRF51422 design going through regulatory testing for FCC / EU marketing approval. I have previously successfully tested a very similar design...
The spec of nrf52 mentiones 'Propriatary RF' as option. I was wondering if that could be used to implement 802.15.4 which would save us an entire IC and power and like basically...
Hi there!
I would like to implement the nRF24L01-module to one project.
But, it would be great, too, if i can use the application manual to use only the chip itself with...
I have the nRF51-DK development kit (PCA 10028). I'm following the gcc tutorial here - devzone.nordicsemi.com/.../.
I'm using the ble_apps_hrs project as a basis for my...
Is it possible to connect DCC / DEC4 to a transistor to turn on / off a part in my circuit? I assume yes, but I just want to make sure.
Or, is there another way to turn...
Hi again,
If I use BluetoothGATTSetCharacteristicValue and set wr_auth = 1 in the ble characteristics, I receive a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event. I can also see...
Dear Nordic developers,
Does TWI supports bit level clock stretching? Means that after each bit (not byte) slave can hold down the clock and master should perform appropriate...
So I have the following bootloader code:
int main() {
uint32_t code;
sd_mbr_command_t mbr_command = { SD_MBR_COMMAND_INIT_SD, };
code = sd_mbr_command(&mbr_command...
My ANT BLE application runs on a custom board with a nRF51422, SD 310 rev 2.0.0
I can use the nRF UART app on an android phone, but on an iPhone with iOS 8.4 I can't even...
Hello,
I'm using an PTR5188 development board for my project which breaks out PIN 26 & 27 for ADC only. I'm using mbed as my development platform and haven't been able to...
Hi there
Can you clarify a point for me?
Quoting from Gazell link layer user guide:
"If only the ACK packet sent from the Host to the Device is lost, but both the initial...
Hello.
Reading the documentation of pstorage_load and the actual implementation has left me with confusion.
The documentation states that the size and offset parameters...