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....
Hi everybody,
we have implemented DFU with button and it works like a charm. Now we want to improve that and implemented the buttonless version too. Though, instead of...
There was an Arduino ANCS library released for nrf8001. Seeing that Arduino Primo nrf52 will be coming into the market and knowing that there is Arduino nrf51/nrf52 core development...
hi.
i open ble_ant_app_hrm from sdk 9 and i send data over ant .
how can i send a data just one time cause i want save it on eeprom.
how can i send a data just one time...
Hi,
I noticed a bug in ble_ancs_c.c where it will write NULL-termination outside the attribute buffers added with ble_ancs_c_attr_add(). When the received ANCS notification...
I got a hardfault crash in the ANCS code, when an invalid ANCS notification was received from the phone: attr_id_parse() read 195 as attr_id, and used that as index in ancs_attr_list...
When one host and one device,the through can be 16KBps。But,when one host and two device ,the Max throughput is only 6KBps。Can you tell me Why ?????And Can you tell me the...
I use keil4. When the code size less than 15297bytes is ok. I will cause error when the code size bigger than 15297bytes.
Something must config in keil4?
Thanks~
I'm trying to listen to a bluetooth low energy connection between a smart bracelet and my smartphone. In Wireshark 1.10.1 I only can see the Advertising Indicators. As soon...
We are able to run both these services (experimental buttonless DFU and experimental app ble blinky) individually in Eclipse GCC, SDK 12. However, when both of the services...
I am intended to integrate the Nordic SoC nRF52832 in our PCB to generate a PWM.
However, I could not understand the difference between the following:
topicSchematic QFAA...
Hi to everyone, i have the mpu6050 code and i have to change it with parameters of adxl345.
i have this definitions:
#define ADDRESS_WHO_AM_I (0x75U) //!< WHO_AM_I register...
Hi, I am trying to connect a peripheral device which in this case is a BLE device called DELTA and I am trying to connect it to a central device which is the NRF52 board....