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 uses S110 V6.00 softdeivce ,v5.20 SDK, and the nrf51822QFAC chip.
now I use the 32k ram ,but it is wrong.The program is not run.
I only use the 16k ram ,as same as nrf51822QFAA...
Hello everybody,
I'm trying to make TIMER1 working on nRF51822 together with softdevice.
In particular I would like to drive an interrupt line that goes to another microcontroller...
Let me ask you a communication sequence between nRF51822 and peripherals.We assume 5 peripherals.
In a sample program for multilink, original sequence is that 5 times repetition...
I'm trying to have an nrf51422 using S210 go to sleep and wait until it gets a signal from another ANT device to wake up. The other ANT device (master) will not always be...
Howdy,
We're gearing up to program about 4,000 nRF51822s. They'll get the BLE version of DFU plus a stable version of our own code. For future production runs, we'll likely...
I have a fairly mature product based on the nrf51422_aa with soft device s310 version one using the GCC toolchain. I recently ported the design to the latest SDK (9.0)and...
My application currently uses 2 nRF24LE1 for communication. I am porting over one side to the nRF51822. My first step is just trying to send out packets from the nRF51822...
Hi,
Is there any documentation where I can see the exact meaning of the following properties related to Bluetooth Smart support on Android?
-Native HID supported
...
I am trying to communicate with a SPI peripheral acting slave to the nRF52 master. I am using v0.9.1 of the SDK, the example is called spi_master, with the uVision project...
Hello,
I have modified the nRFUART App for Android in order to connect and receive notifications from two different radinos nRF8001.
There is no problem to establish the...
Hello everyone,
I am encountering an issue that i have downloaded the ble_app_gls example after that it asks me ato enter password i have entered the passkey: as a password...
I'm working with a BLE central device using S120 which is base on ble_app_multilink_central source code.
My problem is that I cannot connect to the peripheral ble tag device...
Hello all,
Before making deal with advertising in my project I read the tutorial and it helped alot.
I need to develop application with 2 cases.
In some way I prepare...
Hi,
I've finally managed to create a functional app for nrf51822 dongle which sends and receives data via BT and UART.
But, I have low transfer speed over Bluetooth...