When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
I want to implement noise sensor based on PDM (pulse density modulation) , But I cant found any PDM driver or API based on Zephyr , I used MP34DT05(st semi-conductor).
So...
I have nrf52832 radios communicating with each other 100%. I have a nrf24l01p that is the 'gateway' to which the nrf52832 sends dump data. I can communicate with nrf24 and...
When i start the nRF mesh app, it crashes immediatly. What do i need to do? I re installed it a couple times and i rebooted my phone a couple times.
The phone is a samsung...
Hi,
I am developing firmware both nrf52 and nrf91.
in nrf52, I activated BLE, usb and uart. Uart communication established between nrf52 and nrf91.
in nrf91, I activated...
Hello, I have done customized board using nRF52832 and when I try to flash code using nRF52 DK(Jtag). I can able to control led's using customized board. But Bluetooth is...
I am using the gazell protocol of nrf52840,how to use broadcast radio mode from host to device based on the gazell protocol ?or can I use the gazell protocol to make it possible...
We have an neural network running on a 52832 using the floating point unit. We started encountering FPU exceptions so we enabled the FPU IRQ to identify which specific instructions...
Hi everyone,
I want to create multiple USB instances using only one nRF52840 dongle. I want to implement one CDC ACM class instance and another one instance that has two...
Hi,
I have a problem with floating point types on nrf9160.
I get an exception when I get to a simple floating point assinment:
void f(int i)
{
float x;
x = (float...
Hi everyone!
I'm new using Nordic Semiconductor products, I have a Nordic Thingy 91 running Asset Tracker application by default.
I want to test only specific things first...
I was thinking of using the nordic thingy:91 for monitoring purposes in seismic areas.
To this aim, I would need to have some sensors deployed in the environment which:...
Hi,
I need to use nrf_dfu_settings.c to detect external firmware in Bank 1 during application boot. I also need to use Falsh Data Storage to save application parameters...
Hi All,
I'm working from the Thread CLI example, and I got a network of multiple thread devices that works just fine (they see each other, and can send/receive messages...
Hi there,
I'm trying to do a basic test with the GPIO/NMOS - just trying to turn an LED on and off for now. We're going to be doing this in response to the outcome of an...
Hello,
I'm working on the mqtt_simple sample in zephyr environment for NRF9160 board.
We tested the firmware with 2 sim cards with different packets: IPv4 and IPv6,...