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...
Hi All,
I am a beginner with nordic nrf 51822. I am confused between so many code development tools.I have a usb based nrf 51822 development board. I prefer to use microsoft...
As far as I know there is a restriction in older bluetooth versions for number of slaves in a star network. 6 slaves can access same master, totally 7 units in a star topology...
Hello everyone,
I've been reading about BLE dev kits lately for one of my projects. I purchased the BLE Mini by RedBear Labs and had a good time with it... till I started...
I have an nRFgo motherboard on which I can set the VTG voltage to anywhere from 1.9V to 3.3V using nRFgo Studio. I'm trying to get a UART connection working to a GSM modem...
can ble_flash_page_erase return an error_code if erase uncuccessful? ble_flash.h show that it can ,but the code of ble_flash.c seem that it can not
uint32_t ble_flash_page_erase...
I am working on a project which is currently based on the nRF51922, and I would like to look at the S310 specification document. I found a link on this page: www.nordicsemi...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi,
I'm trying to set up an iOS app (which I know is working properly) with a nRF8001 using nRFGo studio. I do not have the nRFGo dev kit (only the 8001 dev kit) so I hooked...
Hi
How to set device address in nRF8001?
I only see get device address command.
Does it mean I just only put my device address in MCU?
Thanks.
BR
Atlas
Hi,
I'm trying to generate some time variant values for testing purposes... rand() always returns 1447534768! This is in the proximity app FWIW.
So, I thought I would...
nrf24le1 memory map shows that there are two sram block size of 512byte ,the first one is data retentive (address 0-0x0200) ,another one is data non retentive (address 0x0200...
My device use the firmware program ble_app_uart to connect the nexus 7 which Installs the nRF UART 2.0 for Android 4.3 。The first connection is ok,and Data sent and received...
Hello,
I am a beginner in the world of bluetooth and bluetooth smart connections. I am working with an nrf51822 Evaluation kit an android phone (Nexus 4 running 4.4.2)...