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....
I am trying to use the nrf51822 to send media button commands over HID. I have seen several questions on here and they usually involve the HID Mouse example (which doesn't...
Hello,
I have been trying to implement AES in order to encrypt a time stamtamp to be sent in the advert of the iBeacon ( 128 bits, using Minor and Major bits, (16+16)*4...
Hi,
I am trying to decrease circuit power consumption that's why I am using sd_ble_gap_tx_power_set(TX_POWER_LEVEL) function. When I set TX_POWER_LEVEL as 4 or -20, I dont...
We are looking to change tx_power setting to Neg30 dBm and for this we have accessed NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_Neg30dBm << RADIO_TXPOWER_TXPOWER_Pos);
...
I have the NRF51 DK working with CrossWorks on OSX. I have the blinky example working.
Now I would like to figure out how to get very basic HELLO WORLD type demo to iOS...
I am implementing dual bank DFU on the PCA10001 board using the latest SDK (7.2.0) and S110(7.1.0). I am able to enter bootloader from my app as detailed here:
developer...
I'm just reading the documentation regarding the analog digital converter and wonder why there is one bit in the configuration register for every analog input. What will happen...
I'm using a relatively large GATT db that has rd_auth and wr_auth set to true for every characteristic. This prevents the stack from automatically replying with cached values...
I'm using the MAX9814 electret pre-amp's output as an input to an analog pin of the nRF51822. The MAX9814 has a 1.2V swing at 1.2V DC (so it goes from 0 to 2.4V). VDD for...
Hello,
I have some questions about the DC/DC conversion factor in nRF51822.
In the datasheet nRF51822_PS v3.1, Figure 11 shows the graph about conversion factor...
I would like to change the device name of the nRF51422 trough a mobile device(Android AND iOS ). The name should be stored even when I disconnect the supply.
From a nordic...
Sir,
We designed a prototype card including "rfd22301" containing nrf51822. We will use in mass production directly the nrf51822.
We will use the BT as a transparent UART...
Hi, I try to transmit mp3 or wave file.
and I am using nrf51822. Is it possible?
I know that people usually use the A2DP profile, When they send a music or video
...